Clay.com API Documentation
Clay.com recently released their API, but the API documentation is not linked from their website. Find the clay.com API documentation.
What Is an Agent Turn?
An agent turn is everything that happens between a user message and the agent's reply. We explain turns, steps, and why the difference matters when you build with agents.
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.
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
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
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