skip to content
-
Guide on adjusting VSCode's type hint length to view full Typescript types.
-
Guide on connecting to Redis from the CLI, including commands for GET, DEL, SETEX, and data piping.
-
Discover filtering Gmail emails by the reply-to address to manage unwanted marketing messages.
-
A guide on filtering nullish values from arrays in TypeScript, improving type accuracy without complex assertions.
-
A solution to the 'Cannot find module' error in Vercel due to filename case sensitivity.
-
A guide on automating clipboard copying in Node.js using a simple function to handle UUIDs from a DB seed script.
-
Discover the SQL command to set a PostgreSQL database session to read-only mode.
-
Discover a useful Git command to add files matching a specific pattern, simplifying file management in projects.
-
A guide on using ngrok and serveo to expose a local instance with a stable URL for free.
-
Guide on making destructive changes to a Postgres DB using Prisma, including schema edits and migration execution.