Welcome to halfstackdevs

Building cool applications and learning along the way.

Who Are We?

We are a team of passionate change makers and developers building the next generation of web applications.

Devs at Heart ❤️
Our enthusiasm for technology drives us to learn and build everyday.

We've been learning and building with different development tools and frameworks for years.

Hackathon Winners 🏆
Hackathons are competitions where developers come together to build cool projects in a short amount of time.

Together, we've won 3 national level hackathons and participated in numerous others, building cool ideas to solve real world problems using technology.

Change Makers 🌏
Our mission is to build applications that make a difference in the world and share our knowledge along the way.

We believe that technology can be a force for good and strive to build applications that make a positive impact in the world.

Recent Blog Posts

Check out our latest articles and insights.

Top 5 DNS Record Types You Should Probably Know
3/15/2026

If you’ve ever bought a domain name or tried hosting a website, chances are you’ve run into DNS settings at some point.can feel a bit intimidating at first because they’re full of terms that aren’t immediately obvious. But once you understand the purpose of each record type, it actually becomes pretty straightforward. In this post, I describe the most common types you'll encounter!

Understanding Docker Images, Repositories, Tags, & Hosting Your Own Docker Registry - A Deep Dive
2/16/2026

What IS a docker image? How is it stored? Why do I need to tag an image before I can push it? These are some of the questions I ask and search the answers for in this blog post.

A Deep Dive into postMessage
1/31/2026

window.postMessage feels like magic until you look under the hood - this post explains what’s actually happening inside the browser.