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
Forwarded from Learn Html
Design Course released a lengthy exercise on introduction to Modern HTML and CSS for 2022 and beyond. The exercise can be seen at the link below

https://youtu.be/gXLjWRteuWI

#designCourse #html #css
Forwarded from Learn Html
JavaScript Mastery has released a lengthy and exhaustive exercise on case studies of building a full-fledged React JS web application. This exercise can be accessed at the following link

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

—-

Long practice of JavaScript Mastery building Blockchain applications with React JS, Solidity, Smart Contracts and Crypto API

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

#react #javascriptMastery #course
Exercise with Kevin Powell on the introduction of max-content, min-content, and fit-content CSS parameters

https://youtu.be/DM244V9KvNs

#css #values ​​#kevinPowell
Long practice adding Vite JS bundler into existing web app

https://css-tricks.com/adding-vite-to-your-existing-web-app/

#vite #bundler
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