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

ddns-route53
dns2019-04-01
CrazyMaxCrazyMax

ddns-route53

Dynamic DNS for Amazon Route 53 on a time-based schedule

Telegram bot in Go: concurrent SQLite
go2019-04-01
Dmitry YakimenkoDmitry Yakimenko

Telegram bot in Go: concurrent SQLite

Last time I added SQLite to my bot and at the same time I moved the request processing into a gorouti...

Mercure (Simple Real-Time Updates)
sockets2019-03-31
Zairig ImadZairig Imad

Mercure (Simple Real-Time Updates)

the description from the Github Repository: Mercure is a protocol allowing to push data updates to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way. It is especially useful to publish real-time updates of resources served through web APIs, to a reactive web and mobile apps.

A Stab At Roguish Go Part 01
go2019-03-30
Steve LaytonSteve Layton

A Stab At Roguish Go Part 01

With Nethack and ADOM on the brain we trip into the dungeons.

What aspect of Go were you at odds with, coming from a different tech stack?
discuss2019-03-29
Preslav RachevPreslav Rachev

What aspect of Go were you at odds with, coming from a different tech stack?

Recently, I added the Go language to my programming tool belt. Yet, as much as I want to give the lan...

Telegram bot in Go: database
go2019-03-29
Dmitry YakimenkoDmitry Yakimenko

Telegram bot in Go: database

Today I'm gonna add a database to my bot. As I mentioned in the previous post, I'm going to use SQLit...

on -- A CLI tool helps you work on certain context
go2019-03-30
林子篆林子篆

on -- A CLI tool helps you work on certain context

on is created for reducing typing When I'm working with kubectl, at the most time I would use...

Get the number of days between two dates in Go
go2019-03-29
Sam RoseSam Rose

Get the number of days between two dates in Go

Recently I needed to find the number of days between two dates in Go and kept c...

Telegram bot in Go
go2019-03-28
Dmitry YakimenkoDmitry Yakimenko

Telegram bot in Go

This is my fourth or fifth attempt to like Go. Kinda didn't work all the previous times. I blame...

Loops in Go
loops2019-03-25
Stephen Afam-OsemeneStephen Afam-Osemene

Loops in Go

There is only one keyword to perform loops in Go: for. The implementation is very flexible. In this...

Micro - a microservice toolkit
microservices2019-03-25
Asim AslamAsim Aslam

Micro - a microservice toolkit

Micro is the simplest way to build microservices

Clean Architecture using Golang
clean2019-03-22
Elton MinettoElton Minetto

Clean Architecture using Golang

About Clean Architecture and how to use it with Golang

Why we migrated our CLI from NodeJS to GoLang 💻
showdev2019-03-15
Eugene CheahEugene Cheah

Why we migrated our CLI from NodeJS to GoLang 💻

A deep dive into our engineering decisions for our CLI toolchain

Interacting with the Dev.to Article API - A Simple Retry System
go2019-03-23
Steve LaytonSteve Layton

Interacting with the Dev.to Article API - A Simple Retry System

Let's hack in a simple system to retry grabbing articles.

How to connect Go with MongoDB using official mongodb-go-driver!
programming2019-03-23
Kartik BudhirajaKartik Budhiraja

How to connect Go with MongoDB using official mongodb-go-driver!

On December 13, 2018 MongoDB released its official Go Driver into beta, ready for the wider Go and...

Data Migration with Golang and MongoDB
go2019-03-22
Elton MinettoElton Minetto

Data Migration with Golang and MongoDB

One item addressed by the twelve-factor app method is the automation of administrative processes,...