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

Instalando asdf e Golang no Ubuntu 20.04
asdf2021-06-23
Alexandre LiberatoAlexandre Liberato

Instalando asdf e Golang no Ubuntu 20.04

Sobre Estava tentando testar essa ferramenta para gerenciamento de linguagens e...

Introduction to Go Fiber
go2021-06-23
Karan Pratap SinghKaran Pratap Singh

Introduction to Go Fiber

What is go fiber? Fiber is a web framework heavily inspired by Express and that makes it...

Build CI/CD pipelines in Go with github actions and Docker
go2021-06-22
Javad RajabzadehJavad Rajabzadeh

Build CI/CD pipelines in Go with github actions and Docker

This tutorial will show you how to setup a CI/CD pipeline using GitHub Actions. The pipeline will...

The 4 Types of Activity timeouts in Temporal
temporal2021-06-22
swyxswyx

The 4 Types of Activity timeouts in Temporal

This post (together with the embedded talk) aims to give you a solid mental model on what each Activity timeout in Temporal does and when to use it.

REST API Error Handling in Go
go2021-06-21
Dan GillisDan Gillis

REST API Error Handling in Go

Handling errors is really important in Go. Errors are first class citizens and there are many...

Passkeys for web authentication
go2021-06-21
Jan GerleJan Gerle

Passkeys for web authentication

This is the first part of a two-part series on passkeys, as introduced by Apple at WWDC21. In this...

Building Microservices in Go: REST APIs - OpenAPI 3 and Swagger UI
go2021-06-19
Mario CarrionMario Carrion

Building Microservices in Go: REST APIs - OpenAPI 3 and Swagger UI

What is Swagger? OpenAPI? Swagger/OpenAPI allows us to document and collaborate with our...

Understanding the AWS Lambda Runtime API
serverless2021-06-19
Wojciech MatuszewskiWojciech Matuszewski

Understanding the AWS Lambda Runtime API

What is and how the AWS Lambda Runtime works.

How to use Go Modules with Private Git repository
go2021-06-18
Javad RajabzadehJavad Rajabzadeh

How to use Go Modules with Private Git repository

The Go module system has greatly improved the way dependencies are managed. If you are new to Go...

Parallel Mandelbrot Set Using Golang
go2021-06-17
Gisela Miranda DifiniGisela Miranda Difini

Parallel Mandelbrot Set Using Golang

This post explains how to generate a Mandelbrot set in parallel using Golang goroutines. Source...

Golang and Server-Sent Events (SSE)
go2021-06-16
Rafael FirminoRafael Firmino

Golang and Server-Sent Events (SSE)

Server-Sent Events (SSE) is a server push technology enabling a client to receive automatic updates...

Quick Sort in Golang
go2021-06-17
Lane WagnerLane Wagner

Quick Sort in Golang

The post Quick Sort in Golang first appeared on Qvault. Quicksort is an efficient sorting...

Bootstrapping a Startup on AWS with AWS Serverless and Go
aws2021-06-17
Roko RomicRoko Romic

Bootstrapping a Startup on AWS with AWS Serverless and Go

In this article we wanted to share an overview of a recent project to build a logistics platform from...

Table Driven Unit Tests in Go
go2021-06-13
boncheffboncheff

Table Driven Unit Tests in Go

Whether you have been writing code for some years, or just getting started in software engineering,...

How to Write Insertion Sort in Go
go2021-06-14
Lane WagnerLane Wagner

How to Write Insertion Sort in Go

The post How to Write Insertion Sort in Go first appeared on Qvault. Insertion sort builds a final...

Low cost cloud web app with fastrex-serverless
go2021-06-13
ynwdynwd

Low cost cloud web app with fastrex-serverless

Google provides a very efficient serverless service. Cloud function will serve if someone uses it and...