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

Pierangelousing superheroes for refresh my mind about Golang structs
After have followed an amazing course about golang one years ago, I had need to refresh my mind about...

Jeremy MorganBuilding a Go Web API with the New Digital Ocean App Platform
I tried out Digital Ocean's new PaaS (Platform as a Service) and threw some Go at it. Let's see how it does.

D\sTroSuper secure communications algorithm
Post #10 🎭 //Personal Opinion// 🎭 A straight forward approach to build a super secure communication...

Takahiro KudoShell - golang-migrate-helper.sh
This script helps to manage ".sql." Feature: Load the directory containing SQL files and the datab...

Wagner AbrantesResolução de Problemas
Dicas e padrões para problem solving Como funciona um algoritmo A questão é que para ente...

Reishi MitaniMini gRPC Project (2): Deploying the gRPC API on k8s
This is part 2 of Mini gRPC Project (1): Creating a Simple Increment API on Go Prerequisite...

Pranav KarawaleMy experience of writing a CLI in Go
How I ended up here? So here I am, tinkering with React and Vite and Material UI, making a...

Wagner AbrantesQueues
Uma queue consiste em elementos a serem processados em uma ordem específica ou com base na prioridade...

Wagner AbrantesSets
Um Set é uma estrutura de dados linear que possui uma coleção de valores que não se repetem. Um Set p...

Wagner AbrantesStack
Uma Stack é a estrutura de "último a entrar, primeiro a sair" (last in last out), na qual os itens sã...

Wagner AbrantesWEBthrough
Uma introdução ao desenvolvimento web através de commits ÍNDICE MOTIVAÇÃO COMO FUNCIONA...

suntongAre you still coding go cli handling by hand?
Time to stop coding your go command line handling by hand

Reishi MitaniMini gRPC Project (1): Creating a Simple Increment API on Go
Objectives To create an api function that increments the given argument. $ curl "http:/...

Stephen SolkaMocking http clients in Go
If you ever find yourself needing intercept a http client in go, httptest provides a facility to do j...

TECH SCHOOLLoad balancing gRPC service with Nginx
So far we’ve learned a lot about how to develop backend web services with gRPC. When it comes to...

Dennis O'KeeffeGopher Gold #15 - Wed Oct 14 2020
Weekly nuggets of Golang Gold