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
December 11, 2021
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
December 22, 2021
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
January 5, 2022
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
February 17, 2022
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
February 23, 2022
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
March 9, 2022
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
👍1
March 23, 2022
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
June 25, 2022
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...
August 5, 2022
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.
August 12, 2022
Long practice creating job vacancies with Next JS, Tailwind CSS and Strapi CMS
https://medium.com/strapi/how-to-build-a-job-board-with-next-js-tailwind-css-and-strapi-ff7896e3f539
—-
Practice using Next JS and case examples
https://javascript.plainenglish.io/next-js-middleware-how-it-works-and-5-real-use-cases-cfacbeb810c9
—-
Unit Testing with Cypress in React JS
https://blog.logrocket.com/unit-testing-react-cypress/
---
Comparison of server-side rendering SSR-based Javascript frameworks
https://dev.to/kaspera/we-measured-the-ssr-performance-of-6-js-frameworks-heres-what-we-found-1ck0
#nextjs #react #ssr #strapi #tailwind #cypress #testing
https://medium.com/strapi/how-to-build-a-job-board-with-next-js-tailwind-css-and-strapi-ff7896e3f539
—-
Practice using Next JS and case examples
https://javascript.plainenglish.io/next-js-middleware-how-it-works-and-5-real-use-cases-cfacbeb810c9
—-
Unit Testing with Cypress in React JS
https://blog.logrocket.com/unit-testing-react-cypress/
---
Comparison of server-side rendering SSR-based Javascript frameworks
https://dev.to/kaspera/we-measured-the-ssr-performance-of-6-js-frameworks-heres-what-we-found-1ck0
#nextjs #react #ssr #strapi #tailwind #cypress #testing
Medium
How to Build a Job Board with Next.js, Tailwind CSS, and Strapi
In this article, you will learn how to build a job board with Next.js and Tailwind CSS with Strapi as a backend.
September 8, 2022
Testing your React Components — Step by Step
https://blog.bitsrc.io/testing-your-react-components-step-by-step-2ce9c3b4f299
#react #component #testing
https://blog.bitsrc.io/testing-your-react-components-step-by-step-2ce9c3b4f299
#react #component #testing
Medium
Testing your React Components — Step by Step
How to test React.js components with Jest and Testing Library. Test events, async behavior, mock API calls, plus more.
September 16, 2022
September 19, 2022
Getting started with Playwright component testing
https://blog.logrocket.com/getting-started-playwright-component-testing/
#testing #component #react #svelte #vue
https://blog.logrocket.com/getting-started-playwright-component-testing/
#testing #component #react #svelte #vue
LogRocket Blog
Getting started with Playwright component testing - LogRocket Blog
Let's explore the recently-introduced Playwright component testing feature, using it to test React, Vue, and Svelte components in an app.
September 27, 2022
Unit Testing Vuex Modules with Jest
https://blog.logrocket.com/unit-testing-vuex-modules-jest/
#vue #vuejs #testing #jest
https://blog.logrocket.com/unit-testing-vuex-modules-jest/
#vue #vuejs #testing #jest
LogRocket Blog
Unit testing Vuex modules with Jest - LogRocket Blog
With Vuex's centralized state management, you can simplify your application and take advantage of Flux-like architecture.
October 3, 2022
Running JavaScript application unit testing in VS Code with Jest
https://javascript.plainenglish.io/better-unit-testing-in-visual-studio-code-with-jest-6b2393401c33
#jest #vscode #unit #testing
https://javascript.plainenglish.io/better-unit-testing-in-visual-studio-code-with-jest-6b2393401c33
#jest #vscode #unit #testing
Medium
Better Unit Testing in Visual Studio Code with Jest
Use The Jest Extension to Dramatically Improve Your Testing Flow
October 4, 2022
Using Cypress for Unit testing in Vue JS
https://blog.logrocket.com/a-guide-to-automated-testing-in-vue-with-cypress/
#vue #cypress #testing
https://blog.logrocket.com/a-guide-to-automated-testing-in-vue-with-cypress/
#vue #cypress #testing
LogRocket Blog
A guide to automated testing in Vue with Cypress - LogRocket Blog
If you’re using Vue, Cypress is one of the best tools available for testing your application; explore component testing with Vue and Cypress.
October 21, 2022
An introduction to TypeScript types to make unit testing easier
https://blog.logrocket.com/write-fewer-tests-by-creating-better-typescript-types/
#typescript #testing #type
https://blog.logrocket.com/write-fewer-tests-by-creating-better-typescript-types/
#typescript #testing #type
LogRocket Blog
Write fewer tests by creating better TypeScript types - LogRocket Blog
Learn how to write better TypeScript types and avoid maintenance and unnecessary changes to code as your app adapts to evolving requirements.
November 14, 2022
Using web application view debugging with Vitest
https://blog.logrocket.com/visual-debugging-vitest-preview/
#vitest #vite #debug #testing
https://blog.logrocket.com/visual-debugging-vitest-preview/
#vitest #vite #debug #testing
LogRocket Blog
A guide to visual debugging with Vitest Preview - LogRocket Blog
Vitest Preview is a powerful tool that helps you write and debug tests faster by allowing you to visualize your test in a browser.
January 29, 2023
How to analyze application bundle from Next JS
https://blog.logrocket.com/how-analyze-next-js-app-bundles/
----
Basic practice using Contentful CMS with Next JS
https://blog.logrocket.com/using-contentful-cms-next-js/
----
Writing Unit Tests with React JS
https://www.freecodecamp.org/news/how-to-write-unit-tests-in-react/
#nextjs #react #contentfulCMS #testing #unit
https://blog.logrocket.com/how-analyze-next-js-app-bundles/
----
Basic practice using Contentful CMS with Next JS
https://blog.logrocket.com/using-contentful-cms-next-js/
----
Writing Unit Tests with React JS
https://www.freecodecamp.org/news/how-to-write-unit-tests-in-react/
#nextjs #react #contentfulCMS #testing #unit
LogRocket Blog
How to analyze your Next.js app bundles - LogRocket Blog
Analyze your Next.js app bundles with @next/bundle-analyzer to identify areas for optimization, reduce your codebase, and improve performance.
January 30, 2023