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.

F
FlorianFounder, pipe0 · May 25, 2025

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

F
FlorianFounder, pipe0 · May 24, 2025

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.

F
FlorianFounder, pipe0 · May 16, 2025

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

F
FlorianFounder, pipe0 · Apr 17, 2025

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

F
FlorianFounder, pipe0 · Apr 17, 2025

To Bundle or Not to Bundle Your TypeScript Types

Learn when bundling your TypeScript types makes sense

F
FlorianFounder, pipe0 · Apr 14, 2025

PostgreSQL Naming Conventions for Intermediate Users

Learn how to design consistent data models in PosgreSQL by leveraging naming conventions

F
FlorianFounder, pipe0 · Apr 8, 2025

Distributive Generics and "never" in Typescript

Learn about the `never` type in distributive types

F
FlorianFounder, pipe0 · Apr 7, 2025

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.

F
FlorianFounder, pipe0 · Apr 6, 2025