13:13
I got 10x faster performance from this simple Node.js refactor
Become a YT Members to get extra perks! https://www.youtube.com/@webdevcody/join My Products 🏗️ WDC StarterKit: ...
5:50
Refactor Code | Node.js Full Course 2025
Check out my full Node JS course on udemy: https://www.udemy.com/course/sawy-nodejs/?
5:40
Refactoring Common JavaScript Code for Node.js API Modules
In this video, we dive deep into the world of JavaScript by exploring effective techniques for refactoring common code patterns ...
14:10
NodeJS REST: How to Refactor Code into Multiple Files with Router (Ep 4)
A critical aspect of development is to make sure your code is separated into separate files. In this lesson, we'll create a dedicate ...
1:27
NodeJS : How to refactor Node.js code that uses fs.readFileSync() into using fs.readFile()?
NodeJS : How to refactor Node.js code that uses fs.readFileSync() into using fs.readFile()? To Access My Live Chat Page, On ...
16:02
Refactor Code course content outlines | How to Write Clean, Maintainable Code in Node JS & Spring.
Welcome to Refactoring Code: How to Write Clean, Maintainable Code on YouTube! Prerequisites: 1- Familiarity with a ...
20:20
Node.js Mock Interview: SOLID Principles & Refactoring
HOW WE CAN HELP YOU Find Your Technical Gaps With This FREE 10-Minute Technical Assessment ...
22:38
Code Refactoring & debugging in Node JS
In this video you will learn about code refactoring and debugging in node js.
2:46:44
[Node.js + JavaScript] Refactoring some Code in Node.js
Refactoring a few Things. And adding more code to my program. Links: Twitch: https://www.twitch.tv/draxu Website: ...
12:44
Sessions in Node #5 | Authentication in Node.js with Express and sessions | refactoring codebase
More exclusive content: https://productioncoder.com/you-decide-what-we-build-next Twitter: https://twitter.com/_jgoebel Blog: ...
46:42
Code Refactoring in React, Node.js, Express, MongoDB | MERN Stack Project
Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap Code refactoring in React, Node.js, Express, ...
11:34
Node.js Tutorial-8: Refactoring Database Connection Code for Cleaner and Efficient Code | time2code
Welcome to "time2code," your ultimate destination for mastering Node.js! In this enlightening tutorial, we explore the art of ...
14:29
Refactoring code for my Next.js Application (keeping things DRY)
This is just a live coding session where I go around finding some code to refactor. ------------ Patreon ...
7:52
Refactoring Legacy Code: 03.5 Unit Testing the NodeJS index file
While working on the last changes, I noticed the index file of the application was not tested. I will address that in this video.
9:23
How to refactor and unit test an express controller - nodejs
In this video I want to show you how to refactor an express controller by pulling application logic out of it and unit testing it.
0:48
VS Code tips — The convert to template string refactoring for JavaScript and TypeScript
Today's VS Code refactoring: Convert to template string Convert string concatenation expressions to template strings. Works in ...
1:49
VS Code tips — The Extract type refactoring for TypeScript
Today's VS Code tip: extract type refactorings Quickly extract a selected TypeScript type to a new interface or type alias. This is ...
4:58
23. Refactor the code of saving and reading the products in file for Express Node Project - NodeJS
In this video we will see how to refactor the code of saving and retrieving the products from a file foe a express Node Project ...
1:01
VS Code tips — Convert imports JavaScript and TypeScript refactoring
Today's VS Code refactoring: Convert imports Convert between namespace imports and individual imports in JavaScript and ...