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

Gophorem - A go API client for forem
go2020-08-17
Shiraaz MoollatjieShiraaz Moollatjie

Gophorem - A go API client for forem

I wrote a forem API client in go

Code-First ORM For Go: GORM
go2020-08-18
Donald FeuryDonald Feury

Code-First ORM For Go: GORM

Check out the video for some more elaboration on the topics below. If you liked it and want to...

What are the best courses for learning Python and Go?
webdev2020-08-17
Andrew BaisdenAndrew Baisden

What are the best courses for learning Python and Go?

I am looking to add some new skills to my technical stack what are some good courses for learning Pyt...

MLH Fellowship: Getting in and experience
mlhgrad2020-08-10
Gabriel Cruz (he/him)Gabriel Cruz (he/him)

MLH Fellowship: Getting in and experience

In early May 2020, halfway through my exchange program and at the peak of the COVID-19 crisis, I didn...

Setting up Debugging in Go with VS Code
go2020-08-17
Tom Holloway 🏕Tom Holloway 🏕

Setting up Debugging in Go with VS Code

How to use Delve and VS Code to debug your go scripts

Write Go unit tests for db CRUD with random data
go2020-08-12
TECH SCHOOLTECH SCHOOL

Write Go unit tests for db CRUD with random data

Hi guys, welcome back! In the previous lecture, we have learn how to generate golang CRUD code to...

Dropped a "Golang Course For Absolute Beginners"
showdev2020-08-17
Slim CoderSlim Coder

Dropped a "Golang Course For Absolute Beginners"

Golang For Absolute Beginners

Using Vim for Go Development
go2020-08-15
Jogendra KumarJogendra Kumar

Using Vim for Go Development

As a programmer, you spend a lot of time using text editors, IDEs, etc to code. So it is important...

Using Kibana to Debug Production Issues
logging2020-08-16
Preslav MihaylovPreslav Mihaylov

Using Kibana to Debug Production Issues

Learn how to use Kibana for debugging issues on production

How to Install GO?
go2020-08-15
Anisha MohantyAnisha Mohanty

How to Install GO?

Go is a programming language that was developed by Google. The language is often referred to as Golan...

Good-first-issues: How to get contributors to your project
contour2020-08-14
Michelle DukeMichelle Duke

Good-first-issues: How to get contributors to your project

Last week's Open Source Friday was a treat. We spoke to Nick Young from Project Contour. He gave us...

“Practical Cryptography” Course Released
cryptography2020-08-14
Lane WagnerLane Wagner

“Practical Cryptography” Course Released

We just launched our new Practical Cryptography course, a code-in-the-browser tutorial where students...

Develop REST API with Basic API Authentication using Go
go2020-08-14
Saravanan GnanaguruSaravanan Gnanaguru

Develop REST API with Basic API Authentication using Go

Table of content Introduction Objective Source Repo Function main Adding API Versionin...

why to use sync.WaitGroup in golang?
go2020-08-14
ಮಿಥುನ್ ಮಿಥುನ್

why to use sync.WaitGroup in golang?

WaitGroup instance is available in sync package in golang. WaitGroup is required to force Main...

Gerencie suas versões Go com GVM
go2020-08-25
Marco OllivierMarco Ollivier

Gerencie suas versões Go com GVM

Ganhe produtividade gerenciando as versões Go na sua máquina de forma simples usando o GVM ...

Create API with Gin in Golang Part 3
scrapper2020-08-12
WachiraWachira

Create API with Gin in Golang Part 3

The third part of this series is here, its actually an interesting one because we dabble with a bit o...