Phillippe Santana
PhillCode

PhillCode

Follow
homebadges
Tag

Node.js

#nodejs

More content

Read more stories on Hashnode


Articles with this tag

Comparing C# and Node.js: Performance, Scalability and Use Cases

Jun 27, 20235 min read

In my 15-year development journey, C# and Node.js have been the two languages that have held the helm for almost all the time. C# has been a trusted...

Comparing C# and Node.js: Performance, Scalability and Use Cases

Use React-like hooks in your ExpressJS apps

Dec 26, 20227 min read

If you are a React developer, you know how hooks like useState are flexible and powerful, making it easier to write and maintain code. With the...

Use React-like hooks in your ExpressJS apps

NodeJS Console App with TypeScript, linting and testing

Oct 24, 20223 min read

A quick tutorial on how to start a project for a Console App, in NodeJS, with support for TypeScript, linting and testing. ยท Let's dive right into it,...

NodeJS Console App with TypeScript, linting and testing

NodeJS Console App with ES6 - Starter Project

Aug 31, 20221 min read

Sometimes you just need a place to start coding and see results! This is a quick tutorial on how to start a project for a Console App, in NodeJS, with...

NodeJS Console App with ES6 - Starter Project

How to achieve data consistency with TypeScript

Mar 3, 20226 min read

One of the basics of the Object-Oriented programming is Encapsulation, which aims to never let our domain models enter an invalid state. Think about...

How to achieve data consistency with TypeScript

Resolving Dependencies Once per HTTP Request with InversifyJS Scoped Containers

Feb 19, 20226 min read

Learn how to resolve dependencies once per HTTP request with InversifyJS, while still maintaining application-wide singleton dependencies. ยท Hey there!...

Resolving Dependencies Once per HTTP Request with InversifyJS Scoped Containers