Web development
Open in Telegram
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
Show more4 164
Subscribers
+124 hours
+107 days
+4230 days
Posts Archive
4 164
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π
4 164
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
4 164
HTTPIE DESKTOP DOCS
HTTPie Desktop is a cross-platform API testing client for humans. Use it to test REST, GraphQL, and HTTP APIs painlessly.
HTTPie Desktop is available for desktop and mobile browsers and as a dedicated desktop app for macOS, Windows, and Linux.
HTTPieβs Web app is equivalent to the desktop app, except for certain limitations.
Go to httpie.io/app
Or use the short & sweet alias req.new
HTTPie's desktop app lets you work locally and has a distraction-free interface.
Source-Link: httpie
4 164
Building of Web3 Token Balance Applications
Web3/Blockchain Course by MTF Institute and QuickNode
Rating βοΈ: 4.4 out 5
Students π¨βπ : 16,816
Duration β° : 1 hour on-demand video
Created by π¨βπ«: MTF Institute of Management, Technology and Finance
π COURSE LINK
β οΈ Its free for first 1000 enrollments only!
#web3
ββββββββββββββ
πJoin @web_dev_bds for moreπ
4 164
Developing RESTful APIs with JAX-RS
π Free Online Course
Duration β°: 7-8 hours
π» Lecture Videos
πββοΈ Self paced
Teacher π¨βπ« : Prof. koushk
π Course Link
#programming #APIs #restful_APIs
ββββββββββββββ
πJoin @bigdataspecialist for moreπ
4 164
Repost from Tech News
Top 10 Platforms To Learn JavaScript Coding in 2024
JavaScript has become a crucial foundation to website making, and webpages that operate smoothly today, utilize and owe their interactive and dynamic characteristics to JavaScript. Along with the programming language of JavaScript, which is a must for every web developer, the presence of excellent learning platforms emerges as an essential solution for the rising need of adept JavaScript developers. Whether getting started with coding as a newbie or a JavaScript developer ready to improve, these top-tier online platforms are like the best place to learn JS from.
Source-Link: analyticsinsight
4 164
The output will be 456
Here's how:
- a is initialized as an empty object using {}.
- b is initialized as an object with a property key set to the string 'b'.
- c is initialized as an object with a property key set to the string 'c'
The code assigns values to properties of a using b and c as keys. But, when a non-string value is used as a property key, it is automatically converted to a string.
Then:
- a[b] = 123 assigns 123 to the property with key 'object Object' in a.
- a[c] = 456 assigns 456 to the property with key 'object Object' in a. This overwrites the previous value.
Finally, console.log(a[b]) is called, that accesses the value of the property with key 'object Object' in the a object and it returns 456 since the value was overwritten with 456
Available now! Telegram Research 2025 β the year's key insights 
