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

How to implement a simple gRPC service using Golang
grpc2021-03-25
penthaapatelpenthaapatel

How to implement a simple gRPC service using Golang

How to implement a simple RPC service using Golang If you want a general introduction to R...

Major technologies you’d want to see in your tech stack: Pros and cons
php2021-03-25
Mad DevsMad Devs

Major technologies you’d want to see in your tech stack: Pros and cons

The world of software development is increasingly dynamic: new technologies, tools, and frameworks em...

Software Transactional Memory: a stairway to lock-free programming heaven?
go2021-03-26
Tal HoffmanTal Hoffman

Software Transactional Memory: a stairway to lock-free programming heaven?

When it comes to synchronization of shared state and intermediacy, developer-controlled locking has a...

Build a super minimalistic Docker Image to run your Golang App
docker2021-03-24
Christian SekiChristian Seki

Build a super minimalistic Docker Image to run your Golang App

Why should you care about Docker Images size ? Basically, to speeds up building, deploying...

Go generics beyond the playground
go2021-03-25
Sindre Røkenes MyrenSindre Røkenes Myren

Go generics beyond the playground

While Go as of version 1.16 does not support Generics, there is an accepted language proposal for it,...

Array duality in Go and Rust
rust2021-03-24
Michał SłapekMichał Słapek

Array duality in Go and Rust

Want to see disappearing data in Go caused by an innocent append of data to an array? Can this happen...

AWS CDK - Fullstack Polyglot with Asset Bundling
aws2021-03-24
Matt MorganMatt Morgan

AWS CDK - Fullstack Polyglot with Asset Bundling

This is my third article that deals with asset bundling in AWS CDK. For more context, you may also be...

Common anti-patterns in Go
go2021-03-24
Saif SadiqSaif Sadiq

Common anti-patterns in Go

A list of anti-patterns you should avoid while writing code in Golang.

Here Is My List of Technologies I'm Learning in 2021
functional2021-03-23
Koen VerburgKoen Verburg

Here Is My List of Technologies I'm Learning in 2021

This year I want to set a list of topics that I want to learn for this year. At the end of the year,...

Building Microservices in Go: Accessing PostgreSQL - ORM/ORM-like
go2021-03-23
Mario CarrionMario Carrion

Building Microservices in Go: Accessing PostgreSQL - ORM/ORM-like

The full code example mentioned in this post is available on Github, please make sure to read the...

Building a Blockchain in Go PT: II - Proof Of Work
blockchain2021-03-21
Noah HeinNoah Hein

Building a Blockchain in Go PT: II - Proof Of Work

Alright everyone. Congratulations on making a simple blockchain! If you are coming to this post and h...

Learning Go from JavaScript
tutorial2021-03-22
Cali TabilasCali Tabilas

Learning Go from JavaScript

This is will be a series quick, little blogs to document what it is like learning Go from a JavaScrip...

Blocking Time for Tasks with Toggl
productivity2021-03-22
Niko HeikkiläNiko Heikkilä

Blocking Time for Tasks with Toggl

For people doing mainly project work, planning daily tasks is a constant struggle, which can cause se...

Golang for Web (Part-II): Gofiber REST API + Mongo DB Atlas
go2021-03-21
Smruti Ranjan RanaSmruti Ranjan Rana

Golang for Web (Part-II): Gofiber REST API + Mongo DB Atlas

Here is our second part of the Golang for Web series. In this article, we will see how we can add dat...

Statsd + Prometheus on Grafana Cloud
grafana2021-03-21
Ollie ParsleyOllie Parsley

Statsd + Prometheus on Grafana Cloud

On the 12th January 2021, Grafana Labs announced an updated version of Grafana Cloud. The most import...

TIL: The smart difference between infinite for loops that work and those that break
todayilearned2021-03-21
Michele CaciMichele Caci

TIL: The smart difference between infinite for loops that work and those that break

Discovering the terminating statement