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

Go - Pointers and User input
go2022-08-21
Chiranjeevi TirunagariChiranjeevi Tirunagari

Go - Pointers and User input

Introduction This is the part 3 of the Go lang series. In the previous part, we saw what...

Chore - control-flow requests
go2022-08-20
Eray AtesEray Ates

Chore - control-flow requests

I created this application so you can drag and drop design your API. It is a low-code app, and this...

LeetCode - Remove Duplicates from Sorted List II
programming2022-08-20
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Remove Duplicates from Sorted List II

LeetCode - delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list using C++, Golang, and Javascript.

Golang: Closures
go2022-08-18
Meet Rajesh GorMeet Rajesh Gor

Golang: Closures

Introduction In the previous part of the series, we covered anonymous functions and in...

Kafta is a modern non-JVM command line for managing Kafka clusters
kafka2022-08-17
LucasLucas

Kafta is a modern non-JVM command line for managing Kafka clusters

After several nights, weekends and late nights. Today we have the first stable release of Kafta. This...

Request ACM certificate with DNS validation in Go
aws2022-08-18
SamSam

Request ACM certificate with DNS validation in Go

I've been dealing with AWS SDK a lot in building https://github.com/dotenx/dotenx, and I've found it...

Prevent Logging Secrets in Go by Using Custom Types
go2022-08-17
Common FateCommon Fate

Prevent Logging Secrets in Go by Using Custom Types

In our codebase for Granted Approvals, we’ve got a structure that looks like this: type Provider...

Deploy a Golang Lambda
aws2022-08-06
RhuaridhRhuaridh

Deploy a Golang Lambda

A quick example showing how to deploy a Golang HelloWorld Lambda

Use AWS App Runner, DynamoDB and CDK to deploy and run a Cloud native Go app
tutorial2022-08-17
Abhishek GuptaAbhishek Gupta

Use AWS App Runner, DynamoDB and CDK to deploy and run a Cloud native Go app

Earlier, I wrote about a Serverless URL shortener application on AWS using DynamoDB, AWS Lambda and...

How to implement a basic CRUD in Golang protected by Auth0
go2022-08-17
Denys HromniukDenys Hromniuk

How to implement a basic CRUD in Golang protected by Auth0

About This tutorial is a step-by-step guide for implementation of a system capable of...

Go and ElasticSearch full-text search microservice in k8s👋✨💫
go2022-08-16
AlexanderAlexander

Go and ElasticSearch full-text search microservice in k8s👋✨💫

👨‍💻 Full list what has been used: Elasticsearch client for Go RabbitMQ Go RabbitMQ Client...

Relaying a Microservice JSON Response to the Client by Unmarshalling Go Structs
go2022-08-05
Sebastian RoySebastian Roy

Relaying a Microservice JSON Response to the Client by Unmarshalling Go Structs

In this post we will transform a JSON response from a microservice by adding metadata like a name,...

Follow Friday: Golang Edition (12 August 2022)
meta2022-08-12
Erin BensingerErin Bensinger

Follow Friday: Golang Edition (12 August 2022)

header image courtesy of go.dev Happy Friday, friends! 🎉 Follow Friday is your weekly opportunity to...

Better Golang Error Handling
go2022-08-15
Wesley PowellWesley Powell

Better Golang Error Handling

TL;DR Skip to the end to see the code Motivation I recently reviewed various reasons why...

Go - Variables, Constants and Datatypes
go2022-08-15
Chiranjeevi TirunagariChiranjeevi Tirunagari

Go - Variables, Constants and Datatypes

Introduction This is the part 2 of the Go lang series. Do checkout the first one if you...

Intro to Concurrency in Go
go2022-08-15
Jacob KimJacob Kim

Intro to Concurrency in Go

Concurrency is a cool topic that can be a huge asset once you get the hang of it. To be honest, I was...