Skip to content

πŸ“° node

Ditch dotenv - Node.js Now Natively Supports .env File Loading

Explore the new built-in features in Node.js that make managing environment variables simpler and more integrated.

weeklyfoo #31 / 2024-05-06
nodedotenv

Goodbye, Node.js Buffer

It’s time to move from Buffer to Uint8Array.

weeklyfoo #4 / 2023-10-30
nodebuffer

Node.js added utility for text formatting β€” you may not need chalk anymore

Maybe chalk becomes obsolete now?

weeklyfoo #24 / 2024-03-18
node

Node.js is Here to Stay

A deep dive into the metrics

weeklyfoo #39 / 2024-07-01
node

PDF Chat with Node.js, OpenAI and ModelFusion

Good tutorial to chat with a pdf

weeklyfoo #3 / 2023-10-22
nodeopenaiai

Practical Guide To Not Blocking The Event Loop

Don’t block the event loop!

weeklyfoo #43 / 2024-07-29
node

Typescript support in Nodejs

It is possible to execute TypeScript files by setting the experimental flag β€”experimental-strip-types.

weeklyfoo #43 / 2024-07-29
nodetypescript

Using Node Watch Instead of Nodemon

You can use β€”watch flag in node now.

weeklyfoo #31 / 2024-05-06
nodenodemon

Using Node.js's test runner

Official Node.js test runner docs.

weeklyfoo #37 / 2024-06-17
node

Why I use node, deno, bun, qjs, tjs at the same time

Comparison to the point.

weeklyfoo #28 / 2024-04-15
nodedenobun