Articles by Tag #rust

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

👨🏻‍💻 Hacking Dioxus: How Vibe Coding Is Destroying Software Engineering

TL;DR If you're hiring vibe coders, think again before it's too late. This post isn't...

Learn More 190 17May 26 '25

Will WebAssembly Kill JavaScript? Let’s Find Out (+ Live Demo) 🚀

For at least 8 years now, I’ve been hearing about the imminent death of frontend - or at least...

Learn More 67 53Dec 9 '25

Go Made Me Fast. Rust Made Me Care. AWS Made Me Pay.

For years, my cloud architecture felt… reasonable. Go services AWS infrastructure Containers...

Learn More 116 31Feb 7

My OSS Stalled for 3 Months Because of Misguided Vibe Coding—This Is the Full Reboot Story

I'm building an open-source crate that has been downloaded about 8,000 times and is used both in...

Learn More 52 26Dec 16 '25

Building Conflux - My Own Real-time Collaboration Engine in Rust

I’ve always used real-time tools without thinking too much about how they actually work. Google Docs,...

Learn More 54 3Nov 13 '25

I Built a TUI That Makes Rust Code Inspection Feel Like Magic ✨

This is a submission for the GitHub Copilot CLI Challenge The "Why Did I Build This?"...

Learn More 55 14Feb 15

I Built My Own Git in Rust to Understand Version Control

I've been using Git for years. Committing, pushing, pulling, occasionally panicking when things...

Learn More 63 12Oct 12 '25

☁️ Keep Using AWS as Usual

Hiya 👋! So, it's Sunday, homeboy, and I usually escape debates and negative thoughts. But today, I...

Learn More 87 8May 4 '25

The Cloud Is Not Your Computer: Why Go and Rust Developers Secretly Miss the Monolith

I have deployed code to: Bare metal servers that screamed when the fan failed. VPS machines that...

Learn More 95 22Feb 11

I Got Obsessed With 2-Byte Deltas and Built a Delta Compressor That Actually Hits Them

TL;DR: Needed tiny deltas for an encrypted document format. xdelta3 uses 40+ bytes for simple edits....

Learn More 29 2Dec 11 '25

🪙Let’s Become a Millionaire in a Second (Gold Fountain with React Three Fiber)🪙

Update (2026/02/03): Added New Fountain Intro🚀 Have you ever wanted to become a...

Learn More 56 40Feb 2

Inside a Rust-Powered HTTP Server Built From Zero

I've always been curious about Rust. The buzz around its memory safety, zero-cost abstractions, and...

Learn More 39 11May 30 '25

🏳️‍⚧️ Pride Hero: LGBTQ+ Landing Page for WASM Frameworks

Hello 👋! So, yesterday, I released pride-rs to allow Rustaceans to easily add pride flags to their...

Learn More 19 5Jun 10 '25

Have you used Rust (or Go, or anything else) and just felt relieved by how they treat errors?

Alright, I need to vent. I've reflecting about engineering recently I swear, exception handling in...

Learn More 49 11Mar 31 '25

🏳️‍🌈 Pride RS: LGBTQ+ Flag Component for Rust Frontends

Welcome 👋! So I came across the Frontend Challenge: June Celebrations (CSS Art) on dev.to, and I...

Learn More 16 2Jun 9 '25

Introducing Synapse: An AI-First Programming Language Concept

Hey, everyone! 👋 I wanted to share an idea that’s been brewing in my head: a brand-new programming...

Learn More 16 29May 30 '25

I Supercharged My Browser GPT with Rust and WebAssembly: The Journey to a Dual-Engine AI

(This is Part 2 of my journey. If you haven't read it yet, start with Part 1 here!) Last time, I...

Learn More 13 1Aug 26 '25

My first real Rust project

I have been learning Rust for a couple of years, and using it for pet projects and demos alike....

Learn More 13 3Nov 27 '25

I Built a WhatsApp Gateway in Rust Because Node.js Wasn't Cutting It

I was running 50+ WhatsApp sessions on a single Node.js server. Memory usage? 8GB. CPU? Constantly...

Learn More 8 2Jan 1

I Replaced a Docker-based Microservice with WebAssembly and It's 100x+ Faster

TL;DR We've all heard the quote from Docker's founder, Solomon Hykes, back in 2019: "If WASM+WASI...

Learn More 13 3Dec 13 '25

Should you learn Rust as your next programming language?

Hi, I want to focus on why you might be interested in learning Rust in this short article. If you're...

Learn More 46 13May 9 '25

I Thought Compilers Were Scary. So I Built Sauce.

I’ve been writing code for years. I type cargo run or npm start, hit enter, and meaningful things...

Learn More 8 1Dec 28 '25

Announcing Meteroid OSS v1 RC and Cloud 🦀

Hey dev.to! 👋 Two years ago, we wrote the first line of code for Meteroid. Today, we're launching...

Learn More 19 4Jan 29

Building A Keyboard-First Video Player with Svelte & Rust

Until about five months ago, I didn’t even have a single public repo on GitHub. Every project I’d...

Learn More 12 2Oct 24 '25

How I Fell Down the Rabbit Hole of Dots and Dashes

The Spark You know that feeling when you stumble upon an old telegraph machine in a museum...

Learn More 6 2Nov 7 '25

Comparing transitive dependency version resolution in Rust and Java

You learn by comparing to what you already know. I was recently bitten by assuming Rust worked as...

Learn More 12 1Sep 18 '25

Building My Own Remote MCP Server in Rust (Even Though `mcp-remote` Already Exists 😅)

Lately, I’ve been using Zed along with Claude CLI - a combo that makes my local workflow feel a bit...

Learn More 5 0Oct 20 '25

AI Can "Guess" Base64 Encoding - And That Changes Everything

The Experiment I was building a crypto-as-a-service API and needed to test gRPC endpoints...

Learn More 19 31Jul 1 '25

How I built an AI-powered Git context menu for Windows using Tauri and Rust

A technical breakdown of building GitPop, a native Windows File Explorer extension that generates Git commits with local AI (Ollama).

Learn More 5 0Mar 1

When to Use (and Avoid) `collect()` in Rust 1.91.1

When to Use (and Avoid) collect() in Rust 1.91.1 I spent an embarrassing amount of time...

Learn More 9 0Nov 23 '25