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

Twitter @ShareAsPic app with Go & Chromedp
go2019-11-06
Ahmed AshrafAhmed Ashraf

Twitter @ShareAsPic app with Go & Chromedp

This blog is a translation of its Arabic version on my website. As a Facebook user when I see any te...

Ruby is for Rails, Spring is for Java, Micro is for Go
microservices2019-11-06
Asim AslamAsim Aslam

Ruby is for Rails, Spring is for Java, Micro is for Go

Micro is a framework for Go based microservices development

Separate Your Tests with Build Tags
go2019-11-04
Josh MichielsenJosh Michielsen

Separate Your Tests with Build Tags

Have you ever wanted to separate your unit tests from your integration or smoke tests? Go has a built...

Command-Line Flags with Go-Lang
go2019-11-03
Kassim Damilola AKassim Damilola A

Command-Line Flags with Go-Lang

Command-line flags are a common way to specify options for command-line exercutables or programs. Go provides a flag package supporting basic command-line flag parsing.

Fighting FUD
beginners2019-10-29
Joshua GillessJoshua Gilless

Fighting FUD

Fear, Uncertainty and Doubt creep in to our lives all over the place, we see it in real life everywhere, and programming often. What is it and how do we fight it?

Building a BBC Sounds status bar app for macOS
swift2019-10-31
Richard TaylorRichard Taylor

Building a BBC Sounds status bar app for macOS

Background I listen to the radio a lot while developing and after trying the available app...

Introducing devtogo: A wrapper for the dev.to api written in Go
go2019-10-28
Shiraaz MoollatjieShiraaz Moollatjie

Introducing devtogo: A wrapper for the dev.to api written in Go

Introducing devtogo: A wrapper for the dev.to api written in Go ...

Waarom Golang? (Dutch)
go2019-11-06
briansolebriansole

Waarom Golang? (Dutch)

Go is een algemene programmeertaal. Dit betekent dat je het kunt gebruiken voor wat je maar wilt (Why...

Common Go mistakes; making CD work; & zero-trust architecture
todayilearned2019-10-24
Arpit MohanArpit Mohan

Common Go mistakes; making CD work; & zero-trust architecture

TL;DR style notes from articles I read today. I share these every weekday in my newsletter. You can s...

Cloning Memcached with Go
go2019-10-21
Andrew HealeyAndrew Healey

Cloning Memcached with Go

My first program in Go was Conway's Game of Life. This time I made an in-memory HTTP caching server w...

Get Started with Uptime Monitoring using Bantay
observability2019-10-25
Kix PanganibanKix Panganiban

Get Started with Uptime Monitoring using Bantay

One of the key metrics in DevOps is availability, that is: measuring how much, over a given period, y...

Managing tickets and todos within your codebase - does it make sense? Looking for feedback
git2019-10-25
Patrick DeVivoPatrick DeVivo

Managing tickets and todos within your codebase - does it make sense? Looking for feedback

Hey everyone - I've begun working on a side project called tickgit, which I'm hoping is something tha...

Enums in Go - why and how?
go2019-10-15
Alex LeonhardtAlex Leonhardt

Enums in Go - why and how?

Go doesn't (yet) have enums as such, but it seems common to use constants with iota for this instead....

Go-ofile
security2016-11-01
Domenico LucianiDomenico Luciani

Go-ofile

The first phase in security assessment is focused on collecting as much information as possible about...

[Go] Slices which point to the same array may cause side effect
go2019-10-19
Julian-ChuJulian-Chu

[Go] Slices which point to the same array may cause side effect

Relationship between slice and array A slice isn't an array, it's a struct which consists...

A [Very] Simple Approach to Pointers in Go
go2019-10-11
Ben McNichollBen McNicholl

A [Very] Simple Approach to Pointers in Go

This is in no way an all encompassing view on pointers, and there are one or two areas where the expl...