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

Benson MachariaRole-based Access Control in Golang with jwt-go
As a security engineer, what's the first thing you check when testing a web or mobile application?...

Meet Rajesh GorGolang: Date and Time
Introduction In the 28th post of the series, I will be exploring date and time handling in...

prakash chokalingamEnvoy External Authorization with Golang GRPC service
A guide to connect a GRPC-based Golang service using the Envoy external auth filter

Aceld5.Zinx Message Encapsulation Module Design and Implementation
[Zinx] <1.Building Basic Services with Zinx Framework> <2. Zinx-V0.2 Simple...

Marlo HenriqueAbortando testes com falhas no K6
Um dos principais objetivos dos testes de software é a identificação de falhas no sistema, que...

Khaled HosseiniPlay Microservices: A Bird's-eye view
Welcome, everyone! This is the first article in a series called "Play Microservices" where I will be...

Linielson RosaA Go project with AWS (SNS, SQS, Lambda)
In this post, we'll explore the simple-encryptor project, which aims to provide a practical way to...

Build Golang Managed App Runner with CDK for Go
Overview On 10/28/2022, PHP, Go, .Net, and Ruby are finally supported in AWS App Runner's...

Inheregookit/slog - release v0.5.2, Lightweight, configurable, extensible logging library
gookit/slog 📑 Lightweight, configurable, extensible logging library written in Go. Support multi...

Matt DaleSometimes "math/rand" Uses Weighted Dice
Go's math/rand package provides pseudo-random number generators, or PRNGs, that are used in a ton of...

Benjamen PyleLambda Extension with Golang
For full disclosure, I've been writing Lambda function code since 2017 and I completely breezed over...

Kaike CastroCriando APIs em Go e utilizando KrakenD para unir informações
Olá, pessoal! Hoje vou compartilhar com vocês como criar duas APIs em Go e utilizar o KrakenD para...

SyukurThe Last Minute Recoffeery Architecture Decision
Agê Barros on UnsplashPhoto by Agê Barros on Unsplash Introduction I am a Bangkit Academy...

Divyanshu ShekharGolang Interface: The Art of Polymorphism in Go Programming
Have you ever wondered how Golang manages to incorporate the concept of polymorphism, similar to...

stelinOpenjob: best distributed task scheduling framework
What is Openjob? Openjob is a new distributed task scheduling framework based on Akka....

Alkesh GhorpadeLongest Valid Parentheses - LeetCode
Given a string consisting of opening and closing parentheses find the length of the longest valid parentheses