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.
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.
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.
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.
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.
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
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.
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.
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.
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.
Practice creating Desktop applications with Vue JS and Electron JS
https://www.youtube.com/watch?v=qiXWFHMFb7A
—-
Saving state data in Vue JS at the URL
https://dev.to/jacobandrewsky/using-url-to-store-state-in-vue-275c
---
How to apply SOLID principles in Vue JS
https://medium.com/@moein.mirkiani/solid-principles-in-vue-29ecc988f968
—-
How to do error handling in Vue JS
https://levelup.gitconnected.com/frontend-api-error-handling-in-vue-js-best-practices-and-techniques-4afa1fa7e6d7
—-
Get to know several design patterns in Vue JS
https://medium.com/@techsuneel99/design-patterns-in-node-js-31211904903e
—-
Performing unit testing in Vue JS with Vue Test Utils
https://beginnersoftwaredeveloper.com/learn-to-use-vue-test-utils-with-vue-test-examples/
---
#vue #desktop #testing #state #pattern
https://www.youtube.com/watch?v=qiXWFHMFb7A
—-
Saving state data in Vue JS at the URL
https://dev.to/jacobandrewsky/using-url-to-store-state-in-vue-275c
---
How to apply SOLID principles in Vue JS
https://medium.com/@moein.mirkiani/solid-principles-in-vue-29ecc988f968
—-
How to do error handling in Vue JS
https://levelup.gitconnected.com/frontend-api-error-handling-in-vue-js-best-practices-and-techniques-4afa1fa7e6d7
—-
Get to know several design patterns in Vue JS
https://medium.com/@techsuneel99/design-patterns-in-node-js-31211904903e
—-
Performing unit testing in Vue JS with Vue Test Utils
https://beginnersoftwaredeveloper.com/learn-to-use-vue-test-utils-with-vue-test-examples/
---
#vue #desktop #testing #state #pattern
YouTube
Building Desktop Apps with Vue - VueConf US 2023
J.D. Hillen gives his talk "Building Desktop Apps with Vue" at VueConf US 2023.
Ready to master Vue.js? With weekly Vue js tutorials on the latest topics, and exclusive content with Evan You (the creator of Vue), Vue Mastery is the ultimate learning resource…
Ready to master Vue.js? With weekly Vue js tutorials on the latest topics, and exclusive content with Evan You (the creator of Vue), Vue Mastery is the ultimate learning resource…
Guide to using Forms in React JS
https://dev.to/ajones_codes/a-better-guide-to-forms-in-react-47f0
Playwright's guide to API Testing
https://hackernoon.com/playwright-api-testing-a-comprehensive-guide-for-beginners
#playwright #testing #react #form
https://dev.to/ajones_codes/a-better-guide-to-forms-in-react-47f0
Playwright's guide to API Testing
https://hackernoon.com/playwright-api-testing-a-comprehensive-guide-for-beginners
#playwright #testing #react #form
DEV Community
A Better Guide To Forms in React
The React ecosystem is lush with libraries, articles, videos, and more resources for every web...
Get to know some of the best libraries for PDF manipulation in Node JS
https://blog.logrocket.com/best-html-pdf-libraries-node-js/
—-
Using Playwright for web application testing
https://blog.openreplay.com/testing-with-playwright/
#nodejs #pdf #playwright #testing
https://blog.logrocket.com/best-html-pdf-libraries-node-js/
—-
Using Playwright for web application testing
https://blog.openreplay.com/testing-with-playwright/
#nodejs #pdf #playwright #testing
LogRocket Blog
Best HTML to PDF libraries for Node.js - LogRocket Blog
We investigate and compare four popular HTML to PDF libraries for Node.js applications: Puppeteer, jsPDF, PDFKit, and pdfmake.