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
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
Practice using Fs module on Node JS to read and write data, from channel Sanjeev Thiyagarajan

https://youtu.be/Wt_i73XFb7M

---

Configuring a
Docker Container to run a TypeScript project

https://youtu.be/4q3br8jRSz4


Learn Scope and Hoisting in JavaScript with the help of Chrome Dev Tools
https://dev.to/shaur/scopes-in-javascript-with-devtools-16gp

---

Simple explanation of if else and switch control flow
https://javascript.plainenglish.io/a-simple-explanation-of-if-else-switch-statements-in-javascript-for-beginners-1c6cfa1185c8

---

Creating a Countdown Timer with Javascript
https://javascript.plainenglish.io/building-a-javascript-countdown-timer-in-just-10-mins-c0b5d4bf1a28

---

Basic exercise introduction to RxJS Observable in JavaScript
https://javascript.plainenglish.io/create-an-rxjs-observable-98b90ecfda8e

---
See the ins and outs of this in the JavaScript API
https://javascript.plainenglish.io/demystifying-this-in-javascript-369a1dcb881

---

#this #scope #hoisting #rxjs #countdown
#fs #nodejs #typescript #docker