Web Development - HTML, CSS & JavaScript
50.7K subscribers
1.67K photos
5 videos
34 files
314 links
Learn to code and become a Web Developer with HTML, CSS, JavaScript , Reactjs, Wordpress, PHP, Mern & Nodejs knowledge

Managed by: @love_data
Download Telegram
๐Ÿฒ ๐—ฆ๐—ธ๐—ถ๐—น๐—น๐˜€ ๐—ง๐—ผ ๐— ๐—ฎ๐˜€๐˜๐—ฒ๐—ฟ ๐—œ๐—ป ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฑ | ๐—˜๐—ป๐—ฟ๐—ผ๐—น๐—น ๐—™๐—ผ๐—ฟ ๐—™๐—ฅ๐—˜๐—˜๐Ÿ˜

๐Ÿ“ˆ Upgrade your career with in-demand tech skills & FREE certifications!

๐—”๐—œ & ๐— ๐—Ÿ :- https://pdlink.in/3U3eZuq

๐——๐—ฎ๐˜๐—ฎ ๐—”๐—ป๐—ฎ๐—น๐˜†๐˜๐—ถ๐—ฐ๐˜€:- https://pdlink.in/4lp7hXQ

๐—–๐—น๐—ผ๐˜‚๐—ฑ ๐—–๐—ผ๐—บ๐—ฝ๐˜‚๐˜๐—ถ๐—ป๐—ด:- https://pdlink.in/3GtNJlO

๐—–๐˜†๐—ฏ๐—ฒ๐—ฟ ๐—ฆ๐—ฒ๐—ฐ๐˜‚๐—ฟ๐—ถ๐˜๐˜† :- https://pdlink.in/4nHBuTh

๐—ข๐˜๐—ต๐—ฒ๐—ฟ ๐—–๐—ผ๐˜‚๐—ฟ๐˜€๐—ฒ๐˜€ :- https://pdlink.in/3ImMFAB

๐—จ๐—œ/๐—จ๐—ซ ,๐——๐—ฎ๐˜๐—ฎ ๐—ฆ๐—ฐ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ :- https://pdlink.in/4m3FwTX

๐ŸŽ“ 100% FREE | Certificates Provided | Learn Anytime, Anywhere
โค2
Skills to master as a web developer
๐Ÿ”ฅ10โค4๐Ÿ‘2
๐Ÿ’– Heart Pattern using JavaScript! ๐Ÿ’ป

let n = 10;
let str = "";

for (let i = n / 2; i < n; i += 2) {
  for (let j = 1; j < n - i; j += 2) str += " ";
  for (let j = 1; j < i + 1; j++) str += "*";
  for (let j = 1; j < n - i + 1; j++) str += " ";
  for (let j = 1; j < i + 1; j++) str += "*";
  str += "\n";
}

for (let i = n; i > 0; i--) {
  for (let j = 0; j < n - i; j++) str += " ";
  for (let j = 1; j < i * 2; j++) str += "*";
  str += "\n";
}

console.log(str);


๐Ÿ’ก Output: A cute heart printed in the console ๐Ÿ’˜

๐Ÿ”ฅ Tap โค๏ธ for more fun code snippets!
โค20๐Ÿ‘2
๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป ๐—–๐—ผ๐—ฑ๐—ถ๐—ป๐—ด ๐—ก๐—ผ๐˜„, ๐—ฃ๐—ฎ๐˜† ๐—”๐—ณ๐˜๐—ฒ๐—ฟ ๐—ฃ๐—น๐—ฎ๐—ฐ๐—ฒ๐—บ๐—ฒ๐—ป๐˜!๐Ÿ˜

Unlock Opportunities with 500+ Elite Hiring Partners

 Eligibility:- BE/BTech / BCA / BSc

๐ŸŒŸ 2000+ Students Placed
๐Ÿค 500+ Hiring Partners
๐Ÿ’ผ Avg. Rs. 7.4 LPA
๐Ÿš€ 41 LPA Highest Package

๐—•๐—ผ๐—ผ๐—ธ ๐—ฎ ๐—™๐—ฅ๐—˜๐—˜ ๐——๐—ฒ๐—บ๐—ผ๐Ÿ‘‡:- 

https://pdlink.in/4hO7rWY

Hurry๐Ÿƒโ€โ™‚๏ธ, limited seats available!
โค2
JAVASCRIPT TECH STACK
โค7
๐—™๐—ฅ๐—˜๐—˜ ๐—ข๐—ป๐—น๐—ถ๐—ป๐—ฒ ๐—–๐—ผ๐˜‚๐—ฟ๐˜€๐—ฒ๐˜€ ๐—ง๐—ผ ๐—˜๐—ป๐—ฟ๐—ผ๐—น๐—น ๐—œ๐—ป ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฑ ๐Ÿ˜

Learn Fundamental Skills with Free Online Courses & Earn Certificates

- AI
- GenAI
- Data Science,
- BigData 
- Python
- Cloud Computing
- Machine Learning
- Cyber Security 

๐‹๐ข๐ง๐ค ๐Ÿ‘‡:- 

https://linkpd.in/freecourses

Enroll for FREE & Get Certified ๐ŸŽ“
โค6
Git Commands

