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

Mahesh JagtapUpgrade Go version on Linux mint
I was using Go version 1.13.8 which is latest if you install it using "apt-get install golang-go"...

Karan Pratap SinghGo Course: Testing
In this tutorial, we will talk about testing in Go. So, let's start using a simple example. We have...

Demola MalomoCreate a GraphQL-powered project management endpoint in Golang and MongoDB
This post will discuss building a project management application with Golang using the gqlgen library and MongoDB.

Muhammad Yahya MuhaiminLessons Learned from Developing Serverless Workflow Runtime Implementation
At Hash Rekayasa Teknologi, we've been developing and using MocoBaaS, a Backend-as-a-Service...

Karan Pratap SinghGo Course: Panic and Recover
So earlier, we learned that the idiomatic way of handling abnormal conditions in a Go program is...

Abhishek GuptaWrite your Kubernetes Infrastructure as Go code - Using Custom Resource Definitions with cdk8s
cdk8s (Cloud Development Kit for Kubernetes) is an an open-source framework (part of CNCF) using...

Emre SavcıExtending Envoy Proxy - WASM Filter with Golang
Envoy is an open source service proxy especially designed for cloud native applications. It has a...

Georgii KliukovkinIntegration tests with Go and testcontainers
Let's start by understanding what testing is. There is a testing pyramid (unit tests, integration and...

Meet Rajesh GorGolang: Anonymous Functions
Introduction We have looked at the defer keyword in golang in the previous part of the...

Bervianto Leo PratamaStarting and Stopping EC2 Instances using AWS SDK for Go
The previous post was about AWS SDK for Go and explained to utilize S3 for uploading files. You will...

Eray AtesShare docker socket to http rest with some filtering
I will share socket files to http with forward tool, https://github.com/worldline-go/forward which I...

Karan Pratap SinghGo Course: Errors
In this tutorial, let's talk about error handling. Notice I said errors and not exceptions as there...

Alkesh GhorpadeLeetCode - Find Minimum in Rotated Sorted Array
LeetCode - find the minimum element in a rotated sorted array using C++, Golang, and Javascript.

Anton GubarevRBAC with OPA
Open Policy Agent (OPA) is a tool aimed at unifying the application of policies in different...

Karan Pratap SinghGo Course: Interfaces
In this section, let's talk about the interfaces. What is an interface? So, an interface...

dorseFind jobs from your CLI
At Dorse (dorse.io) we want people to be able to find the best job in the world. We also want our...