Web development – Telegram
Web development
3.98K subscribers
410 photos
31 videos
80 files
87 links
Web development learning path

Frontend and backend resources.

HTML, CSS, JavaScript, React, APIs and project ideas.

Join 👉 https://rebrand.ly/bigdatachannels

DMCA: @disclosure_bds
Contact: @mldatascientist
Download Telegram
Web development: Coupling Client side and Server side
🤔21
REST API Common Misconceptions
1👍1
Global Vs Local Vs Block Scope
2👏2
Learn web development step by step - from HTML & CSS to JavaScript, React, Node.js, and real projects. Keep practicing and build a portfolio that shows your skills
2
👆40 Project Ideas For Web Developers
3
When does the above code snippet execute?
Anonymous Quiz
18%
Immediately
49%
After HTML parsing
25%
When the JS file loads
7%
Never
CONTRAST IN FRONTEND AND BACKEND
4
GIT WORKFLOW
1
HTML Tip 💡

You can initiate a phone call or send sms message from the page.
2
Which HTTP method is considered idempotent, meaning that multiple identical requests have the same effect as a single request?
Anonymous Quiz
23%
POST
42%
GET
21%
PATCH
14%
CONNECT
JavaScript Promise Methods
4
JavaScript For Everything
2👏1
⚡️ What is React?
React is a JavaScript library that makes websites and apps feel smooth and interactive

🛠 How it works
It uses a virtual DOM (a smart copy of the page) so only the parts that change get updated - fast & efficient 🚀

🎯 Why care?
Quick, reusable 🧩, and powers apps you already love like Instagram & Facebook 🌍
1
JavaScript Trick Question: Can You Explain Hoisting? 🤔

var, let, const, functions - hoisting impacts them all! This visual guide explains the rules and Temporal Dead Zone (TDZ) in a clear, concise format. Test your knowledge and save it for future reference! 👍
3
Vue.js vs. React.js: Key Differences 🧐

Choosing a framework? Consider:

•  🎨 Syntax: Vue = HTML + JSX, React = JSX only. Vue is often easier to learn.

•  🏛️ Architecture: Vue = Adaptable, React = Needs external state management.

•  🎯 Use Cases: Vue = PWAs, React = SPAs & mobile apps.

Pick what fits your project best! 🚀
3