Node.js

25
Jun

You're going to Val Town

Val Town's runnable vals (their word for "gists") can be triggered manually, via email, or as an HTTP endpoint or cron job.
1 min read
24
Jun

RAG in Node.js with EmbedJS

A look at a Node.js library called EmbedJS for RAG AI applications along with a repo to help you get started.
3 min read
08
Nov

Create an entity resource file for OAS Tools with Prisma

Make an entity resource file with Prisma that can be used with OAS Tools to generate an Open API document and a Node.js/Express server.
4 min read
17
Jun

gRPC: The front door for Node.js developers

As I've been learning more about gRPC over the last couple of months, I've worked with a few resources that have been quite helpful. I'd like to share those here.
2 min read
30
Jul

Spin up a Node.js/Express server and a Postgres database

Quick steps to create a Node.js, Express, and Postgres playground.
4 min read
10
Jul

Finding and killing Node.js processes on Mac

Port 3000 is already in use. 💣
1 min read
22
Jun

Make a micro repo

How splitting off into a micro repo can speed up your iterations and help you produce better results.
4 min read
21
Jun

Cloning Dates in Moment.js

Avoiding unexpected date mutations by cloning.
2 min read
19
Jun

CLI module for Node.js

My go-to node modules for basic command line argument parsing.
2 min read