Learn JavaScript
4.3K subscribers
459 photos
10 videos
132 files
3.02K links
All info, tutorial, JS tips and more ....!
bio.link/javascript_js_
For HTML: @html_web_learn
For CSS: @CSS_web_learn
For JS: @JavaScript_js_learn
For PHP: @learn_php_web
For Programming courses @Programmingworld_dev
For CEH,Cybersec: @technical_stark
Download Telegram
An explanation of how console logs work that provide undefined return values

https://blog.bitsrc.io/why-does-console-log-return-undefined-e06d44b4d0f8

#console #log #return
Become a Full Stack Web3 / Blockchain Developer in 180 days

Detailed ROADMAP with days ↓

Day 1 - 20 ( 1-2 hour / day )

→ Learn HTML & CSS

Day 21 - 35 ( 1-2 hour / day )

→ Learn JavaScript

Day 36 - 42 ( 1-2 hour / day )

→ Learn CSS framework

Bootstrap / TailwindCSS

Day 42 - 50 ( 1-2 hour / day )

→ Learn JS Framework

Angular / ReactJS / VUE JS / Next JS

Day 51 - 90 ( 1-2 hour / day )

→ Learn Advance JS

Day 91 - 95 ( 1-2 hour / day )

→ Learn Git and Github

Day 96 - 106 ( 1-2 hour / day )

→ Learn REST API or JSON API

Day 107 - 120 ( 1-2 hour / day )

→ Learn Blockchain Basics

Include ↓

- what is Ethereum
- Decentralisation
- Smart contract
- Cryptocurrency
- NFTs , DAOs
- Cryptography
- Keys
- Hashing

Day 121 - 140 ( 1-2 hour / day )

→ Learn Solidity

Day 141 - 150 ( 1-2 hour / day )

→ Learn Hardat / truffle

Day 151 - 155 ( 1-2 hour / day )

→ Learn Web3.js / Ether.js ( interact with frontend )

Day 156 - 160 ( 1-2 hour / day )

→ Learn IPFS / filecoin

Day 161 - 180 ( 1-2 hour / day )

→ Revise all things from scratch

→ Start Building DApps

For More Web3 Content Join @web3_learn
5 Must have skills to become a Pro Frontend Web Developer:

1. Progressive Web Apps(PWA)

2. Static Site Generators(SSG) - NextJS, Gatsby, Jekyll etc.

3. Server Side Rendering (SSR) - React Suspense, NextJS etc.

4. TypeScript

5.CSS Preprocessors - Sass, Less,
PostCSS

#Frontend #Pro
Web dev resources

All resources to get you started in web development. Pick one thing, make a cool project, document your learnings, and see if you like it or not. Frontend, backend, devops included.
Frontend resources 🚀

Amazing resources to get you a head start in frontend development. Build more and learn through that. Real learning will only come when you build your OWN projects - not by just following tutorials or reading.
Web MDN Mozilla Web Docs now has a new and fresh look

https://hacks.mozilla.org/2022/03/a-new-year-a-new-mdn/

#mdn #webdocs
Reference some web services that can help the web and application development process

https://blog.devgenius.io/25-must-visit-killer-websites-for-developers-7d15aceb7508

#asset
Some of the new features in Chrome Dev Tools 99 are summarized in the following video

https://www.youtube.com/watch?v=zFVWeOKZBHs

Or you can check it out on the following blog:

https://developer.chrome.com/blog/new-in-devtools-99/

#chrome #devtools
Forwarded from Learn Html
Exercises from John Komarnicki on some important but little-known HTML tags

https://www.youtube.com/watch?v=s8-y-B96dr8

#html #tags #JohnKomarnicki
Explanation of Truthy and Falsy value in JavaScript from Dcode channel

https://youtu.be/Xp60QbXRAPI

#truthy #falsy