Tips for creating APIs and doing API testing from the JavaScript Mastery channel
https://youtu.be/fvowySuuEIw
#api #rest #testing #javascriptMastery
https://youtu.be/fvowySuuEIw
#api #rest #testing #javascriptMastery
Basic practice using Jest unit testing in JavaScript
https://dev.to/ohdylan/start-testing-your-javascript-codes-with-jest-2gfm
#jest #testing
https://dev.to/ohdylan/start-testing-your-javascript-codes-with-jest-2gfm
#jest #testing
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
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
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
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
Testing on Node JS using Jest
https://javascript.plainenglish.io/how-to-test-a-node-js-command-line-tool-2735ea7dc041
#jest #testing
https://javascript.plainenglish.io/how-to-test-a-node-js-command-line-tool-2735ea7dc041
#jest #testing
Practice using the Streams API in Node JS
https://fauna.com/blog/how-to-use-node-js-streams
—-
Jest Implementation for E2E Testing on Node JS
https://www.digitalocean.com/community/tutorials/how-to-write-end-to-end-tests-in-node-js-using-puppeteer-and-jest
—-
Node JS Event Loop and Custom Event
https://medium.com/@yg17381/node-js-event-loop-and-custom-event-4c8cec457272
#stream #nodejs #e2e #jest #testing #eventloop
https://fauna.com/blog/how-to-use-node-js-streams
—-
Jest Implementation for E2E Testing on Node JS
https://www.digitalocean.com/community/tutorials/how-to-write-end-to-end-tests-in-node-js-using-puppeteer-and-jest
—-
Node JS Event Loop and Custom Event
https://medium.com/@yg17381/node-js-event-loop-and-custom-event-4c8cec457272
#stream #nodejs #e2e #jest #testing #eventloop
Testing Svelte applications with Vite JS testing
https://blog.logrocket.com/testing-svelte-app-vitest/
#svelte #vitest #testing
https://blog.logrocket.com/testing-svelte-app-vitest/
#svelte #vitest #testing
The Simplest Case for Unit Tests: Pure Functions
https://how-to.dev/the-simplest-case-for-unit-tests-pure-functions
#Testing #JavaScript #Beginner #Developers #GeneralProgramming
https://how-to.dev/the-simplest-case-for-unit-tests-pure-functions
#Testing #JavaScript #Beginner #Developers #GeneralProgramming
How to dev
The Simplest Case for Unit Tests: Pure Functions
Development teams across the industry are using unit tests to maintain the quality of their code. However, it seems like many beginner-oriented materials are not really covering unit tests. That’s unfortunate—adding unit tests is a perfect onboardin...
Training how to use unit testing with Vitest
https://www.vuemastery.com/blog/getting-started-with-vitest/
—-
Training from Vue Mastery to create a blog application with Nuxt JS 3
https://www.vuemastery.com/courses/build-a-blog-nuxt3-content/nuxt3-blog-introduction/
#vue #nuxt #vite #testing #vuemastery
https://www.vuemastery.com/blog/getting-started-with-vitest/
—-
Training from Vue Mastery to create a blog application with Nuxt JS 3
https://www.vuemastery.com/courses/build-a-blog-nuxt3-content/nuxt3-blog-introduction/
#vue #nuxt #vite #testing #vuemastery
Vue Mastery
Getting Started with Vitest
Since Evan You’s build tool Vite has gained massive popularity, there’s now a blazing fast unit test framework that is powered by it: Vitest.