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

Hi-Lo
go2022-01-21
manuelmanuel

Hi-Lo

Inspired from this blog post and basic-computer-games. This game is an adaptation of the game...

Catch error when using SQLite in Golang
go2022-01-21
BCBC

Catch error when using SQLite in Golang

I was working on a project using Go and SQLite. For the driver part, I tried 2 libraries: mattn...

Wordle solver
go2022-01-21
manuelmanuel

Wordle solver

Just for fun tool to search in the Wordle wordlist. Usage Usage of ./wordle-solver: -except...

Dependency Injection in Golang
go2022-01-20
Matt TarasovMatt Tarasov

Dependency Injection in Golang

Today I am going to talk about Dependency Injection in Golang. What is it? DI (Dependency...

Back to basics: Writing an application using Go and PostgreSQL with pgx
go2022-01-19
Henrique VicenteHenrique Vicente

Back to basics: Writing an application using Go and PostgreSQL with pgx

By reading this tutorial, you'll learn how to use PostgreSQL with the Go programming language using...

OCSP and CRL: what could go wrong?
security2022-01-18
Cossack LabsCossack Labs

OCSP and CRL: what could go wrong?

Read this post to learn everything to know about TLS certificate revocation protocols: OCSP and CRL....

Building GitHub Apps with Golang
go2022-01-17
Martin HeinzMartin Heinz

Building GitHub Apps with Golang

If you're using GitHub as your version control system of choice then GitHub Apps can be incredibly...

State of Golang linters and the differences between them
go2022-01-18
Weverton TimoteoWeverton Timoteo

State of Golang linters and the differences between them

Curious about which linters are available in Golang ecosystem? Here's an introduction of how to get started.

Urge to build CLIs : Beginners Eye🚀
productivity2022-01-17
Aniket PalAniket Pal

Urge to build CLIs : Beginners Eye🚀

I will first take you to the reason and urge I have for building CLI tools and then make your hands...

Web Scraping in Golang
webscraping2022-01-17
FORCHAFORCHA

Web Scraping in Golang

Web scraping is a handy tool to have in a data scientist's skill set. It can be useful in a variety...

Building a Snake Game With Fyne and Go.
go2022-01-16
FORCHAFORCHA

Building a Snake Game With Fyne and Go.

How to install GO. How to install fyne. Drawing Snake and Fruit on Fyne Canvas. Adding a timer to...

Using BoltDB as internal database 💾
go2022-01-15
Yusuf Turhan PapurcuYusuf Turhan Papurcu

Using BoltDB as internal database 💾

If you are looking for a small database for your fun project, I have something you might like. It is...

Dependency Injection Explained
go2022-01-15
Mark PhelpsMark Phelps

Dependency Injection Explained

This post originally appeared on my blog:...

Documentación de Go #1
go2022-01-14
Roberto MoraisRoberto Morais

Documentación de Go #1

Conceptos básicos Go es un lenguaje de programación compilado y tipado estático. El...

OpenID Connect with Okta in Golang
go2022-01-14
Ramu MangalarapuRamu Mangalarapu

OpenID Connect with Okta in Golang

Hello, If you do not have any idea about Authentication, Authorization, OAuth and OpenID Connect,...

WASM instead of C Dependencies?
webassembly2022-01-14
Markus AstMarkus Ast

WASM instead of C Dependencies?

I have web applications written in Rust and Go that need some basic image processing (reading JPEGs,...