• 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] Get values by excelize
go2023-05-28
Masui MasanoriMasui Masanori

[Go] Get values by excelize

Intro In this time, I will try getting cell values from an Excel file. [Go] Try...

Mastering Go: Unleashing the Potential of Methods, Interfaces, Generics, and Concurrency | Part - 3
go2023-05-27
Sahil SojitraSahil Sojitra

Mastering Go: Unleashing the Potential of Methods, Interfaces, Generics, and Concurrency | Part - 3

In the world of programming languages, Golang (also known as Go) has gained significant popularity...

Simplifying Message Queueing with Golang and Amazon SQS
aws2023-05-28
Huynh Thanh PhucHuynh Thanh Phuc

Simplifying Message Queueing with Golang and Amazon SQS

Introduction Message queueing is a critical aspect of modern application development,...

Demystifying Go's Syntax: A Sarcastic Journey through Pointers, Structs, Arrays, Slices, and Maps | Part - 2
go2023-05-27
Sahil SojitraSahil Sojitra

Demystifying Go's Syntax: A Sarcastic Journey through Pointers, Structs, Arrays, Slices, and Maps | Part - 2

In the world of programming languages, Golang (also known as Go) has gained significant popularity...

Descubra como usar o Google para localizar sua casa utilizando apenas o seu roteador Wi-Fi!
go2023-05-27
Higor DiegoHigor Diego

Descubra como usar o Google para localizar sua casa utilizando apenas o seu roteador Wi-Fi!

Você sabia que o Google possui um mecanismo de busca de localização chamado "Wifi access point...

Find out how to use Google to locate your home using just your Wi-Fi router!
go2023-05-27
Higor DiegoHigor Diego

Find out how to use Google to locate your home using just your Wi-Fi router!

Did you know that Google has a location search engine called "Wifi access point object"? This...

Converting materialized paths into a tree with generics: a Golang kata
go2023-05-16
Sergei GannochenkoSergei Gannochenko

Converting materialized paths into a tree with generics: a Golang kata

I have finally switched over to go1.19, so it is time to start making use of generics. So here comes my next Golang kata.

Using the Go AWS API to get AWS CloudWatch Metrics for an S3 bucket.
go2023-05-27
Paul BradleyPaul Bradley

Using the Go AWS API to get AWS CloudWatch Metrics for an S3 bucket.

How to use the Go API to get AWS CloudWatch Metrics for an S3 bucket.

Go Explored: new() vs make()
go2023-05-27
Jon FriesenJon Friesen

Go Explored: new() vs make()

The Go standard library includes two built-in functions that are commonly used, though in many cases...

Go: Analisando performance com pprof
go2023-05-26
Igor MeloIgor Melo

Go: Analisando performance com pprof

Introdução O pprof (Performance Profiler) é uma ferramenta que vem com o Go e que serve...

Go Server-sent events - A guide for sending messages to a specific user/client
go2023-05-25
DươngDương

Go Server-sent events - A guide for sending messages to a specific user/client

The problem I am currently assigned with the task of implementing a notification feature...

Getting started with gRPC in Golang
go2023-05-23
Demola MalomoDemola Malomo

Getting started with gRPC in Golang

Microservices architecture is one of the preferred methods of building scalable and robust...

Golang Environment: GOPATH vs go.mod
go2023-05-25
Otavio MonteagudoOtavio Monteagudo

Golang Environment: GOPATH vs go.mod

Discussion on the differences and similarities of the workspace and the modular approaches for local go development, highlighting the newer functionality provided by modules.

Handing file upload with Go
fileupload2023-05-25
Promise FemiPromise Femi

Handing file upload with Go

It has been one hell of a journey learning go, it been some-worth difficult as I was very used to the...

Create a Dockerized Go Application - With a Cron Job, Slack Messaging, and Test the Whole Thing
go2023-05-25
Chris FrewinChris Frewin

Create a Dockerized Go Application - With a Cron Job, Slack Messaging, and Test the Whole Thing

Docker, Golang, Cron Jobs, Slack messaging, AND Tests? Say no more, writing software doesn't get much better than this!

Migrating from Terraform Cloud to Amazon S3 and DynamoDB: A Guide
terraform2023-05-25
Utpal NadigerUtpal Nadiger

Migrating from Terraform Cloud to Amazon S3 and DynamoDB: A Guide

Terraform’s recent move to the resources under management pricing model has frustrated a lot of...