00:01 Focus on learning basic HTML, CSS, and JavaScript for web development jobs 02:26 Understanding the basics of creating a website structure using HTML 04:32 Focus on understanding key concepts and practical skills in HTML, CSS, and JavaScript without needing to memorize everything. 06:13 Understanding the roles of designers, developers, and AI in web development. 07:56 Learning JavaScript can enable full stack web development 09:42 Learn essential JavaScript concepts and build projects 11:23 Start by making 100 basic apps to learn and face problems. 12:55 Continuous learning is key in web development ❤🔥❤🔥❤🔥❤🔥❤🔥❤🔥❤🔥❤🔥❤🔥❤🔥
2019 the same statement "And I will see you next time" and 2024 the same statement "And I will see you next time". Really many things have been changed but your this statement at the end of the video has not changed. Continue uploading more informative vidoes like this. We really love your videos
00:01 Focus on learning basic HTML, CSS, and JavaScript for web development jobs 02:26 Understanding the basics of creating a website structure using HTML 04:32 Focus on understanding key concepts and practical skills in HTML, CSS, and JavaScript without needing to memorize everything. 06:13 Understanding the roles of designers, developers, and AI in web development. 07:56 Learning JavaScript can enable full stack web development 09:42 Learn essential JavaScript concepts and build projects 11:23 Start by making 100 basic apps to learn and face problems. 12:55 Continuous learning is key in web development
public class ArraySorter { // Function to sort an array of integers using Bubble Sort public static void sort(int[] arr) { int n = arr.length; int temp; boolean swapped; for (int i = 0; i < n - 1; i++) { swapped = false; for (int j = 0; j < n - i - 1; j++) { if (arr[j] > arr[j + 1]) { // Swap arr[j] and arr[j+1] temp = arr[j]; arr[j] = arr[j + 1]; arr[j + 1] = temp; swapped = true; } } // If no two elements were swapped by inner loop, then break if (!swapped) break; } } // Function to sort an array of strings using Bubble Sort public static void sort(String[] arr) { int n = arr.length; String temp; boolean swapped; for (int i = 0; i < n - 1; i++) { swapped = false; for (int j = 0; j < n - i - 1; j++) { if (arr[j].compareTo(arr[j + 1]) > 0) { // Swap arr[j] and arr[j+1] temp = arr[j]; arr[j] = arr[j + 1]; arr[j + 1] = temp; swapped = true; } } // If no two elements were swapped by inner loop, then break if (!swapped) break; } } // Function to sort an array of doubles using Bubble Sort public static void sort(double[] arr) { int n = arr.length; double temp; boolean swapped; for (int i = 0; i < n - 1; i++) { swapped = false; for (int j = 0; j < n - i - 1; j++) { if (arr[j] > arr[j + 1]) { // Swap arr[j] and arr[j+1] temp = arr[j]; arr[j] = arr[j + 1]; arr[j + 1] = temp; swapped = true; } } // If no two elements were swapped by inner loop, then break if (!swapped) break; } } // Main function to test the sorting functions public static void main(String[] args) { // Test sorting an array of integers int[] intArray = {4, 2, 9, 1, 5, 3}; sort(intArray); System.out.println("Sorted integer array: "); for (int num : intArray) { System.out.print(num + " "); } System.out.println(); // Test sorting an array of strings String[] stringArray = {"banana", "apple", "orange", "mango"}; sort(stringArray); System.out.println("Sorted string array: "); for (String str : stringArray) { System.out.print(str + " "); } System.out.println(); // Test sorting an array of doubles double[] doubleArray = {4.2, 2.5, 9.1, 1.3, 5.7, 3.6}; sort(doubleArray); System.out.println("Sorted double array: "); for (double num : doubleArray) { System.out.print(num + " "); } System.out.println(); } }
Thankyou Harry bhai apne meri sabse badi problem ko solve kar diya, mujhe is question se related bahut jyada confusion aur stress tha but ab nahi hai, because apne jitna bhi is video me bataya hai utni HTML, CSS and JS mujhe abhi hi aati hai, so ab mujhe full confidence aa gya bhai ❤️ thankyou so much ❤🙏😊
lordicon - icons html - basic structure css - use ai - give image and ask question - learn as time passes js make basic project basic app then angular ............
Nowadays beginners directly starts learning React or Angular or any other frameworks without properly learning vanilla JS. They learn Tailwind CSS without learning vanilla CSS. Then they suffer later.
Great Harry ❤ I am using Chat Gpt and this increase my learning speed and productive 10x faster then before and now I have a complete knowledge that on which place. How to use Ai for getting accurate response.
Thanks for clearing my doubts I am a diploma student in information technology as I've developed a website for my industrial training and now I have to build a full stack website for CPP project but I was really confused should I use AI or not for getting code but you have cleared all of my doubts and this video helped me alot❤
well....I am new to your channel I heard about your channel Mr. Harry but I didn't watch i just watched your video its amazing thanks for the guide will be your new subscriber and yeah my plan was to learn all the JS , CSS , HTML from your channel but as I already started learning from APNA COLLEGE sooo...as we should not shuffle in between so I will continue there. But still your videos are helping me and "Learning is not a destination it's a journey"👌This line is really amazing thank you soo much for your Golden Words . Love from India Hyderabad & live in UAE 💜💜
Sir JavaScript is so hard. I learn html and css and I also making the webs like w3 schools and I also made CV. I practice html and css but I am confuse in learning JavaScript 😢
Javascript ko practically smjho sirf Console.log krke mt seekho projects me basic jo bhi aata hai uska use kro tb smjh aayegi bhai html css isliye smjh aa jati h kyuki usme output ke naam pr kuch display pr hame dikh rha hota hai for example border ka use kiya tumne or ek border ban gya html mai input ka use kiya display pr input aa gya but javascript me logic lgana padta hai
Me itna bana leta hu but uske baad mene sab chhod diya sochkar ki kuch nahi aata mujhe, aaj video dekhkar pata laga ki seekhna kabhi khatam nahi hoga cahe jitna seekh lo
Am 16 year old and currently i know HTML, CSS, JavaScript, Python and C++. Right now am learning react from youtube and django + mysql from offline institute, i am trying to find work on online website but i am not completely sure how to, upwork requires to buy connect to apply which i cant afford and fiverr i've been trying but no work how exactly do i start finding work
@@PaulSachin0016 it's a very basic thing to know all these. U need a primary language like c++, java or python for development, a database such as SQL and frameworks like react or angular. DSA is needed along with these and companies ask for aptitude skills in first rounds of interviews. SO only html css and js is not enough
Mujhe Job Nahi Mil Raha Harry Bhai Mene Sab Shikh Hi Liya Hai Almost Fresher Job Kaha Milega, Ab To Mujhe Lagne Laga Hai Ki Web Development Me Mera Bohot Waqt Barbaad Ho Gaya 😔😭🙏
#Harrysir Please make detailed video on freelancing. Can I make a career in freelancing as a Web developer? It is compulsory to learn back-end development or only frontend is okay for freelancing? Someone said clients, companies want overall skillful people who knows back-end and front-end development, that's why I'm asking it. Everyone is learning web development, all the front end developers have made gigs, there is saturation on the freelancing platform, so how to survive, how will anyone give work to the new ones? And can we do this for lifetime, can we secure it by making a career or will we have to do a job?? You know anything can happen when go online, ( what if) all your business shut down suddenly... What if UA-cam, website or social media shut down, we already experienced that, now we often see social media shuts down occasionally. So can you make career in all these field if you're drop out and can't find your career??? Also here is my question: 👇🏻 1. How to take it as business? 2. How to find clients? 3. What to do when you're sick or on vacation, traveling, how to handle clients then? 4. How to scale your business?Or you need to do job or any other income source for survival? 5. After learning one skill you need to learn another skill for freelancing?
00:01 Focus on learning basic HTML, CSS, and JavaScript for web development jobs
02:26 Understanding the basics of creating a website structure using HTML
04:32 Focus on understanding key concepts and practical skills in HTML, CSS, and JavaScript without needing to memorize everything.
06:13 Understanding the roles of designers, developers, and AI in web development.
07:56 Learning JavaScript can enable full stack web development
09:42 Learn essential JavaScript concepts and build projects
11:23 Start by making 100 basic apps to learn and face problems.
12:55 Continuous learning is key in web development
❤🔥❤🔥❤🔥❤🔥❤🔥❤🔥❤🔥❤🔥❤🔥❤🔥
You saved my 15 min 😮
Thanks for effort
@@UniqueGirl-kd6uw sorry apko hi dudhna hoga research karen chapgpt se baat karen apko sawaal ka javab mil jayega
Crafted by Merlin AI
.
Vote For Databases Management System Playlist OR One Full Video 😢🙏🏾
Vote for AI ML course
Vote
@@abrarahmed5909 consol.log("Vote")
Generative ai course
@TechTalksWithMahima sach batao aap Krish naik ko follow karte ho na
@TechTalksWithMahimaapke channel p to ni h
Vote for ML python Play list❤❤❤
Ha bhyi👍
Must needed
Already hai
@@kuchbhi-to2rualready hai check it out
Yes
DATA SCIENCE + SOFTWARE ENGINEERING = AI/ML ENGINEER
Vote for Detailed AI/ML engineer roadmap
Yes
@TechTalksWithMahima and how you gonna do this????
Mujhe bhi Banna hy pro@TechTalksWithMahima
@TechTalksWithMahimadidi lekin kaise ?
2019 the same statement "And I will see you next time" and 2024 the same statement
"And I will see you next time". Really many things have been changed but your this statement at the end of the video has not changed. Continue uploading more informative vidoes like this. We really love your videos
"Learning is not a destination it's a journey"👌
What a line said by @Harrybhai
00:01 Focus on learning basic HTML, CSS, and JavaScript for web development jobs
02:26 Understanding the basics of creating a website structure using HTML
04:32 Focus on understanding key concepts and practical skills in HTML, CSS, and JavaScript without needing to memorize everything.
06:13 Understanding the roles of designers, developers, and AI in web development.
07:56 Learning JavaScript can enable full stack web development
09:42 Learn essential JavaScript concepts and build projects
11:23 Start by making 100 basic apps to learn and face problems.
12:55 Continuous learning is key in web development
There is no end of learning. keep building and keep learning.
❤❤❤❤
Thank you Harry bhai I want this video. I am learning web development from your Sigma web development courses. I completed HTML and half CSS.
same same boss,,,
..
sigma batch op!!!!🔥🔥🔥
how about the main one javascript .. which would run the whole web
If you know bangla then i will suggest a channel (learn with sumit) from our Bangladesh who will teach you in depth thing.
From WHICH college?
Vote for AI machine learning course
@TechTalksWithMahimahow ?
public class ArraySorter {
// Function to sort an array of integers using Bubble Sort
public static void sort(int[] arr) {
int n = arr.length;
int temp;
boolean swapped;
for (int i = 0; i < n - 1; i++) {
swapped = false;
for (int j = 0; j < n - i - 1; j++) {
if (arr[j] > arr[j + 1]) {
// Swap arr[j] and arr[j+1]
temp = arr[j];
arr[j] = arr[j + 1];
arr[j + 1] = temp;
swapped = true;
}
}
// If no two elements were swapped by inner loop, then break
if (!swapped)
break;
}
}
// Function to sort an array of strings using Bubble Sort
public static void sort(String[] arr) {
int n = arr.length;
String temp;
boolean swapped;
for (int i = 0; i < n - 1; i++) {
swapped = false;
for (int j = 0; j < n - i - 1; j++) {
if (arr[j].compareTo(arr[j + 1]) > 0) {
// Swap arr[j] and arr[j+1]
temp = arr[j];
arr[j] = arr[j + 1];
arr[j + 1] = temp;
swapped = true;
}
}
// If no two elements were swapped by inner loop, then break
if (!swapped)
break;
}
}
// Function to sort an array of doubles using Bubble Sort
public static void sort(double[] arr) {
int n = arr.length;
double temp;
boolean swapped;
for (int i = 0; i < n - 1; i++) {
swapped = false;
for (int j = 0; j < n - i - 1; j++) {
if (arr[j] > arr[j + 1]) {
// Swap arr[j] and arr[j+1]
temp = arr[j];
arr[j] = arr[j + 1];
arr[j + 1] = temp;
swapped = true;
}
}
// If no two elements were swapped by inner loop, then break
if (!swapped)
break;
}
}
// Main function to test the sorting functions
public static void main(String[] args) {
// Test sorting an array of integers
int[] intArray = {4, 2, 9, 1, 5, 3};
sort(intArray);
System.out.println("Sorted integer array: ");
for (int num : intArray) {
System.out.print(num + " ");
}
System.out.println();
// Test sorting an array of strings
String[] stringArray = {"banana", "apple", "orange", "mango"};
sort(stringArray);
System.out.println("Sorted string array: ");
for (String str : stringArray) {
System.out.print(str + " ");
}
System.out.println();
// Test sorting an array of doubles
double[] doubleArray = {4.2, 2.5, 9.1, 1.3, 5.7, 3.6};
sort(doubleArray);
System.out.println("Sorted double array: ");
for (double num : doubleArray) {
System.out.print(num + " ");
}
System.out.println();
}
}
now do the same using assembly language
@@cryptoparadoxx Ugh... I had commented this to copy and paste somewhere. I forgot to delete it.😆
Harry bhai , please AI and ML ka course karwao😢 ❤
While "Nakal krne k liye aakal chahiye." == True:
pasting='ok'
debugging ='ok'
finalizing ='ok'
deploying ='ok'
😊
Sir, Ek tutorial bana dijiye " Data Analysis" ke uper with projects.
best part of the video, 100 nayi apps banao, 50 problems aayegi or 35 cheeze seekhoge 11:25
How to Create an Image Slider in HTML CSS and JavaScript step by step || Image Slider : ua-cam.com/video/zJCTMw1b2cs/v-deo.html
Thank you for the motivation ! bs eski hi jarurat thi abse firse learning start kr dunga abhi se
Nothing is 100% in programming, Awesome talk Harry Bhai. 💥
Jhakkas harry bhai ❤
Thankyou Harry bhai apne meri sabse badi problem ko solve kar diya, mujhe is question se related bahut jyada confusion aur stress tha but ab nahi hai, because apne jitna bhi is video me bataya hai utni HTML, CSS and JS mujhe abhi hi aati hai, so ab mujhe full confidence aa gya bhai ❤️ thankyou so much ❤🙏😊
Same 😂😂
Thank you or Sigma Web development se mujhe bhut help mele Thank you so much Mota bhai😊
Do you know bro. You are best in your field. UA-cam + code = harry
lordicon - icons
html - basic structure
css - use ai - give image and ask question - learn as time passes
js
make basic project
basic app
then angular
............
Nowadays beginners directly starts learning React or Angular or any other frameworks without properly learning vanilla JS. They learn Tailwind CSS without learning vanilla CSS. Then they suffer later.
Right! If we spend time learning all the syntaxes of CSS, it will take away my valuable time.
Thank you for the video. I currently do projects using React and Tailwind CSS . And soon learn NextJS. Thanks to u Harry sir ❤👍
kaash ye video tab miiti jab mai html sikh rha tha
Nice Video ❤
Vote for spring boot playlists ❤
You're a great teacher 😊 Actually you explain yourself in your videos😊 Based on hard practice--experiences❤
If I start a yt channel as a learner and teach full frontend from basic to advance who follow me ??
I will
Koi nhi karega
@@AbhishekSingh-wb3lr me hoon na
@@AbhishekSingh-wb3lr me bhi hoon
@@GameDev-z2b you seem like sibling game and web developer
"nakal ke liye bhi akal ki zarurat padti hai" best line✌
Great Harry ❤ I am using Chat Gpt and this increase my learning speed and productive 10x faster then before and now I have a complete knowledge that on which place. How to use Ai for getting accurate response.
Thanks for clearing my doubts I am a diploma student in information technology as I've developed a website for my industrial training and now I have to build a full stack website for CPP project but I was really confused should I use AI or not for getting code but you have cleared all of my doubts and this video helped me alot❤
aapki right side wali mooch zyda hai as compared to left wali se 😂 😂
well....I am new to your channel I heard about your channel Mr. Harry but I didn't watch i just watched your video its amazing thanks for the guide will be your new subscriber and yeah my plan was to learn all the JS , CSS , HTML from your channel but as I already started learning from APNA COLLEGE sooo...as we should not shuffle in between so I will continue there. But still your videos are helping me and "Learning is not a destination it's a journey"👌This line is really amazing thank you soo much for your Golden Words .
Love from India Hyderabad & live in UAE 💜💜
Vote for Full Data Science Course
Video quality is very good 👍
badiya bataya bhai ne
😮
Respect of code with Harry ❤❤
The most informative video for freshers.... Thanks bro
Age 20yr = Experience 30yr
😂😂😂
Sir JavaScript is so hard. I learn html and css and I also making the webs like w3 schools and I also made CV. I practice html and css but I am confuse in learning JavaScript 😢
same brother😢
bhai mene to java vi basics kiya... but unable to properly understand😢
bhai same , html css advanced ata ha, or js basic or ab smjh ni ara job kase milegi
kha milegi or kya krna pdega
Javascript ko practically smjho sirf Console.log krke mt seekho projects me basic jo bhi aata hai uska use kro tb smjh aayegi bhai html css isliye smjh aa jati h kyuki usme output ke naam pr kuch display pr hame dikh rha hota hai for example border ka use kiya tumne or ek border ban gya html mai input ka use kiya display pr input aa gya but javascript me logic lgana padta hai
Me itna bana leta hu but uske baad mene sab chhod diya sochkar ki kuch nahi aata mujhe, aaj video dekhkar pata laga ki seekhna kabhi khatam nahi hoga cahe jitna seekh lo
Probably abhi harry ko bhi AI/ML itna detail mein nhi pata isliye baar baar course maang ke kuch nhi hoga😂😂
Harry sir You are really a great teacher for supporting your students and also full of motivation.. Thanks a lot SSIr
well explained and rightly said, i have been using gpt from 2 years and my productivity increased a lot and enjoying gpt 4 and 4 mini as well
bhai frontend kar rahe ho kya office mai copy paste karne dete hai kya
@@rockpaper9675 don't know sir mai student hu 1st year 🥲
Learning is not everything but doing practically matters
Children watch Tom and Jerry but Legends watch Code With Harry
matalab kutch bhi comment likh dene ka 🤣🤣😂
Legends know their responsibility and Dharma.
Am 16 year old and currently i know HTML, CSS, JavaScript, Python and C++. Right now am learning react from youtube and django + mysql from offline institute, i am trying to find work on online website but i am not completely sure how to, upwork requires to buy connect to apply which i cant afford and fiverr i've been trying but no work how exactly do i start finding work
Hey bro
I want to talk to you , how can I contact you.
It’s CRAZY Bro!!!!!!! Carry On🔥🔥
@@CryptoKopOffer tyy
To m kya krun
Thank-You very much Harry bro ... !
Harry bhai ko kon kon Dil se Manta hai like kro❤👇
Data science 200 days by Code with Harry vote 👉🏻
Teacher ❌ teacher ultra pro Max legend ✅. 🤜🤛
love you bhava from maharashtra really great knowledge
Harry Bhai is Sigma web development course enough to get a job??
Bohat acha Bolta he yaar mazah aagaya tujhe se seekhoon ga main .I am 40 years old can I still learn
challange:harry potter theme website of chatbot(coded only in math module and numpy)
twist:django
Mera fayda ho gaya me abhi html shikh raha hu 😂
Mat Sikh .... Web development Aaj kal bacho ka chiz hai 😂
Sikh bhai kisi ki bakwas mt sun
that journey is like an Endless loop where you grow with learning... and where I'm on that way.. Thanks Harry Bhaiya for that Sharing..
DATA SCIENCE + SOFTWARE ENGINEERING = AI/ML ENGINEER
Vote for AI/ML engineer roadmap ☑
bro i am 13 years old but i can work with pandas, numpy, mysql, matplotlib, python because of harry bhai🙉💘
❤ Thanks Teacher!
yeah! this is very serious video and your speech is very good speech
thanks for this video
Harry bhaiya is best coding teacher in whole yourube
Thank you sir you saved my time i was thinking to learn css deeply without jumping to js😅
Fact: HTML, CSS and JS is not enough to get a job
Why and What require then ?
@@PaulSachin0016 MERN Stack + DSA(Leetcode)
@@PaulSachin0016 it's a very basic thing to know all these. U need a primary language like c++, java or python for development, a database such as SQL and frameworks like react or angular. DSA is needed along with these and companies ask for aptitude skills in first rounds of interviews. SO only html css and js is not enough
@@vishaler7451first year mai hai kya 😂
It is the language but angular or react is framework which should be learn and after that DSA and backend matters
Vote for Detailed AI/ML engineer roadmap☑
Roadmap nhi course chahiye
@@adityakeerti1686 yes
Ali bhai apka Sigma web development ji class chal rhi apki 24 episode dekh liye hain me ney abhi tak ❤❤❤
Love you Harry bhaiya ❤❤❤ you are great teacher in the world ❤❤❤❤
NAKAL ke liye bhi AKAL ka jaroorat hota Hai ❤️🔥
SIGMA BATCH OP🔥
vote for networking course
Vote for c++ projects 😢
Respect button for Harry sir❤❤❤
Vote for ethical hacker full course ❤👨💻💻
I'm Isha and l like your videos and it's very good and helpuful❤❤❤❤❤❤ I am lucky because you are my teacher and my brother
ok harry new viewer i already subscribed.. thanks
Nowadays HTML,CSS,Js is like basic of everyone, it's not enough for getting a job
You are amazing ❤
Please sir make a full course on web development 🙏
Yes sir 😢
❤❤❤🎉
@@technologystar954❤❤❤❤
Even after becoming a full stack developer mainly thanks to harry , sheryian and hitesh bhai....these types of videos still excites me.
Launch video on c++ like python and c
"Programming language se darne ka nahi, jab tak Harry Bhai yahan hai, code likhne ka tension nahi!" 😄
Vote for Flutter course 🙋
HTML,CSS,JS full course with ai from scratch to adv web developer
Harry Bhai please guide who is the best language for webdevelopment today modern time very fast today 😢
Thanks for guiding bhaiya❤
Sir Outstanding Sir Allah ap ko mazeed kamayab krey Ameen! From Pakistan
Great to listen to the important factor of web development
pythin is very good
Great job man
Vote For 1st Year Student 😊
#nutanguide
Mujhe Job Nahi Mil Raha Harry Bhai Mene Sab Shikh Hi Liya Hai Almost Fresher Job Kaha Milega, Ab To Mujhe Lagne Laga Hai Ki Web Development Me Mera Bohot Waqt Barbaad Ho Gaya 😔😭🙏
Kya kya sikha hai bhai
@@respect-editz6918 HTML, CSS, bootstrap, JavaScript, jQuery, Node.js, Express.js Aur Mongo DB
Vote for BCA student 😊
#nutanguide
Vote for Data Science And Machine Learning Using Python
#Harrysir
Please make detailed video on freelancing.
Can I make a career in freelancing as a Web developer? It is compulsory to learn back-end development or only frontend is okay for freelancing? Someone said clients, companies want overall skillful people who knows back-end and front-end development, that's why I'm asking it.
Everyone is learning web development, all the front end developers have made gigs, there is saturation on the freelancing platform, so how to survive, how will anyone give work to the new ones?
And can we do this for lifetime, can we secure it by making a career or will we have to do a job??
You know anything can happen when go online, ( what if) all your business shut down suddenly... What if UA-cam, website or social media shut down, we already experienced that, now we often see social media shuts down occasionally.
So can you make career in all these field if you're drop out and can't find your career???
Also here is my question: 👇🏻
1. How to take it as business?
2. How to find clients?
3. What to do when you're sick or on vacation, traveling, how to handle clients then?
4. How to scale your business?Or you need to do job or any other income source for survival?
5. After learning one skill you need to learn another skill for freelancing?
Thank you Bro.....❤
Learn Burn And Earn 🎉
Vote for react play list ❤
harry bhai ek java pr full new core se advance tk ka course dal do pleaseeee