DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

DanielHGimenezHow I created my first open-source project.
This post is about how I decided to create and share a simple tool to type the clipboard content,...

Wali QueirozPrincípios SOLID em GoLang - Interface Segregation Principle (ISP)
E aí, galerinha! Hoje vamos falar sobre o quarto princípio SOLID: o Interface Segregation Principle....

TaiKedzBaby steps with Go
The first step is the hardest

Jônatas A.Resolvendo o desafio de um bilhão de linhas em Go (de 1m40s para 8,4s)
Há um tempo atrás, um amigo comentou comigo sobre um desafio que envolvia ler um arquivo com 1 bilhão...

Ivan PesentiGo Gin Templates: Break Them Down
Today Problem Welcome back, folks! Today's problem ❌ is how to embed one HTML template...

charly3pinsMy Neovim setup for Mac for coding (in Go), writing and boosting your productivity in 2024
Introduction I'm not going to lie, I tried to jump from my editor to Vim many times since...

Irho封装 Sqlc 的 Queries 实现更方便的事务操作
SQLC 是什么 SQLC...

J FowlerImplement an LRU Cache in Go
So you need a small cache and can't justify a Redis or memcached instance. Let's see what it takes to...

TimEngleSFRedirecting the browser using HTMX
I am currently working on creating my own blogging platform using Go, Templ, and HTMX that I will be...

Nils DiekmannDon’t trust AI, trust tests
In my very first story, I talked about my experience with AI in the form of GitHub Copilot. It...

What is Go lang? and why would you use it?
Go is an open-source programming language developed by Google.Its a relatively new programming...

Rafael PaziniGo Performance: Pequenas mudanças que ajudam a melhorar o desempenho do seu app
Fala, dev! Se você está aqui, é porque curte um bom desafio e quer deixar seu app Go voando baixo,...

Alex Sandro GarzãoSentenças aninhadas
Para quem não está acompanhando o POJ (Pascal on the JVM) é um compilador que transforma um subset de...

Enzo LanzeEstrutura de dados: Set - Golang
Olá Pessoal, tudo bem? Hoje quero trazer um conteúdo relacionado a Go, que consiste em criar...

Naineel SoyantarEnhancing Cyclops: Adding Cache Metrics to Prometheus – My First OSS Contribution
Hola Mis Amigos, Recently, I learned about Cyclops - A Developer friendly Kubernetes tool. ...

Jesee Jackson KuyaUnderstanding Runes in Go
Introduction to Runes The American Standard Code for Information Interchange(ASCII) is a character...