AUTHOR
Lazar Nikolov
nikolovlazar software engineer
educator
creatures.sh founder
Posts (12)
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 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 ->
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 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 ->
creatures.sh Rødecaster Pro Review - Is it worth the investment?
The RØDECaster Pro does look really good, but is worth the investment? Here are the pros and cons of the Rødecaster Pro.
Read on ->
creatures.sh Distributed Tracing in Next.js
Distributed Tracing is the process of tracking the flow and timing of requests as they pass through a system, which helps us understand the performance of that system and identify bottlenecks. In this article we'll explore the pros and cons of distributed tracing.
Read on ->
creatures.sh Creating and using API Routes in Next.js
How to create and use API Routes in Next.js
Read on ->
creatures.sh Creating custom layouts in Next.js
A guide on how to create Single Shared layouts and Per-Page layout in Next.js
Read on ->
creatures.sh Using Next.js's Static Generation method
How to use Next.js's Static Generation method to provide data in your pages at build time.
Read on ->
creatures.sh Using Next.js's Server-side Rendering method
How to use Next.js's Server-side Rendering method to render your pages on the server-side.
Read on ->
creatures.sh Generating blurDataURL for remote images in Next.js
in this article we're going to learn how to generate blurdataurl for remote images in next.js.
Read on ->
creatures.sh A simple change improved Chakra UI's PageSpeed significantly
I’ve noticed that the PageSpeed scores for https://chakra-ui.com were not that great. I know that we’ve built the page using the best practices, but for some reason the scores weren’t what we expected.
Read on ->