Featured post
creatures.sh Environment variables type safety and validation with Zod
Using process.env directly in your project means you're double or triple checking the names of the environment variables. You can use Zod to validate if all of the environment variables are set, and to automatically get types for them.
Read on ->
Want to contribute to creatures.sh?
Learn how creatures.sh CSS Style Queries
CSS Style Queries are a new way to write CSS that allow you to scope styles based on the size of a containing element rather than the size of the viewport. In this article we're going to learn all about style queries.
Read on -> creatures.sh The importance of Vim keybindings
Vim, the past, the present and the future. How can it help you become more productive and efficient in your day to day life as a developer?
Read on -> creatures.sh Find your tribe - why developers need their crew
On the importance of being part of a community as a developer.
Read on -> creatures.sh Getting started with CSS Nesting
CSS Nesting used to only be possible in CSS preprocessors like Sass and Less. But guess what, it’s now part of Native CSS! Let's see what's CSS Nesting and how we can get started using it.
Read on ->