The Dev Log

Mastering CSS Grid

A deep dive into the powers of CSS Grid and how it can revolutionize your layouts. We will explore the core concepts and build a complex responsive gallery...

Read more...

A Guide to RESTful APIs

What makes an API truly RESTful? We'll explore the constraints and principles behind REST, and design a clean and robust API from scratch...

Read more...

Getting Started with Docker

Docker has changed the way we ship software. This tutorial is for beginners who want to understand containers and start using Docker in their projects...

Read more...

Data Structures in Go

A look at common data structures and their implementation in the Go programming language. We cover arrays, slices, maps, and more...

Read more...

Why I Love Static Site Generators

Static sites are fast, secure, and simple. In this post, I share my favorite static site generators and why you should consider them for your next project...

Read more...

The Art of Debugging

Debugging is a skill every developer needs. Here are some tips and techniques to help you find and fix bugs more effectively...

Read more...