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
Tips and tricks for using Chrome Dev Tools from Chrome Developer

https://youtu.be/xHusjrb_34A

#chrome #devtools
Cool comparison between threading and asynchronous method performance benchmarks in Node JS. That is by the method:
1. Regular event loop blocking
2. Using child processes
3. Create a Cluster process
4. Using Worker Threads
5. Using Native C++ addon in Node JS

Benchmark results can be seen below

https://novokhatskyioleksii.medium.com/node-js-heroes-of-worker-threads-c-addon-76dd11f34c33

#nodejs #thread #worker #async
Forwarded from Learn CSS
Comparison between CSS utility libraries, namely Pollen and Tailwind

https://blog.logrocket.com/pollen-vs-tailwind-css/

---

#tailwind #pollen #css
Forwarded from Learn CSS
Forwarded from Learn CSS
Creating your own CSS Reset

https://www.joshwcomeau.com/css/custom-css-reset/

---

Create a nice and subtle shadow effect with CSS

https://www.joshwcomeau.com/css/designing-shadows/

---

#css #reset #shadow
Forwarded from Learn Html
HTML in 100 Seconds by Fireship


https://youtu.be/ok-plXXHlWw


Ready to build your first website? HTML or Hypertext Markup Language is one of the core building blocks of the web.

Learn the history of HTML and how it's used to give structure to a webpage.




🔗 Resources


HTML history
https://home.cern/science/computing/birth-web/short-history-web

HTML basics
https://developer.mozilla.org/en-US/docs/Web/HTML


#webdev #programming #100SecondsOfCode
Beginner JS Game Dev Project by WebDev Simplified

https://youtu.be/PeY6lXPrPaA

#webdevsimplified #pong #game
Introducing the Floating UI library, a library to help easily position the layout and z index on a page, such as for Toast and Pop over

https://www.floating-ui.com/

#toast #popup #floatingui
Josh Comeau introduces a generator to easily create shadow elements, namely the Shadow Palette Generator

https://www.joshwcomeau.com/css/introducing-shadow-palette-generator/

#shadow #palette #generator #css #joshComeau
Introduction to Reduce function in JavaScript Array

https://dev.to/alexdevero/javascript-reduce-method-made-simple-1hb3

---

Tips and tricks in writing JavaScript code

https://betterprogramming.pub/3-marvelous-javascript-tips-to-speed-up-the-development-process-ba1bb8e3fb7a

---

Get to know about Object Symbols, a new type in JavaScript that will be used frequently.

https://hackernoon.com/understanding-symbol-javascripts-newest-primitive-type

#reduce #tips #symbol
Creating page routers for SPA/PWA applications with pure JavaScript ES2015

https://javascript.plainenglish.io/a-spa-pwa-router-in-pure-vanilla-es6-javascript-e8f79cfd0111

---

Side effects of Hoisting that occur in JavaScript and their solutions

https://javascript.plainenglish.io/3-ways-javascript-hoisting-affects-your-code-a6a93626c600

---

#router #pwa #spa #hoisting