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

Golang: Math Package
go2022-04-25
Meet Rajesh GorMeet Rajesh Gor

Golang: Math Package

Introduction Moving on in the 100 days of golang series, we can take a look into the math...

TIL: How to listen to different servers in Go (using select)
todayilearned2022-04-25
Michele CaciMichele Caci

TIL: How to listen to different servers in Go (using select)

Refactoring to use the select statement correctly in Go

How to use gorilla/mux
go2022-04-25
Jacob KimJacob Kim

How to use gorilla/mux

Welcome back to my guide, A Gentle Intro to Golang Web Development. Last time, we looked at how to...

30 Days of Go: Pointers and Structs
go2022-04-24
KachaKacha

30 Days of Go: Pointers and Structs

Learning Update This post covers days 4, 5, and six of my 30 days of Golang journey. I was...

สรุปจาก Robert Griesemer & Ian Lance Taylor เรื่อง Generics ในงาน GopherCon 2021
go2022-03-25
Pallat AnchaleechamaikornPallat Anchaleechamaikorn

สรุปจาก Robert Griesemer & Ian Lance Taylor เรื่อง Generics ในงาน GopherCon 2021

ดูได้จาก YouTube 3 สิ่งหลักๆเกี่ยวกับ generics ที่ Robert อยากพูดถึงก็คือ Type Parameter สำหรับ...

Gomo - 📐 Simple Golang multi modules tool.
go2022-04-23
abdfnabdfn

Gomo - 📐 Simple Golang multi modules tool.

abdfnx / gomo 📐 Simple...

[Windows] Try Golang 1
go2022-04-23
Masui MasanoriMasui Masanori

[Windows] Try Golang 1

Intro I want to use Pion/WebRtc on Windows, but I've written a little Golang...

Golang: Packages
go2022-04-22
Meet Rajesh GorMeet Rajesh Gor

Golang: Packages

Introduction In this 11th part of the series, we will be covering packages in golang....

Go errors handing in JavaScript
javascript2022-04-22
Andrii FedykAndrii Fedyk

Go errors handing in JavaScript

For exceptions, try...catch is the way to go in JS. By introducing async/await, we can use the...

Building with the GitHub API
github2022-04-22
Arnaud PorterieArnaud Porterie

Building with the GitHub API

I have a long history of building things with the GitHub API. Many years ago when running the...

Golang: generated code + version control
discuss2022-04-21
Edward TamEdward Tam

Golang: generated code + version control

I realized that Golang communities seem to have a very different opinion on this topic than other...

Bun: SQL-first Golang ORM
go2022-04-21
Vladimir MihailencoVladimir Mihailenco

Bun: SQL-first Golang ORM

Bun is a SQL-first Golang ORM for PostgreSQL, MySQL/MariaDB, MSSQL, and SQLite. SQL-first means you...

My introduction to the Blockchain and Merkle Tree
blockchain2022-04-21
Douglas Makey Mendez MoleroDouglas Makey Mendez Molero

My introduction to the Blockchain and Merkle Tree

A couple of months ago, I started playing/developing around the Blockchain, given the Hype it was...

30 Days of Go: Day 1
go2022-04-18
KachaKacha

30 Days of Go: Day 1

Introduction I have decided to take part in a challenge to learn Golang in the next 30...

30 Days of Go: Day 2 and 3
go2022-04-20
KachaKacha

30 Days of Go: Day 2 and 3

How it's going This is my log update for my golang learnings for days two and three. I've...

Learning AWS - SQS
aws2022-04-20
Yusuf Turhan PapurcuYusuf Turhan Papurcu

Learning AWS - SQS

Lately I started to learn about queue systems and about their behaviors. As the first point, Let's...