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

Turn your Go REST API to GraphQL using Hasura Actions
graphql2020-09-03
HasuraHasura

Turn your Go REST API to GraphQL using Hasura Actions

This post is a part of a series which goes over how to convert an existing REST API to GraphQL by jus...

Go migrator for MySQL databases
go2020-09-02
Sergey PodgornySergey Podgorny

Go migrator for MySQL databases

MySQL database migrator designed to run migrations to your features and manage database schema update with intuitive go code. It is compatible with the latest MySQL v8

DB transaction lock & How to handle deadlock
go2020-08-27
TECH SCHOOLTECH SCHOOL

DB transaction lock & How to handle deadlock

Locking is not easy as you think! In the last lecture, we’ve learned how to implement a simple money...

DynamoDB with Go #3 - Composite Primary Keys
dynamodb2020-09-01
Jędrzej SzczepaniakJędrzej Szczepaniak

DynamoDB with Go #3 - Composite Primary Keys

Use this 4 tricks to build filesystem in DynamoDB under 15 minutes! After reading previous...

Setting up CI for microservices in monorepo using GitHub Actions
devops2020-08-31
Elijah AtamasElijah Atamas

Setting up CI for microservices in monorepo using GitHub Actions

In this article, I'll describe how to set up Continuous Integration for an example application consis...

🎉Golang + Lambda: Masterclass🎉
go2020-09-01
Gourav K. NarangGourav K. Narang

🎉Golang + Lambda: Masterclass🎉

I am very excited to announce that my course "Golang & AWS Lambda - Masterclass" is now live at:...

Top 10 Technical Go Interview Questions
engineeringpractices2020-08-31
Lane WagnerLane Wagner

Top 10 Technical Go Interview Questions

The post Top 10 Technical Go Interview Questions first appeared on Qvault. Are you interviewing...

Copying files to clipboard without dark magic
showdev2020-08-31
Gabriel Cruz (he/him)Gabriel Cruz (he/him)

Copying files to clipboard without dark magic

I've been using Linux and, more importantly, the command line for about five years now (ever since I...

How to Build a Token Server for Agora Applications using GoLang
go2020-08-31
Hermes FrangoudisHermes Frangoudis

How to Build a Token Server for Agora Applications using GoLang

Security within video chat applications is a hot topic at the moment. As remote working and virtual e...

web server with plain go
go2020-08-30
Arjun ShettyArjun Shetty

web server with plain go

Trying out a simple web app server in golang native library. Internet is filled with frameworks, befo...

My G815 Keyboard is on Steroids (Shortcut helper)
go2020-08-29
klyseklyse

My G815 Keyboard is on Steroids (Shortcut helper)

Logitech G815 Shortcut Helper I wrote a small shortcut helper in GoLang that helps me to r...

Using Redis With Go
go2020-08-29
Donald FeuryDonald Feury

Using Redis With Go

The other day I was looking to see how difficult it would be to utilize Redis in a go program,...

Practical web server in vanilla Go with clean-up function (I don't really know what I am doing)
go2020-08-29
Pacharapol WithayasakpuntPacharapol Withayasakpunt

Practical web server in vanilla Go with clean-up function (I don't really know what I am doing)

So, I tried to write a web server in Golang to fit in with webview/webview, although I currently have...

Golang Learning Resources
go2020-08-27
Anisha MohantyAnisha Mohanty

Golang Learning Resources

Hey everyone, I have started learning Golang recently and in this article, I am going to list a few u...

GraphQL: Centralize existing REST API endpoints for easier development
go2020-08-26
Roelof Jan ElsingaRoelof Jan Elsinga

GraphQL: Centralize existing REST API endpoints for easier development

GraphQL: Centralize existing REST API endpoints for easier development API gateways are...

API Rest con Go (Golang) y PostgreSQL Parte 5
opensource2020-08-24
Orlando MonteverdeOrlando Monteverde

API Rest con Go (Golang) y PostgreSQL Parte 5

Requisitos: Conocimientos básicos sobre el lenguaje go. Conocimiento sobre HTTP y REST re...