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 CSS
Practice creating animated effects on Buttons using CSS, with the Simplified Web Dev channel

https://youtu.be/RDLg-p6PdTA

#button #css #webdevsimplified
Practice with Dcode on creating a Theme Selector feature with pure JavaScript, HTML and CSS only

https://youtu.be/FEfs0OkjZ9c

#dcode #css #html #theme #selector
A collection of courses and tutorials that can be used for free JavaScript practice

https://www.freecodecamp.org/news/23-free-websites-to-learn-javascript/

---

Create simple text to speech applications with JavaScript Web API

https://javascript.plainenglish.io/build-a-simple-text-to-speech-app-with-the-web-speech-api-7a6303ff4f9

---

Example use case of Array Map in JavaScript

https://betterprogramming.pub/6-use-cases-for-map-in-javascript-a09f51ea2d2c

---

Sort data elements in an Array using Sort

https://stackabuse.com/how-to-sort-an-array-by-date-in-javascript/

#array #course #map #textToSpeech
Example configuration in Node JS for PostgreSQL database with Knex ORM

https://codelabsio.medium.com/setup-postgres-with-node-js-knex-50329a5a36fe

—-

Reference some unit testing libraries for Node JS

https://raftlabs.medium.com/popular-testing-libraries-for-node-js-b6a23653c1c0

—-

Basic practice of using MQTT message broker in Node JS

https://emqx.medium.com/how-to-use-mqtt-in-node-js-27289b715ef5

—-

Long practice creating sample projects with Node JS, Docker, Unit Tests, and CI/CD

https://medium.com/@nicklasenvall/node-js-api-project-architecture-with-docker-tests-and-ci-cd-ff60ca8df2b6

#nodejs #postgresql #knex #express #docker #testing
Forwarded from Learn CSS
An important exercise with Kevin Powell on the introduction of CSS concepts that must be understood and learned

https://youtu.be/JnTPd9G6hoY

#css #kevinPowell
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