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 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...Async/await is a modern JavaScript feature that simplifies asynchronous programming. This post breaks down how it works and provides practical examples...
Read more...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...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...Accessibility is not a feature, it's a necessity. Learn the fundamentals of ARIA, semantic HTML, and how to make your websites usable for everyone...
Read more...FastAPI is a modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints...
Read more...A look at common data structures and their implementation in the Go programming language. We cover arrays, slices, maps, and more...
Read more...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...Debugging is a skill every developer needs. Here are some tips and techniques to help you find and fix bugs more effectively...
Read more...A curated list of my most-used VS Code extensions that boost my productivity and make coding a more enjoyable experience...
Read more...