Web Development
72.9K subscribers
1.23K photos
1 video
2 files
556 links
Learn Web Development From Scratch

0️⃣ HTML / CSS
1️⃣ JavaScript
2️⃣ React / Vue / Angular
3️⃣ Node.js / Express
4️⃣ REST API
5️⃣ SQL / NoSQL Databases
6️⃣ UI / UX Design
7️⃣ Git / GitHub

Admin: @love_data
Download Telegram
Earn money as a web developer

🔰Building a SaaS:
A SaaS is a Software as a Service, an application or website that allows people to sign up and pay for the service.
Create digital products
You can create courses, software, ebooks, or any digital product that you want to distribute to customers worldwide. If you have a passion for web development and want to make extra money on the side, this will be a great opportunity for you.

🔰Create online courses:
You can make courses on web development and sell them on the sites like Udemy.

🔰Build websites for small business:
Now a days it becomes very hard to get work from freelancing site. So, you can make websites for your nearby small businesses.Most of small shops don’t have a web developer on staff, but would be willing to pay a reasonable amount for some web development/design help. Send an email out to the owner letting them know you’re a local web developer, a fan of their business, and want to help out by extending your services at a discounted rate.

🔰Establish your Digital Presence:
If you want someone to hire you as a freelancer, set yourself apart. First, get started on GitHub and start blogging or you may start youtube channel (either on your own blog, our as a guest blogger). If you learn something new, work on a project, write a clever bit of code, make sure to share it! Establishing your digital presence is a great way to establish credibility, even if you’re new to the industry.

🔰Create niche websites to Rent or Sell:
You can use these skills to build a website in a particular niche such as "Atlanta Hairdresser".

a) Purchase a domain in your selected niche.

b)Build a simple website for this niche.

c) Start creating relevant posts and content to get traffic to your site and to rank on Google.

Once the site is ranking on Google to the point where it's getting some organic decent traffic, you can then start approaching businesses in this particular niche you have chosen (in our example, hair salons and barbershops in Atlanta) and offer to rent or sell the website to them.
Do you want web development roadmap?
Anonymous Poll
96%
Yes
4%
No
😁6👍1
Basic web development roadmap
🟧
1.Learn: How websites work, front-end vs back-end, code editor‌‌
🟧
2: Basic front-end:
a. Html
b. Css
c. Javascript
Expected time 7+14+30=51 days.
🟧
3. Learn front-end frameworks:
a. Learn css framework ( Bootstrap , Tailwind css , ...)
b. Learn JavaScript frameworks ( angular, react , vue...)

Expected time minimum 60 days.
🟧
4. Learn database
a. MySQL
b. MongoDB
There are many more. Choose one and learn.
🟧
5. Learn backend programming languages:
a. Php
b. Nodejs
There are many more. Learn any one.

Expected time: 60 days
🟧
6. Do some projects and clone some websites.
▫️▫️🟧▫️▫️
👍18🔥5👏31
Types of menu icons

#webdesign
👍6🔥3
DevOps Roadmap.
👍4
😮 10 Sites to get Free illustrations for your next project

🔹 Freepik
🔹 unDraw
🔹 DrawKit
🔹 Graphic Surf
🔹 Humaaans
🔹 ManyPixels
🔹 Open Peeps
🔹 Open Doodles
🔹 Absurd Design
🔹 Free Illustrations
👍13🥰21
Top 10 great tools for web developers.
It will save your 150+ hours 🚀

💨 DevBytes
💨 Splitbee
💨 Swipe Pages
💨 Clearbit
💨 ReadMe
💨 Storytale
💨 Firecamp
💨 Airtable
💨 JSON View Pro
💨 Excalidraw
👍4👎1
⚡️ Roadmap to becoming a full stack developer in 2022

- Learn basics:
🎯 HTML
🎯 CSS
🎯 JavaScript/Typescript
🎯 Git
🎯 Github

- Learn a framework:
🎯 React/Angular/Vue/Svelte
🎯 TailwindCSS/Bootstrap

- Backend:
🎯 NodeJs/Python/Rust
🎯 MongoDb/PostgreSQL/MySQL
🎯 AWS/Heroku
🔥15👍72
Learn css specificity

If there are two or more CSS rules that point to the same element, the selector with the highest specificity value will "win", and its style declaration will be applied to that HTML element.Think of specificity as a score/rank that determines which style declaration are ultimately applied to an element.

Read more 👉
https://www.w3schools.com/css/css_specificity.asp

Quizzes
👉
https://codepen.io/pehaa/pen/dEpvXN
👉
https://codepen.io/pehaa/pen/OYLwGW
👍62
40 projects ideas for web developer
👍15
Web development project ideas 💡
#webdevelopment #project
👍8🔥4
5 low competition freelance website for web developers

Stack overflow
Codepen
Hireable
Gigstar
Hired
1
What is the difference between closure and a block scope in JavaScript?

A) Closure is a way to access a variable from an outer scope within a nested function, while a block scope is a way to limit the scope of a variable to the block it was defined in.

B) Closure is a way to limit the scope of a variable to the block it was defined in, while a block scope is a way to access a variable from an outer scope within a nested function.

C) Closure and block scope are the same thing in JavaScript.

D) Closure and block scope are not related in JavaScript.
👍52