๐Ÿ›  git init โ€“ Initialize a new Git repository
๐Ÿ“ฅ git clone <repo> โ€“ Clone a repository
๐Ÿ“Š git status โ€“ Check the status of your repository
โž• git add <file> โ€“ Add a file to the staging area
๐Ÿ“ git commit -m "message" โ€“ Commit changes with a message
๐Ÿš€ git push โ€“ Push changes to a remote repository
โฌ‡๏ธ git pull โ€“ Fetch and merge changes from a remote repository


Branching

๐Ÿ“Œ git branch โ€“ List all branches
๐ŸŒฑ git branch <name> โ€“ Create a new branch
๐Ÿ”„ git checkout <branch> โ€“ Switch to a branch
๐Ÿ”— git merge <branch> โ€“ Merge a branch into the current branch
โšก๏ธ git rebase <branch> โ€“ Apply commits on top of another branch


Undo & Fix Mistakes

โช git reset --soft HEAD~1 โ€“ Undo the last commit but keep changes
โŒ git reset --hard HEAD~1 โ€“ Undo the last commit and discard changes
๐Ÿ”„ git revert <commit> โ€“ Create a new commit that undoes a specific commit


Logs & History

๐Ÿ“– git log โ€“ Show commit history
๐ŸŒ git log --oneline --graph --all โ€“ View commit history in a simple graph


Stashing

๐Ÿ“ฅ git stash โ€“ Save changes without committing
๐ŸŽญ git stash pop โ€“ Apply stashed changes and remove them from stash


Remote & Collaboration

๐ŸŒ git remote -v โ€“ View remote repositories
๐Ÿ“ก git fetch โ€“ Fetch changes without merging
๐Ÿ•ต๏ธ git diff โ€“ Compare changes


Donโ€™t forget to react โค๏ธ if youโ€™d like to see more content like this!
โค20
โŒจ๏ธ JavaScript Neat Tricks you should know
โค2
๐Ÿ“Š ๐——๐—ฎ๐˜๐—ฎ ๐—”๐—ป๐—ฎ๐—น๐˜†๐˜๐—ถ๐—ฐ๐˜€ ๐—™๐—ฅ๐—˜๐—˜ ๐——๐—ฒ๐—บ๐—ผ ๐—ฐ๐—น๐—ฎ๐˜€๐˜€ ๐—ถ๐—ป ๐—›๐˜†๐—ฑ๐—ฒ๐—ฟ๐—ฎ๐—ฏ๐—ฎ๐—ฑ/๐—ฃ๐˜‚๐—ป๐—ฒ ๐Ÿ˜

๐Ÿ”ฅ Learn Data Analytics with Real-time Projects ,Hands-on Tools

โœจ Highlights:
โœ… 100% Placement Support
โœ… 500+ Hiring Partners
โœ… Weekly Hiring Drives

๐—•๐—ผ๐—ผ๐—ธ ๐—ฎ ๐—™๐—ฅ๐—˜๐—˜ ๐——๐—ฒ๐—บ๐—ผ๐Ÿ‘‡:-

๐Ÿ”น Hyderabad :- https://pdlink.in/4kFhjn3

๐Ÿ”น Pune:-  https://pdlink.in/45p4GrC

๐Ÿ”น Noida :-  https://linkpd.in/DaNoida

Hurry Up ๐Ÿƒโ€โ™‚๏ธ! Limited seats are available.
โค2
Sample email template to reach out to HRโ€™s as fresher

Hi Jasneet,

I recently came across your LinkedIn post seeking a React.js developer intern, and I am writing to express my interest in the position at Airtel. As a recent graduate, I am eager to begin my career and am excited about the opportunity.

I am a quick learner and have developed a strong set of dynamic and user-friendly web applications using various technologies, including HTML, CSS, JavaScript, Bootstrap, React.js, Vue.js, PHP, and MySQL. I am also well-versed in creating reusable components, implementing responsive designs, and ensuring cross-browser compatibility.

I am confident that my eagerness to learn and strong work ethic will make me an asset to your team.

I have attached my resume for your review. Thank you for considering my application. I look forward to hearing from you soon.

Thanks!


I hope you will found this helpful ๐Ÿ™‚
โค10๐Ÿ‘1
๐Ÿ”ฅ ๐—ฆ๐—ธ๐—ถ๐—น๐—น ๐—จ๐—ฝ ๐—•๐—ฒ๐—ณ๐—ผ๐—ฟ๐—ฒ ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฑ ๐—˜๐—ป๐—ฑ๐˜€!

๐ŸŽ“ 100% FREE Online Courses in
โœ”๏ธ AI
โœ”๏ธ Data Science
โœ”๏ธ Cloud Computing
โœ”๏ธ Cyber Security
โœ”๏ธ Python

 ๐—˜๐—ป๐—ฟ๐—ผ๐—น๐—น ๐—ถ๐—ป ๐—™๐—ฅ๐—˜๐—˜ ๐—–๐—ผ๐˜‚๐—ฟ๐˜€๐—ฒ๐˜€๐Ÿ‘‡:- 

https://linkpd.in/freeskills

Get Certified & Stay Ahead๐ŸŽ“
โค5๐Ÿ‘2