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
Understand how the keywords let, const, and var work in JavaScript

https://www.freecodecamp.org/news/understanding-let-const-and-var-keywords/

---

Tips and tricks in using Destructuring and Spread Parameters in JavaScript

https://dev.to/scottodea/4-ways-to-level-up-your-js-destructuring-and-spread-syntax-4eoo

---

#const #let #spread #destructuring
TinyBase — A tiny, reactive JavaScript library for structured state and tabular data.

https://tinybase.org/
Vue JS 3 will default to the Vue CLI template and documentation. Those using Vue JS 2 are expected to migrate soon

https://blog.vuejs.org/posts/vue-3-as-the-new-default.html

---

Dynamic routing using Vue JS Router

https://blog.logrocket.com/dynamic-routing-using-vue-router/

#vue #router #release
Building video streaming app with Node JS backend and Express JS

https://blog.logrocket.com/build-video-streaming-server-node/

---

Reference on implementing good error handling on Node JS backend

https://blog.logrocket.com/error-handling-node-js/

#nodejs #streaming #video #error #handling
UI UX exercise from Design Course in terms of applying the right color choices in the design

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

#designcourse #uiux
Practice creating dynamic datatables using the AG Grid library and pure JavaScript without jquery

https://www.freecodecamp.org/news/convert-html-table-to-dynamic-javascript-data-grid/

---

See the comparison of primitive data types and reference-based data types in JavaScript

https://www.freecodecamp.org/news/primitive-vs-reference-data-types-in-javascript/

---

Creating a copy paste function with the JavaScript Clipboard API

https://stackabuse.com/how-to-copy-to-clipboard-in-javascript-with-the-clipboard-api/

---

#datatable #agrid #clipboard #copy #paste #type #data
Building an Image to Text application using Tesseract JS and React JS

https://youtu.be/6-CsXSfSVNY

#candDev #react #tesseract
Next Head SEO, a plugin library for SEO management in Next JS

https://github.com/catnose99/next-head-seo

#nextjs #seo #library #plugin
Take a look at some of the new features of React JS 18

https://blog.logrocket.com/exploring-react-18-three-new-apis/

---

Comparison between Solid JS and React JS

https://blog.logrocket.com/solidjs-vs-react/

---

How to use Fonts hosted on your own server on Next JS

https://levelup.gitconnected.com/how-to-self-host-fonts-in-nextjs-5a9930d8c67a

---

Practice creating filter components in React JS

https://www.freecodecamp.org/news/how-to-make-a-filter-component-in-react/

#react #component #filter #font #selfhost #solidjs
Created a 404 page on Vue Router to catch Routing not available with John Komarnicky's channel

https://youtu.be/-N78TlOFj-k

#vue #router