• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

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

Upgrade Go version on Linux mint
go2022-07-26
Mahesh JagtapMahesh Jagtap

Upgrade 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"...

Go Course: Testing
go2022-07-26
Karan Pratap SinghKaran Pratap Singh

Go Course: Testing

In this tutorial, we will talk about testing in Go. So, let's start using a simple example. We have...

Create a GraphQL-powered project management endpoint in Golang and MongoDB
graphql2022-07-25
Demola MalomoDemola Malomo

Create 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.

Lessons Learned from Developing Serverless Workflow Runtime Implementation
architecture2022-07-26
Muhammad Yahya MuhaiminMuhammad Yahya Muhaimin

Lessons Learned from Developing Serverless Workflow Runtime Implementation

At Hash Rekayasa Teknologi, we've been developing and using MocoBaaS, a Backend-as-a-Service...

Go Course: Panic and Recover
go2022-07-25
Karan Pratap SinghKaran Pratap Singh

Go Course: Panic and Recover

So earlier, we learned that the idiomatic way of handling abnormal conditions in a Go program is...

Write your Kubernetes Infrastructure as Go code - Using Custom Resource Definitions with cdk8s
kubernetes2022-07-25
Abhishek GuptaAbhishek Gupta

Write 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...

Extending Envoy Proxy - WASM Filter with Golang
go2022-07-24
Emre Savcı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...

Integration tests with Go and testcontainers
go2022-07-23
Georgii KliukovkinGeorgii Kliukovkin

Integration tests with Go and testcontainers

Let's start by understanding what testing is. There is a testing pyramid (unit tests, integration and...

Golang: Anonymous Functions
go2022-07-24
Meet Rajesh GorMeet Rajesh Gor

Golang: Anonymous Functions

Introduction We have looked at the defer keyword in golang in the previous part of the...

Starting and Stopping EC2 Instances using AWS SDK for Go
go2022-07-24
Bervianto Leo PratamaBervianto Leo Pratama

Starting 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...

Share docker socket to http rest with some filtering
docker2022-07-24
Eray AtesEray Ates

Share 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...

Go Course: Errors
go2022-07-24
Karan Pratap SinghKaran Pratap Singh

Go Course: Errors

In this tutorial, let's talk about error handling. Notice I said errors and not exceptions as there...

LeetCode - Find Minimum in Rotated Sorted Array
programming2022-07-24
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Find Minimum in Rotated Sorted Array

LeetCode - find the minimum element in a rotated sorted array using C++, Golang, and Javascript.

RBAC with OPA
go2022-07-24
Anton GubarevAnton Gubarev

RBAC with OPA

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

Go Course: Interfaces
go2022-07-23
Karan Pratap SinghKaran Pratap Singh

Go Course: Interfaces

In this section, let's talk about the interfaces. What is an interface? So, an interface...

Find jobs from your CLI
jobs2022-07-22
dorsedorse

Find 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...