How We Built a Multilingual Cyber Threat Intelligence Platform From Turkey
By Baris Kececi, Founder & CTO at GNSAC Information Technologies In 2021, I founded GNSAC with a simple observation: most organisations learn about d
Curated development tutorials from top sources. Filter by language.
By Baris Kececi, Founder & CTO at GNSAC Information Technologies In 2021, I founded GNSAC with a simple observation: most organisations learn about d
In Part 15, I deployed the backend to a real VPS. But there was a problem I'd been ignoring: the test suite needed a running PostgreSQL database and a
TL;DR for the impatient. qdf is a schemaless Go serializer (struct tags, no .proto). On real batches it's up to 68% smaller than protobuf, decodes 4–
Golang Development has become one of the fastest-growing areas in modern software engineering. Created by Google, Golang, also known as Go, is a power
Three engineers, Robert Griesemer, Rob Pike, and Ken Thompson, at Google in 2007 were tired.Three engineers at Google, Robert Griesemer, Rob Pike, and
Building a Distributed Rate Limiter That Handles 18,769 req/s with Redis Lua Scripts How I implemented 4 atomic rate-limiting algorithms,
Every Go project that talks to PostgreSQL eventually faces the same question: GORM, sqlx, or pgx? The full ORM, the thin wrapper, or the raw driver. I
Search Engine Marketing That Drives Instant Results https://www.getreputed.com/sem-search-engine-marketing/ Get More Leads with Google Ads & Paid Sea
🚀 Try it now: Open the Arthas web app — create a room, share the code, chat with E2EE. No signup needed. TL;DR — Try It in 2 Minutes No
For years, Elasticsearch was one of those tools I would almost automatically reach for whenever a system needed search. And honestly, for many use ca
I had three repositories that looked identical. UserRepository, ProductRepository, OrderRepository: same structure, same FindByID, same List, same pag
Go’s module system is widely celebrated for its predictability, speed, and reproducibility. Through the implementation of Semantic Import Versioning (
I once asked Claude Code to do a moderately complex refactor. Seven or eight minutes in, the terminal was still scrolling. I couldn't tell where it w
a new way to interact with your data in golang Zenq is an internal DSL (Domain Specific Language) for golang. trying to provide a new way to work wit
I wanted a simple way to manage files on my Linux server from the browser. Not a full cloud suite. Not a bloated desktop app. Just a clean web UI ove
My journey with Go began when I decided to move beyond frontend technologies. At the time, I only had experience with HTML, CSS, and a little JavaScri
Building Your First MCP Server in Go MCP (Model Context Protocol) is the standard that lets LLMs connect to the outside world. By default,
Ever wanted your AI coding assistant to actually use a browser? Not just read web pages, but click buttons, fill forms, take screenshots, and extract
The unit test took 4 seconds. Not because the logic was complex — because the service sent a real email on every call. The constructor instantiated th
I switch coding agents constantly. Opus is ahead one month, some GPT the next, Gemini gets better, Cursor changes, local setups become good enough fo