Trouxemos o Classic ASP para o Linux: Assista ao vídeo do AxonASP e confira nosso novo manual online!
Olá, comunidade DEV! 👋
Recentemente, compartilhei como reescrevi completamente o motor do Classic ASP do zero em Go para salvar aplicações legadas da
go
dev.to
Jun 29, 2026
Your AI Writes Tests That Can Never Fail
You ask the AI for tests. It hands you twelve, all green. CI passes. You merge. Three days later a bug ships, on a function those tests were supposed
go
dev.to
Jun 28, 2026
Why using strconv instead of fmt for converting typical data types to string
Why using strconv instead of fmt for converting typical data types to string
alot of us use fmt.Sprint to convert basic data types to strin
go
dev.to
Jun 28, 2026
[Go] Go pprof in Kubernetes: Remote CPU & Memory Profiling Without Restarting Pods
Prerequisite: This guide covers how to profile and diagnose complex performance issues in production. If you are specifically dealing with unbounded
go
dev.to
Jun 28, 2026
KEIBIDROP: Instant file transfer Mac to Windows
(Left side macos, rightside windows)
Work on shared files instantly.
No more waiting for uploads or downloads.
Open a 40 GB file and start working r
go
dev.to
Jun 28, 2026
Go in Production: patterns that survive fintech
When you write Go for a regulated financial platform, there's an unspoken rule everyone understands after the first incident: the code running on Frid
go
dev.to
Jun 28, 2026
Building a distributed fault tolerant k/v database in golang
I built a Distributed Key/Value Database in Golang as part of my learning distributed databases systems. It is a distributed, fault-tolerant key-value
go
dev.to
Jun 28, 2026
A minimal, in-process event bus for Go
A minimal, in-process event bus for Go — typed events, cancelable listeners,
and one-shot handlers, built on top of the zero-allocation
go-pubsub engi
go
dev.to
Jun 28, 2026
I built Sentinel: A blazing fast, regex-free secret scanner in Go 🛡️
If you’ve ever used standard secret scanners (like Gitleaks or TruffleHog) in a heavy CI/CD pipeline, you’ve probably hit the "Catastrophic Backtracki
go
dev.to
Jun 28, 2026
How I Debugged and Fixed Memory & Goroutine Leaks in ProjectDiscovery Nuclei Engine 🚀
If you work in cloud security or vulnerability scanning, chances are high that you rely on ProjectDiscovery Nuclei—the gold standard open-source vulne
go
dev.to
Jun 28, 2026
Air-gapped code review with Ollama: when the diff never leaves the machine
The previous post was about scanning your diff for secrets before it leaves your machine. This one is about not letting it leave at all. Every API pro
go
dev.to
Jun 28, 2026
Discover Japanese Pokemon Booster Boxes
Discover Japanese Pokemon Booster Boxes
Explore the excitement of Pokemon Go Japanese booster boxes! Whether you're a collector or a player
go
dev.to
Jun 27, 2026
Optimal Concurrency Model for Go-Based Redis Clone: Single-Threaded Event Loop vs. Goroutine-Per-Connection
Introduction
Choosing the right concurrency model for a Go-based Redis clone is a critical decision that hinges on balancing performance, s
go
dev.to
Jun 27, 2026
Why I'm Building a Decentralized Anti-Cheat Instead of Another Plugin
When most people think about anti-cheat, they think about kernel drivers, signature scanning, or server-side validation.
I started wondering about so
go
dev.to
Jun 27, 2026
Shrinking AI embeddings on the wire — a lossy vector codec that beats Google's TurboQuant at equal recall
A developer's walk-through of qdf's opt-in lossy vector codec: what it does,
why it lands within a hair of the information-theoretic floor, and how i
go
dev.to
Jun 27, 2026
The Bilingual Developer: Python and Go, The Error Handling Paradigm
In the previous article, we explored how functions allow us to package logic into reusable blocks. However, a crucial question remains: what happens w
go
dev.to
Jun 27, 2026
How To Learn Go Fast: A Practical Roadmap For Senior Backend Developers
Why I Am Writing This: A PHP Developer Crossing Into Go
I am a PHP developer.
I have shipped Laravel and Symfony services in production, d
go
dev.to
Jun 27, 2026
tgo Dev log #4: The Dread of Competition, Native Compilation, and the Relentless Grind of Hard Things
I had a micro-heart attack this week.
I was in the middle of working through some deep implementation issues on tgo when I stumbled across a project
go
dev.to
Jun 27, 2026
Agenvoy@v0.27.10
Agenvoy - A personal agent that writes its own tools and repairs itself — Make AI actually work for you.
v0.27.5 -> v0.27.10
Summary
go
dev.to
Jun 27, 2026
sqlex — A Modern Drop-in Replacement for jmoiron/sqlx
title: sqlex — A Modern Drop-in Replacement for jmoiron/sqlx
published: false
description: sqlex is a fully API-compatible modernization of jmoiron/sq
go
dev.to
Jun 27, 2026