An introduction to the "this" keyword and how it works in JavaScript
https://betterprogramming.pub/understanding-the-this-keyword-in-javascript-cb76d4c7c5e8
#this #keyword
https://betterprogramming.pub/understanding-the-this-keyword-in-javascript-cb76d4c7c5e8
#this #keyword
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
https://youtu.be/RDLg-p6PdTA
#button #css #webdevsimplified
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
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
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
https://youtu.be/JnTPd9G6hoY
#css #kevinPowell
Reference some important VS Code extensions for application development
https://javascript.plainenglish.io/my-vscode-setup-plugin-i-cant-code-without-cdc5cb677cb4
#extension #vscode
https://javascript.plainenglish.io/my-vscode-setup-plugin-i-cant-code-without-cdc5cb677cb4
#extension #vscode
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
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
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
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
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
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
https://youtu.be/Z-hACIsjv4E
#nodejs #mongodb #nextjs #react
An explanation of the concept of Asynchronous in JavaScript
https://javascript.plainenglish.io/asynchronous-javascript-in-15-minutes-all-the-basics-you-need-to-know-including-callbacks-858eee42813b
#async #await #callback
https://javascript.plainenglish.io/asynchronous-javascript-in-15-minutes-all-the-basics-you-need-to-know-including-callbacks-858eee42813b
#async #await #callback
Medium
Asynchronous JavaScript in 15 Minutes: A Comprehensive Explanation
All the Basics You Need To Know including Callbacks, Promises, and Async/Await
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
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
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
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
Forwarded from Learn CSS™
9 Awesome CSS Tools That You Should Use in 2022
https://blog.devgenius.io/9-awesome-css-tools-that-you-should-use-in-2022-2155eed03c4c
#Tools #CSS
https://blog.devgenius.io/9-awesome-css-tools-that-you-should-use-in-2022-2155eed03c4c
#Tools #CSS
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
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