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

Understanding concurrency in go
go2021-08-03
Nikhil TanejaNikhil Taneja

Understanding concurrency in go

Concurrency is about dealing with lots of things at once. Parallelism is about doing lots of things...

Kubernetes Deployment Made Easy
kubernetes2021-08-03
Prashant GhildiyalPrashant Ghildiyal

Kubernetes Deployment Made Easy

You can check out our dashboard and Opensource repo here: ...

Learning Go by examples: part 3 - Create a CLI app in Go
go2021-07-27
Aurélie VacheAurélie Vache

Learning Go by examples: part 3 - Create a CLI app in Go

Serie of article in order to learn Golang language by concrete applications as example

Art of building small containers
docker2021-07-30
Karan Pratap SinghKaran Pratap Singh

Art of building small containers

In this article, we will learn how to build small docker containers by understanding builder pattern...

Go, Gorilla/mux and mongo demo
go2021-08-02
elesqelesq

Go, Gorilla/mux and mongo demo

What are we going to do? Setup some tools for starting a containerised MongoDB and connecting to...

👾 Mutation testing on Go
go2021-08-02
Guilherme GuitteGuilherme Guitte

👾 Mutation testing on Go

One of the Developer's goals is to improve the healthiness of codebases. Fortunately, automated...

An Optimisation Story: Building a Code Scanner for Large Golang Apps
go2021-08-02
CdebrincatCdebrincat

An Optimisation Story: Building a Code Scanner for Large Golang Apps

This post will shed some light on how we were able to optimise one of our frontends, reducing the...

Excelize 2.4.1 is Released
go2021-08-01
xurixuri

Excelize 2.4.1 is Released

Excelize is a library written in pure Go and providing a set of functions that allow you to write to and read from XLSX files.

You are just a click away from Go package documentation
go2021-08-01
Akshay BharambeAkshay Bharambe

You are just a click away from Go package documentation

Hi Gophers! Do you struggle to find link to official Go package documentation while looking at the...

Make containers small again
docker2021-07-31
Andrei DascaluAndrei Dascalu

Make containers small again

Making small containers is undoubtedly an art. It's an importat art in today's development (of any...

Go Interval job timer, with centralized Lock for Distributed Systems
go2021-08-01
Jay EhsaniaraJay Ehsaniara

Go Interval job timer, with centralized Lock for Distributed Systems

goInterLock known as: ⏰ Interval (Cron / Job / Task / Scheduler) ⏱️ GoInterval...

Error handling in Golang
go2021-08-01
PRAVEEN YADAVPRAVEEN YADAV

Error handling in Golang

Recently, I was working on a project which required to handle custom errors in golang. unlike other...

Learning Go by examples: part 2 - Create an HTTP REST API Server in Go
go2021-07-21
Aurélie VacheAurélie Vache

Learning Go by examples: part 2 - Create an HTTP REST API Server in Go

Serie of article in order to learn Golang language by concrete applications as example

Building CLI application with GO
go2021-07-31
Eternal DevEternal Dev

Building CLI application with GO

Building CLI application with GO This article explains how to create a simple application...

Building Microservices in Go: Graceful Shutdown
go2021-07-29
Mario CarrionMario Carrion

Building Microservices in Go: Graceful Shutdown

When building any long-term running process, like a webserver or a program importing data, we should...

Learning Go by examples: part 1 - Introduction & Installation
go2021-07-15
Aurélie VacheAurélie Vache

Learning Go by examples: part 1 - Introduction & Installation

Serie of article in order to learn Golang language by concrete applications as example