Engineering

Thoughts on the future of engineering.


Categories
Latest posts
Match File Patterns Easily in Node.js with minimatch

Match File Patterns Easily in Node.js with minimatch

Learn how to use minimatch in Node.js to match file patterns with glob syntax, simplifying file filtering and path validation.

Parse CSV Files in Node.js with csv-parse

Parse CSV Files in Node.js with csv-parse

Learn how to use csv-parse in Node.js to read and process CSV files efficiently, with practical examples for developers.

Understanding Nodemon for Node.js Development

Understanding Nodemon for Node.js Development

Learn how to use Nodemon to improve your Node.js development workflow and increase your productivity.

Deep Dive into Vector Similarity Search within Postgres and pgvector

Deep Dive into Vector Similarity Search within Postgres and pgvector

Learn how to use pgvector to make vector similarity search easier in Postgres. Discover functions for creating indexes, querying vectors, and more.

Simplify File System Tasks with fs-extra in Node.js

Simplify File System Tasks with fs-extra in Node.js

Learn how to use fs-extra to make file and directory operations easier in Node.js. Discover functions for creating directories, copying files, and more.

Setting up Postgres and pgvector with Docker for building RAG applications

Setting up Postgres and pgvector with Docker for building RAG applications

Learn how to set up Postgres and pgvector with Docker for RAG (Retrieval-Augmented Generation) in this step-by-step guide.

Automating Invoice Generation and Sending with Stripe

Automating Invoice Generation and Sending with Stripe

Learn how to automate the process of generating and sending invoices using Stripe and TypeScript.

Set Up a Message Queue with Postgres, PGMQ, and Docker

Set Up a Message Queue with Postgres, PGMQ, and Docker

Learn how to set up a message queue similar to SQS with Postgres, PGMQ, and Docker to queue and process messages.

How to use Zod with Express for input validation?

How to use Zod with Express for input validation?

Learn how to create an input validation middleware for Express using Zod.

Adding Coupons to Stripe Checkout

Adding Coupons to Stripe Checkout

Learn how to add coupons to your Stripe checkout page when using the Stripe SDK.

Accepting Payments with Stripe and Remix

Accepting Payments with Stripe and Remix

Learn how to accept payments with Stripe and Remix. We'll walk you through the process of setting up Stripe and Remix to accept payments.

How to Enrich Customer Data with LLMs and Web Crawling

How to Enrich Customer Data with LLMs and Web Crawling

Learn how to use LLMs and Puppeteer to crawl customer websites and enrich their data within your SaaS product.

Creating AI Agents in Node Using the AI SDK

Creating AI Agents in Node Using the AI SDK

Learn how to create AI agents in Node using the AI SDK to automate workflows and tasks.