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

Abdulrahman MasoudWhat are methods in golang
Hi, I'm Abdulrahman I'm glad to share this blog, in this blog we will talk about methods in...

Saravanan GnanaguruHow to Develop REST API using Go and Test using various methods
Table of Contents Introduction Objective What is REST API? What makes a RESTful...

Gernot GlaweAbout Optimizing for Speed: How to do complete AWS Security&Compliance Scans in 5 minutes
The project steampipe uses a fast programing language and an intelligent caching approach outrunning...

Meet Rajesh GorGolang: Structs
Introduction Moving on to the 9th part of the series, we will be understanding structs in...

Dipankar MedhiBuild an awesome CLI using GO
CLI in go Go is great for building CLI applications. It provides two very powerful tools...

RakshaUnit testing in go with MySQL
Tests are stories we tell the next generation of programmers on a project. — Roy osherove Unit test...

Meet Rajesh GorGolang: Functions
Introduction In the eighth part of the series, we will be exploring functions in golang....

taijidudeGolang Working With Files...
Today a short one again. I have played around with some go again and wanted to write it down. There...

Deploy Infrastructure using CDK for Terraform with Go
I joined Sourcegraph earlier this year to the team responsible for our on-prem deployment and cloud...

Myoungjin JeonBenchmark with Go
Credit This article is based on the Official Document Go Built-in Benchmark...

Marcos FilhoLess verbose, better maintenance
All the codes that you will see in this post you can check here In the last post we delivered the...

prozzServerless Testing Pyramid
The most common question about serverless I get lately is how to test applications in a local...

Jintao ZhangThoroughly understand Events in Kubernetes
Hi everyone, this is Jintao Zhang. Before I wrote an article "A More Elegant Kubernetes Cluster...

Meet Rajesh GorGolang: Maps
Introduction In the seventh part of the series, we will be covering Maps. We have covered...

yedf2A Better Pattern than OutBox - 2-Phase Message
This article proposes an alternative pattern to OutBox: 2-phase message. It is not based on message...

Kevin WanImplement a timing wheel for millions of concurrent tasks.
For systems that contain lots of delayed in-process tasks. If we use lots of timers to handle the...