Code with Me
2.6K subscribers
115 photos
7 videos
144 files
175 links
"Welcome to Code_With_Me_23! 😉
Download Telegram
🚀 Boost your web design skills! Check out my latest video: "Top 5 CSS Animated Buttons | Best HTML CSS Button Effects" and take your layouts to the next level! 📱💻

🔗 Watch now: https://youtu.be/G_4YQH-A3QE

💻 Source Code: I’ll share the full source code once this post reaches 50 likes! 🔥
Like, Share & Comment 😊
10
👍72🔥1
Thank you so much everyone ❤️! I asked for 50 likes, but you all gave more than 80+ likes 🔥. Really grateful for your amazing support 🙏. As I promised, I’m sharing the full source code with you. Keep supporting and stay tuned for more! 💻
👍72
🚀 New Video Alert! 🚀

🔥 Learn how to create a Modern Parallax Website Design with a Stunning Parallax Effect using HTML, CSS, and JavaScript.
👉 Beginner-friendly tutorial, step by step explained.

📌 Watch Full Video on YouTube 👇
🎥 https://youtu.be/jsFzOeXzhDc

💡 Note: Agar aapko is project ka Full Source Code chahiye, to video ko 50 Likes & 10 Comments dena mat bhoolna. Source code Telegram par hi share kiya jayega.
👍9🔥61👎1
Which HTTP method is used to create new data in a REST API?
Anonymous Poll
77%
POST
5%
DELETE
24%
GET
3
In Express, which middleware is used to parse JSON request bodies?
Anonymous Poll
15%
app.urlencoded()
58%
express.json()
31%
app.json()
8%
express.urlencoded()
2👎1
What HTTP status code do we usually return when a new resource is created successfully?
Anonymous Poll
35%
404
15%
500
40%
200
21%
201
3
If you want to send data from frontend (React) to backend (Express), where will that data be available in Express?
Anonymous Poll
30%
req.query
34%
req.body
14%
req.params
36%
res.json
4
*Here are the correct answers for the above questions:*

1. What does REST stand for?
b) Representational State Transfer
👉 REST is an architectural style that defines rules for creating scalable web services.

2. Which HTTP method is used to create new data in a REST API?
b) POST
👉 POST is used to create a new resource. GET retrieves, PUT updates, DELETE removes.

3. In Express, which middleware is used to parse JSON request bodies?
c) express.json()
👉 You must use app.use(express.json()) so Express can handle JSON input from clients.

4. What HTTP status code do we usually return when a new resource is created successfully?
b) 201
👉 201 Created means the resource was successfully created.

5. If you want to send data from frontend (React) to backend (Express), where will that data be available in Express?
c) req.body
👉 When you POST data, it is parsed into req.body (if you use express.json()).
5
💻 Aapko kis type ka coding project pasand aayega / seekhna chahoge?

👉 Vote karke batayein aur apna reason niche comments me likhna na bhulein!
Anonymous Poll
23%
Java Projects (Console/Terminal based)
20%
Python Projects (Django Web Apps)
43%
MERN Stack Projects (React + Node + MongoDB, Full-Stack)
46%
Web Dev Basics (HTML, CSS, JS projects)
🔥731
Thank you so much everyone ❤️! I asked for 100 likes, but you all gave more than 80+ likes 🔥. Really grateful for your amazing support 🙏. As I promised, I’m sharing the full source code with you. Keep supporting and stay tuned for more! 💻
6
👏2