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

Go: Provide automated tested examples for your documentation!
go2021-08-13
hzoltanhzoltan

Go: Provide automated tested examples for your documentation!

TL;DR: You can provide example usage of your code which will be tested with go test -v....

Finding and fixing memory leaks in Go
go2021-08-11
Tyler Bui-PalsulichTyler Bui-Palsulich

Finding and fixing memory leaks in Go

This post reviews how I found a memory leak, how I fixed it, how I fixed similar issues in Google's...

GoDo: A command line todo list application
go2021-08-12
Richard HalfordRichard Halford

GoDo: A command line todo list application

Table of Contents About Getting...

Create page view analytics system using Kafka, Go, Postgres & GraphQL in 5 steps
kafka2021-08-11
Lakhan SamaniLakhan Samani

Create page view analytics system using Kafka, Go, Postgres & GraphQL in 5 steps

Apache Kafka is an open source distributed event streaming platform used for high performance data...

🤷‍♀️ 🤷‍♂️ PostgreSQL error with using over jackc/pgx driver in Golang: cannot convert X to Y
postgres2021-08-10
Vic ShóstakVic Shóstak

🤷‍♀️ 🤷‍♂️ PostgreSQL error with using over jackc/pgx driver in Golang: cannot convert X to Y

Introduction Hey, DEV people! 👋 Today, I am starting a new series of short articles called...

Should you transition to Golang?
discuss2021-08-10
Nočnica MelliferaNočnica Mellifera

Should you transition to Golang?

I'm curious how you feel, do you think services should be rewritten in Golang?

Nodemon + Go App
node2021-08-10
Leonid RezvitskyLeonid Rezvitsky

Nodemon + Go App

Nodemon + Go Background Hey! When developing an application in the go...

How to Test Database Interactions in Go Through Abstraction
database2021-08-09
LTV Co. EngineeringLTV Co. Engineering

How to Test Database Interactions in Go Through Abstraction

Table of Content Unit tests Strategies for creating unit tests To use or not to use...

Learning Go by examples: part 4 - Create a Bot for Discord in Go
go2021-08-04
Aurélie VacheAurélie Vache

Learning Go by examples: part 4 - Create a Bot for Discord in Go

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

Why Interfaces in Go Are Not Explicitly Implemented
go2021-08-09
Fareez AhamedFareez Ahamed

Why Interfaces in Go Are Not Explicitly Implemented

Languages that came after Java, had great influence of it irrespective of static-typed or...

Task runner with YAML config written in Go
tutorial2021-08-07
Ruan BekkerRuan Bekker

Task runner with YAML config written in Go

Task (aka Taskfile) is a task runner written in Go, which is similar to GNU Make, but in my opinion...

Building Microservices in Go: Searching with Elasticsearch
go2021-08-05
Mario CarrionMario Carrion

Building Microservices in Go: Searching with Elasticsearch

Disclaimer: This post includes Amazon affiliate links. If you click on one of them and you make a...

How Hot Does it Get Inside a Car During a Heat Wave?
programming2021-08-05
Jeremy MorganJeremy Morgan

How Hot Does it Get Inside a Car During a Heat Wave?

Using a Raspberry Pi to measure the temperature inside a Ford Focus in the sun during a record breaking heatwave. Full how to and source code.

Go - Protocol Buffer, Protoc tool & generated structs
go2021-08-05
elesqelesq

Go - Protocol Buffer, Protoc tool & generated structs

Protocol Buffers with Go So, today I'm having a look at protocol buffers with generated...

Socket sharding in Linux example with Go
linux2021-08-04
Douglas Makey Mendez MoleroDouglas Makey Mendez Molero

Socket sharding in Linux example with Go

Example in go about the linux socket sharding feature.

Go: Creating Dynamic Kubernetes Informers
go2021-08-04
David BondDavid Bond

Go: Creating Dynamic Kubernetes Informers

Introduction Recently, I published v1.0.0 of Kollect, a dynamic Kubernetes informer...