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 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 -> creatures.sh The Jokers in a Deck of cards - on the ever-evolving Generalist Role
On the ever-evolving generalist/full-stack role and to what extent does it make sense to broaden your skillset.
Read on -> creatures.sh Infrastructure as Code: Transforming IT Infrastructure Management
Introduction to the concept of Infrastructure as Code. What it is, why it exists and how it revolutionized IT infrastructure management.
Read on -> creatures.sh Exploring the Temporal Proposal: Modernizing Date and Time Handling in JavaScript
Taking a look at the Temporal proposal, which aims to modernize date and time handling in JavaScript.
Read on -> creatures.sh Bun: Join the Fast Lane in Runtime
Discover how Bun is changing the game for JavaScript developers with its exceptional features, comprehensive docs, and streamlined development experience.
Read on -> creatures.sh CSS Container Queries
CSS Container 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 container queries.
Read on ->