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
Creating component libraries in Vue JS with the help of Demi JS libraries

https://blog.logrocket.com/build-universal-vue-component-library-vue-demi/

#demi #component #vue
Practice using Linux Terminal and some commands in it with Colt Steele and Freecodecamp

https://www.freecodecamp.org/news/learn-the-50-most-used-linux-terminal-commands/

#terminal #freecodecamp #linux
Using Web Worker for heavy data processing on the browser side and case examples

https://www.freecodecamp.org/news/how-webworkers-work-in-javascript-with-example/

#webworker #worker #thread
Exercise from Programming With Erik on the difference between Watch and WatchEffect in Vue JS 3

https://youtu.be/QkadKspKoJo

#vue #watch
Google Chrome 97 release notes with some new features and performance optimization in it

https://youtu.be/eXaog4gUIXI

#chrome #release
Lama Dev released a lengthy exercise on creating a wen Food Ordering application using fullstack JavaScript namely Next JS, Node JS, and MongoDb

https://youtu.be/Z-hACIsjv4E

#nodejs #mongodb #nextjs #react
Web Dev Simplified exercise with the Mutation Observer API which is a feature of browsers and JavaScript. As well as examples of use cases

https://youtu.be/Mi4EF9K87aM

#webdevsimplified #mutationObserver
Forwarded from Learn Html
Creating Box Shadow effect on HTML elements with the help of CSS

https://www.freecodecamp.org/news/how-to-create-beautiful-box-shadows-in-html-and-css/

---

Explanation of meta tags in HTML and examples of cases

https://www.freecodecamp.org/news/meta-tag-in-html-what-is-metadata-and-meta-description-example/

---

The best tips and tricks in compiling HTML display and getting good SEO

https://www.freecodecamp.org/news/html-best-practices/

---

#css #box #shadow #html #meta #seo
Forwarded from Learn CSS
Making back to top button using CSS and HTML

https://www.freecodecamp.org/news/css-only-back-to-top-button/

---

Practice creating SVG images with the help of a JavaScript library called Pablo JS

https://blog.logrocket.com/building-svgs-javascript-pablo/

#pablo #svg #backToTop #css
best algo i ever heard😂😂
Forwarded from Cyber Punk
🎉 Free courses By LetsUpgrade 🎉

Python Programming
https://es.letsupgrade.in/python

Cloud Computing
https://es.letsupgrade.in/aws

WebApp Development & JavaScript
https://es.letsupgrade.in/js

Data Structures and Algorithms with Python
https://es.letsupgrade.in/dsa

Data Science
https://es.letsupgrade.in/dsc
Creating image processing functions in Node JS with the help of the Sharp JS library

https://blog.logrocket.com/processing-images-sharp-node-js/

---

Creating a Node JS backend with a MySQL database connected via Sequilize ORM

https://betterprogramming.pub/node-js-backend-to-connect-mysql-database-using-sequelize-modeling-8cc637ed5f29

---

Practice installing MySQL on Node JS backend

https://javascript.plainenglish.io/how-to-use-mysql-with-node-js-fdb84658055b

---

Practice building a REST API backend with Express JS and MongoDb

https://javascript.plainenglish.io/rest-api-using-nodejs-express-mongodb-and-postman-a218a5596e59

#sharp #image #express #nodejs #sequilize #mysql
An interesting collection of libraries and plugins for Vue JS 3 to try and use this year

https://medium.com/js-dojo/20-useful-vue-js-components-2022-3bf9fbe5b556

#vue #component #library
Practice from Dcode on creating shortcut functions or keyboard shortcuts in front end web applications with JavaScript

https://youtu.be/lNJMDTSkNXo

---

Long practice with Dcode on creating side panels with JavaScript, HTML and CSS

https://youtu.be/FeAhHPaGyVA

#shortcut #side #panel
List of important JavaScript ES2020 features that are rarely known but must be learned.

https://dev.to/ra1nbow1/5-cool-javascript-features-that-most-developers-dont-know-about-5b7f

---

How to display JavaScript Object in Console browser

https://javascript.plainenglish.io/how-to-display-a-javascript-object-in-the-browser-console-e13355e19a89

---

Getting to know Scope and Hoisting in JavaScript

https://sumeet616.medium.com/hoisting-in-javascript-a0320bb42921

---

Practice using Flatmap Arrays to filter and map data in Arrays

https://www.stefanjudis.com/snippets/filter-and-map-array-values-with-a-flatmap-one-liner/

---

#es2020 #hoisting #object #flatmap