Understanding UUID usage in Node JS
https://blog.logrocket.com/uuids-node-js/
---
Difference between NPM and NPX
https://javascript.plainenglish.io/npm-vs-npx-6444aad0e892
---
Explanation of controller and routing in Node JS
https://blog.logrocket.com/understanding-controllers-routes-nestjs/
---
Using Dependency injection in Node JS with Type DI
https://blog.logrocket.com/dependency-injection-node-js-typedi/
---
#nodejs #nest #uuid #di #controller
https://blog.logrocket.com/uuids-node-js/
---
Difference between NPM and NPX
https://javascript.plainenglish.io/npm-vs-npx-6444aad0e892
---
Explanation of controller and routing in Node JS
https://blog.logrocket.com/understanding-controllers-routes-nestjs/
---
Using Dependency injection in Node JS with Type DI
https://blog.logrocket.com/dependency-injection-node-js-typedi/
---
#nodejs #nest #uuid #di #controller
LogRocket Blog
Understanding UUIDs in Node.js - LogRocket Blog
While UUIDs are a common choice for generating unique identifiers in Node.js applications, they aren’t the best option for every scenario.
Comparison between Options API and Composition API in Vue JS
https://medium.com/codex/options-api-vs-composition-api-4a745fb8610
#options #composition #vue
https://medium.com/codex/options-api-vs-composition-api-4a745fb8610
#options #composition #vue
Medium
Options API vs. Composition API
If you’re starting a new project in Vue 3 or if you’re still deciding whether or not to migrate an existing project to the latest Vue.js…
Some tips on using data manipulation functions in using JavaScript
https://javascript.plainenglish.io/10-must-learn-tools-for-javascript-devs-to-avoid-reinventing-the-wheel-5ffae566bbfb
#tips #tools
https://javascript.plainenglish.io/10-must-learn-tools-for-javascript-devs-to-avoid-reinventing-the-wheel-5ffae566bbfb
#tips #tools
Medium
10 Must-Learn Tools for JavaScript Devs (to Avoid Reinventing the Wheel)
Back to the top
How to do String lowercase manipulation in JavaScript
https://www.freecodecamp.org/news/how-to-lowercase-a-string-in-javascript-tolowercase-in-js/
#lowercase #string
https://www.freecodecamp.org/news/how-to-lowercase-a-string-in-javascript-tolowercase-in-js/
#lowercase #string
freeCodeCamp.org
How to Lowercase a String in JavaScript – toLowerCase() in JS
Strings are a fundamental part of working with JavaScript. And the toLowerCase() method is one of the many integrated methods that you can use to work with strings. In this article, we'll see how to make strings lowercase with the toLowerCase() method in…
Some release notes of the new features of Chrome Dev Tools version 107
https://youtu.be/1uwv6HbR8HU
#chrome #devtools
https://youtu.be/1uwv6HbR8HU
#chrome #devtools
YouTube
Chrome 107 - What’s New in DevTools
What’s new in DevTools (Chrome 107) → https://goo.gle/3Dg5wIw
Chapters:
0:00 - Intro
0:15 - Customize keyboard shortcuts in DevTools
1:07 - Highlight C/C++ objects in the Memory Inspector
2:02- Support full initiator information for HAR import
2:45 - Start…
Chapters:
0:00 - Intro
0:15 - Customize keyboard shortcuts in DevTools
1:07 - Highlight C/C++ objects in the Memory Inspector
2:02- Support full initiator information for HAR import
2:45 - Start…
Some JavaScript programming techniques you need to know
https://javascript.plainenglish.io/7-useful-javascript-coding-techniques-that-you-should-use-680dc68437d9
—-
Getting to know the Array slice function
https://javascript.plainenglish.io/javascript-array-slice-method-58526c52bd85
—-
Introduction to union types in TypeScript
https://javascript.plainenglish.io/using-typescript-union-types-like-a-pro-18ba60558feb
#technique #coding #union #typescript #array #slice
https://javascript.plainenglish.io/7-useful-javascript-coding-techniques-that-you-should-use-680dc68437d9
—-
Getting to know the Array slice function
https://javascript.plainenglish.io/javascript-array-slice-method-58526c52bd85
—-
Introduction to union types in TypeScript
https://javascript.plainenglish.io/using-typescript-union-types-like-a-pro-18ba60558feb
#technique #coding #union #typescript #array #slice
Medium
7 Useful JavaScript Coding Techniques That You Should Use
Do you know all of these tricks?
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.
Tips for writing clean code with JavaScript with chan Dcode
https://youtu.be/b59AgnPOGxc
#dcode #clean #code
https://youtu.be/b59AgnPOGxc
#dcode #clean #code
YouTube
3+ Ways to Write Clean Code in JavaScript
View the Starting Code:
https://dcode.domenade.com/tutorials/3-ways-write-clean-code-in-javascript
Coding is an art, so why not make it as clean as possible? In this video I go over 3 techniques I like to implement to help make my JavaScript code easier…
https://dcode.domenade.com/tutorials/3-ways-write-clean-code-in-javascript
Coding is an art, so why not make it as clean as possible? In this video I go over 3 techniques I like to implement to help make my JavaScript code easier…
Several VS Code extensions to help web development on the front end
https://levelup.gitconnected.com/10-visual-studio-code-extensions-for-frontend-developers-in-2023-8a73bab8f794
#vscode #webdev #extension
https://levelup.gitconnected.com/10-visual-studio-code-extensions-for-frontend-developers-in-2023-8a73bab8f794
#vscode #webdev #extension
Medium
10 Visual Studio Code Extensions for Frontend Developers in 2023
The best extensions for the best code editor
20+ Angular Code Improvement Tips You Need To Learn Now
https://javascript.plainenglish.io/20-angular-code-improvement-tips-you-need-to-learn-now-af57cab58c69
#angular
https://javascript.plainenglish.io/20-angular-code-improvement-tips-you-need-to-learn-now-af57cab58c69
#angular
Medium
20+ Angular Code Improvement Tips You Need To Learn Now
In this article, I will talk about various code improvement points that you need to follow in your project to make the code more readable…
Make a Nuxt.js Clone with Vue 3 and Vite
https://dev.to/fyapy/making-nuxtjs-clone-with-vue-3-and-vite-vue-server-side-rendering-8e5
#vue
https://dev.to/fyapy/making-nuxtjs-clone-with-vue-3-and-vite-vue-server-side-rendering-8e5
#vue
DEV Community
Making Nuxt.js clone with Vue 3 and Vite (Vue Custom Server Side Rendering)
Competently writing applications in JavaScript is sometimes not an easy task, but this task can...
Why you should prefer using pnpm over npm and yarn?
https://refine.dev/blog/pnpm-vs-npm-and-yarn/
#npm #pnpm #yarn
https://refine.dev/blog/pnpm-vs-npm-and-yarn/
#npm #pnpm #yarn
refine.dev
Why you should prefer using pnpm over npm and yarn? | Refine
The advantages of pnpm and comparison guide.
Some terminal commands in Linux that are often used
https://www.freecodecamp.org/news/linux-command-line-tutorial/
#linux #terminal
https://www.freecodecamp.org/news/linux-command-line-tutorial/
#linux #terminal
freeCodeCamp.org
Linux Command Line Tutorial – How to Use Common Terminal Commands
An operating system is a set of software layers between you and your computer's hardware. The operating system (or OS) is a piece of software that controls all other application programs and helps you manage the hardware and software of your compute...
Several VS Code/Codium extensions to help Vue JS and Nuxt JS developers
https://www.telerik.com/blogs/popular-vs-code-extensions-vue.js-nuxt.js-developers
#vue #nuxtjs
https://www.telerik.com/blogs/popular-vs-code-extensions-vue.js-nuxt.js-developers
#vue #nuxtjs
Telerik Blogs
Popular VS Code Extensions for Vue.js & Nuxt.js Developers
If you’re coding in JavaScript or TypeScript with frameworks like Vue 3 or Nuxt, you need these VS Code extensions!
Several VS Code/Codium extensions to help Vue JS and Nuxt JS developers
https://www.telerik.com/blogs/popular-vs-code-extensions-vue.js-nuxt.js-developers
#vue #nuxtjs
https://www.telerik.com/blogs/popular-vs-code-extensions-vue.js-nuxt.js-developers
#vue #nuxtjs
Telerik Blogs
Popular VS Code Extensions for Vue.js & Nuxt.js Developers
If you’re coding in JavaScript or TypeScript with frameworks like Vue 3 or Nuxt, you need these VS Code extensions!