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 Nock for mock testing of APIs on Node JS backend

https://blog.logrocket.com/api-mock-testing-with-nock-node-js/

#nodejs #nock #mock #testing
Introduction to Vitest for testing applications with Vite JS

https://blog.logrocket.com/testing-vite-minimal-config-using-vitest/

---

Adding Vite JS into an existing web application

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

#vite #vitest #testing