@CodeWithHarry @CodeWithHarry Assalamualaikum waramatullahi wabarakatuh brother.... Just a reminder sb kren to be successful in dunya( in halal way) but PLEASE DON'T FORGET OUR DESTINATION IN JANNAH. Prepare for hereafter. Lots of duas. Thanks for reading my comment... I hope u will understand and apply in ur life. Jazakallahu khayran.
10 months ago (edited) | 1
Bhaiya please kuch new languages like rust please unka course start kijiye ..Your teaching style is amazing I am learning Java from your Java course and just enjoying the Java learning journey
1 year ago | 0
CREATE TABLE Departments ( DepartmentID INT PRIMARY KEY, DepartmentName VARCHAR(50), Location VARCHAR(100) ); CREATE TABLE Positions ( PositionID INT PRIMARY KEY, PositionName VARCHAR(50), BaseSalary DECIMAL(10, 2) ); CREATE TABLE Attendance ( AttendanceID INT PRIMARY KEY, EmployeeID INT, Date DATE, Status ENUM('Present', 'Absent', 'Leave'), FOREIGN KEY (EmployeeID) REFERENCES Employees(EmployeeID) ); CREATE TABLE Projects ( ProjectID INT PRIMARY KEY, ProjectName VARCHAR(100), StartDate DATE, EndDate DATE, DepartmentID INT, FOREIGN KEY (DepartmentID) REFERENCES Departments(DepartmentID) ); CREATE TABLE EmployeeProjects ( EmployeeProjectID INT PRIMARY KEY, EmployeeID INT, ProjectID INT, Role VARCHAR(50), FOREIGN KEY (EmployeeID) REFERENCES Employees(EmployeeID), FOREIGN KEY (ProjectID) REFERENCES Projects(ProjectID) );
8 months ago | 0
My UltraEdit Clone Project Website: ultraedit-web.vercel.app Code: https://github.com/abbas-asad/Frontend_Projects/tree/main/ultraedit_clone
1 year ago | 0
CREATE TABLE Employees ( EmployeeID INT PRIMARY KEY, FirstName VARCHAR(50), LastName VARCHAR(50), DateOfBirth DATE, Gender CHAR(1), DepartmentID INT, PositionID INT, Salary DECIMAL(10, 2), ManagerID INT, Email VARCHAR(100) );
8 months ago | 0
Harry bhaiya....agar web development wala complete nhi kiya h to kardo...pls....
1 year ago | 4
Harry Sir, please continue Your Sigma Web Development course on your official YouTube channel CodeWithHarry...
1 year ago | 1
Do you know What's the Next Big Thing in Tech? Register for the biggest event of the year, co-organized by IIT Mandi! Speakers: 1) Prateek Shukla - CEO, Masai & IIT Kanpur Alumnus 2) Dr. Prateek Vishnoi - Faculty, IIT Mandi 3) Aman Singhal - Co-founder, Prepleaf & IIT Kanpur Alumnus All attendees will automatically become *PERMANENT MEMBERS of CitizenCode*, an innovative initiative by IITs that connects you with the brightest minds in tech. This is more than just an event—it's your gateway to the future of technology. Explore cutting-edge domains like Generative AI, Cloud Computing, Cybersecurity, and more! https://lu.ma/idadrb16?utm_source=I0104&utm_medium=Intern
1 year ago | 2
CodeWithHarry
I wanted to share two interesting sessions happening on August 23rd that you might find useful.
First, at 10:00 AM (CST), there's a session on UltraEdit, where you'll get to know why it's often called the "Swiss Army knife of text editors." A great tool for developers and tech enthusiasts alike.
Then, at 2:00 PM (CST), Marco Geuze will be sharing his Delphi Tips and Tricks, covering some of his favourite techniques and tools to help you get more out of Delphi and boost your productivity.
Use this link to register: bit.ly/devdaysofsummer-cwhyt
1 year ago | [YT] | 1,914