Map Over Array Types In TypeScript
Most TypeScript developers know how to create mapped types from object based types. But you can do the same for array-based types.
How to find the docker compose file in coolify to read stack logs
In certain situations it can be helpful to get access to the docker compose file in Cooilfy
Force a Tailwind Page To Be Displayed in Light Mode
Tailwind does not support a class called `.light` out of the box. But you can still force light mode for any page.
How to Use the Docs and Blog Theme in the Same App with Nextra
Just as you cannot have an app in `light` and `dark` theme at the same time, it is equally impossible to use both the blog theme and the docs theme at the same time
The `exports` property in package.json: A guide.
The `exports` field in `package.json` allows you to declare which module should be used when importing a package
To Bundle or Not to Bundle Your TypeScript Types
Learn when bundling your TypeScript types makes sense
PostgreSQL Naming Conventions for Intermediate Users
Learn how to design consistent data models in PosgreSQL by leveraging naming conventions
Distributive Generics and "never" in Typescript
Learn about the `never` type in distributive types
Deploy an Organization Repository for Free on Vercel
Vercel doe does not allow hosting organization repositories as part of its free plan. Get around this limitation by mirroring to a private repository.