Blog Posts

The blog posts I've written for you.

Filter

Category

Choosing the Right Database
Software

Choosing the Right Database

Learn how to choose and combine different database types for optimal performance, from PostgreSQL to Redis, MongoDB and more.

When to use CSR, SSR, or SSG?
Software

When to use CSR, SSR, or SSG?

Learn when to use CSR, SSR, or SSG rendering strategies to optimize your web application's performance, SEO, and server costs.

JSON Sent as text/plain
Software

JSON Sent as text/plain

Learn how to properly parse different API response formats by checking Content-Type headers first. Avoid common parsing mistakes.