Web development – Telegram
Web development
3.97K subscribers
410 photos
30 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
REST API Cheatsheet
5👍1🤩1
10 Must know JavaScript concepts before learning React

1. Basics
2. The Ternary Operator
3. Destructuring
4. The Spread operator
5. Array methods
6. Arrow Functions
7. Promises
8. The Fetch API
9. Async/Await
10. ES modules and Import/Export
👍5
Next JS with React Hooks - Building SSR React Applications

Get up and running with React Hooks and Next Js in a Day. Learn to build Server Side Rendered (SSR) React applications.

Rating ⭐️: 4.5 out 5
Students 👨‍🎓 : 21,746
Duration : 1hr 48min of on-demand video
Created by 👨‍🏫: Ryan Dhungel

🔗 COURSE LINK


#react # hooks #nextjs

👉Join @bigdataspecialist for more👈
👍3
Web Developer Skills
7👍5
Important Linux Commands
👍4
Cookies and Session
👍6
Forwarded from Programming memes
Front end vs backend 😂
😁10🥱2
API Protocols
🔥3👍2
Most Utilized API Architectures
👍52
UX vs UI
7
API Architecture Styles
👏4
HTTP vs HTTPS
👍4
9 Types of API Testing
👍4
JavaScript Tip💡
👍6
3 API Gateway Use Cases
👍1
Structure of URL
👍4
API Architecture Type
What will be the output of the following JavaScript code?
Answer: 8
since ** is the exponentiation operator and it is like we have 2 * 2 * 2
12 Tips For API Security
👍1
Clean Code: 7 tips to write clean functions

If it takes more than 3 seconds to understand what a function does, it's time to refactor it. The quality of your functions is inversely proportional to the time it takes to understand them.

Complex functions can lead to errors, make changes difficult, and slow down the onboarding process for new developers. Remember, code is read far more often than written, so investing time in writing clean functions is one of the best investments you can make in the long run.

Here are 7 tips on how I write clean functions:

Keep your functions small

Name your functions well

Limit the number of parameters

Reduce nesting with a return early

Write pure function with no side effects

Avoid boolean flag parameters

Use comments sparingly

We spend 10x more reading the code than writing it. Writing clean functions is one of the most powerful ways to produce readable code. Remember: Coding is not just telling the computer what to do. It's telling another programmer what you want the computer to do. Every line of code you write is a message to your fellow developers. Make it clear, concise, and compelling.


🔗 Read more

#programming #coding

👉Join @bigdataspecialist for more👈