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

Data Constraints: From Imperative to Declarative
go2021-07-22
Kevin BurnsKevin Burns

Data Constraints: From Imperative to Declarative

Sharpening the fuzzy boundary between applications and their data structures

7 subjects (and GitHub repositories) to become a better Go Developer
productivity2021-07-11
Thiago AvelinoThiago Avelino

7 subjects (and GitHub repositories) to become a better Go Developer

With the high adoption of the Go language by developers and large companies, this has led companies...

Building Microservices in Go:  OpenTelemetry
go2021-07-15
Mario CarrionMario Carrion

Building Microservices in Go: OpenTelemetry

Original link What is OpenTelemetry? Source (emphasis mine): OpenTelemetry is a set of...

go startpack
beginners2021-07-15
echoecho

go startpack

Some valueable resources to start with golang. ...

Go program start from main function and stop when main function exit
go2021-07-15
Weerasak ChongnguluamWeerasak Chongnguluam

Go program start from main function and stop when main function exit

โปรแกรมที่เราเขียน ไม่ว่าจะเขียนด้วยภาษาอะไร มันจะมีวงจรชีวิต (life cycle)...

The programming languages I like and why I like them
java2021-07-09
Deepu K SasidharanDeepu K Sasidharan

The programming languages I like and why I like them

Being a polyglot developer, there would be some language you like over others and here are mine.

Sending 😀 in Go
go2021-07-14
Matt DaleMatt Dale

Sending 😀 in Go

So you're a Go developer and you're building your latest and greatest web app. You decide to add some...

Introduction to Dockerize series
docker2021-07-08
Karan Pratap SinghKaran Pratap Singh

Introduction to Dockerize series

Introduction Hey, welcome to the Dockerize series. Here, I will be discussing how to use...

5 reasons why Go is taking over DevOps in 2021?
go2021-07-12
Ankit Anand ✨Ankit Anand ✨

5 reasons why Go is taking over DevOps in 2021?

Go is a compiled, concurrent, garbage-collected, statically typed language developed at Google....

Auto-reset environment variables when testing in Go
go2021-07-13
Pavel KutáčPavel Kutáč

Auto-reset environment variables when testing in Go

During the testing, one of the hardest parts is to make tests isolated from others. And when setting...

Deep Basic Data Types in GO
go2021-07-13
Abdullah AdeelAbdullah Adeel

Deep Basic Data Types in GO

GO has all the basic and advanced data types like other programming languages. Before we dive into...

Laravel Octane: Running RoadRunner directly with .rr.yaml
laravel2021-07-12
Peter FoxPeter Fox

Laravel Octane: Running RoadRunner directly with .rr.yaml

Laravel Octane: Running RoadRunner directly with .rr.yaml Photo by Oktay Yildiz on...

Deep Atlantic Storage: Streaming Bits
go2021-07-11
Junxiao ShiJunxiao Shi

Deep Atlantic Storage: Streaming Bits

This post is originally published on yoursunny.com blog...

Go regular expressions
go2021-07-10
Dandy VicaDandy Vica

Go regular expressions

This time, I wanted to tackle the regular expression package in Go. In one of my recent projects, I...

Learning as a senior developer
learning2021-07-09
ArsenArsen

Learning as a senior developer

"Things I already know eventually bore me, and things I don't know stress me out. It feels like the...

Building Microservices in Go: REST APIs: Implementing and Dealing with errors
go2021-07-08
Mario CarrionMario Carrion

Building Microservices in Go: REST APIs: Implementing and Dealing with errors

When building any software, specifically Microservices, there's something we should always be aware...