Hell hath no fury like a software engineer scorned.
That time I reverse engineered an AI startup to prove a point.

Search for a command to run...
That time I reverse engineered an AI startup to prove a point.

Tired of seeing ../../../components/Button in your React imports? Absolute imports are your solution for cleaner, more maintainable code. Here's how t

When all your colleagues are remote, how to communicate effectively to avoid conflicts and confusions.

Hey Dumbfuck, this is how you set an image saved localy as background with Tailwind in a NextJS project

In this blog, I am keeping a draft example of the modern tsconfig file that works for me in the projects that I am making. { "compilerOptions": { "target": "ESNext", "experimentalDecorators": false, "module": "commonjs", "rootDir": ...
The no-nonsense two minute guide to setting up and connecting a mongodb instance inside a docker container

Quick Postgres setup using Docker containers for rapid development/experimenting

How to run mysql docker container on Apple's M1 mac.

How to import files using ES6 Imports and not CommonJS
