Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
TL;DR If you're hiring vibe coders, think again before it's too late. This post isn't...
For at least 8 years now, I’ve been hearing about the imminent death of frontend - or at least...
For years, my cloud architecture felt… reasonable. Go services AWS infrastructure Containers...
I'm building an open-source crate that has been downloaded about 8,000 times and is used both in...
I’ve always used real-time tools without thinking too much about how they actually work. Google Docs,...
This is a submission for the GitHub Copilot CLI Challenge The "Why Did I Build This?"...
I've been using Git for years. Committing, pushing, pulling, occasionally panicking when things...
Hiya 👋! So, it's Sunday, homeboy, and I usually escape debates and negative thoughts. But today, I...
I have deployed code to: Bare metal servers that screamed when the fan failed. VPS machines that...
TL;DR: Needed tiny deltas for an encrypted document format. xdelta3 uses 40+ bytes for simple edits....
Update (2026/02/03): Added New Fountain Intro🚀 Have you ever wanted to become a...
I've always been curious about Rust. The buzz around its memory safety, zero-cost abstractions, and...
Hello 👋! So, yesterday, I released pride-rs to allow Rustaceans to easily add pride flags to their...
Alright, I need to vent. I've reflecting about engineering recently I swear, exception handling in...
Welcome 👋! So I came across the Frontend Challenge: June Celebrations (CSS Art) on dev.to, and I...
Hey, everyone! 👋 I wanted to share an idea that’s been brewing in my head: a brand-new programming...
(This is Part 2 of my journey. If you haven't read it yet, start with Part 1 here!) Last time, I...
I have been learning Rust for a couple of years, and using it for pet projects and demos alike....
I was running 50+ WhatsApp sessions on a single Node.js server. Memory usage? 8GB. CPU? Constantly...
TL;DR We've all heard the quote from Docker's founder, Solomon Hykes, back in 2019: "If WASM+WASI...
Hi, I want to focus on why you might be interested in learning Rust in this short article. If you're...
I’ve been writing code for years. I type cargo run or npm start, hit enter, and meaningful things...
Hey dev.to! 👋 Two years ago, we wrote the first line of code for Meteroid. Today, we're launching...
Until about five months ago, I didn’t even have a single public repo on GitHub. Every project I’d...
The Spark You know that feeling when you stumble upon an old telegraph machine in a museum...
You learn by comparing to what you already know. I was recently bitten by assuming Rust worked as...
Lately, I’ve been using Zed along with Claude CLI - a combo that makes my local workflow feel a bit...
The Experiment I was building a crypto-as-a-service API and needed to test gRPC endpoints...
A technical breakdown of building GitPop, a native Windows File Explorer extension that generates Git commits with local AI (Ollama).
When to Use (and Avoid) collect() in Rust 1.91.1 I spent an embarrassing amount of time...