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

Special Array With X Elements Greater Than or Equal X (Go)
go2024-05-27
Muhamad Taufik SatyaMuhamad Taufik Satya

Special Array With X Elements Greater Than or Equal X (Go)

On May 27 2024, I encountered a daily Leetcode challenge entitled Special Array With X Elements...

Use Golang Migrate on Docker Compose
webdev2024-05-27
Yanuar ArifinYanuar Arifin

Use Golang Migrate on Docker Compose

Previously I setup docker compose for golang application and PostgreSQL. It can run the application...

Database Migration: Take Care of Your Database Changes
database2024-05-27
Synexis MicrosystemSynexis Microsystem

Database Migration: Take Care of Your Database Changes

Preamble Database Migration is basically a process that should be initialized and started...

Captura de erros, operadores relacionais para string e procedures
go2024-05-26
Alex Sandro GarzãoAlex Sandro Garzão

Captura de erros, operadores relacionais para string e procedures

Para quem não está acompanhando, o POJ (Pascal on the JVM) é um compilador que transforma um subset...

My Experience Learning Go, next steps
go2024-05-26
Chris RiddickChris Riddick

My Experience Learning Go, next steps

I recently posted about my efforts to learn Go and GUI development in Go here. This post is about the...

The State of Dependency Injections in Golang
go2024-04-22
Sam GozmanSam Gozman

The State of Dependency Injections in Golang

Dependency injection (DI) is a well-established concept in programming. This is the design pattern in...

Create plugins in Go
100daystooffload2024-05-25
Stefan AlfboStefan Alfbo

Create plugins in Go

Of course Go has enabled the possibility to add a plugin feature to your Go application with the...

Learn Go with Me: A Beginner's Guide
go2024-05-25
Muhammad SaimMuhammad Saim

Learn Go with Me: A Beginner's Guide

Learning Go with Me: A Beginner's Guide Welcome to "Learning Go with Me," a blog series...

CloudCycle - Set lifecycle for your cloud resources to avoid surprising costs
aws2024-05-25
Alfred ValderramaAlfred Valderrama

CloudCycle - Set lifecycle for your cloud resources to avoid surprising costs

The Problem I have recently forgot to Turn off / Terminate two ec2 instances running...

Basic CRUD Operations Using Golang, Gin Gonic, and GORM
go2024-05-24
wahidwahid

Basic CRUD Operations Using Golang, Gin Gonic, and GORM

Building web applications in Golang is both fun and efficient. Using powerful frameworks like Gin...

Genetic Algorithms with Go
100daystooffload2024-05-20
Stefan AlfboStefan Alfbo

Genetic Algorithms with Go

Many years ago I used to read articles at a site called Generation5, and one of the articles was a...

Step by Step to deploy Go API on AWS lambda and access by function URL
go2024-05-24
ppaannggggppaanngggg

Step by Step to deploy Go API on AWS lambda and access by function URL

Introduction In today's world of cloud computing, AWS Lambda is a serverless,...

Python vs. Go: The Backend Battle Royale
beginners2024-05-24
Mohd AquibMohd Aquib

Python vs. Go: The Backend Battle Royale

Choosing Between Python and Go for Backend Development You've decided to dive into the...

Think Golang in oop way
go2024-05-24
King RayhanKing Rayhan

Think Golang in oop way

I began learning Golang for no reason other than it is a highly optimized, low CPU-consuming language...

Setting Up Docker Compose for Golang Application
docker2024-05-24
Yanuar ArifinYanuar Arifin

Setting Up Docker Compose for Golang Application

This post will explain how I create Dockerfile and docker-compose.yml for golang development. The...

Tricky Golang interview questions - Part 2: BigO of len(...)
go2024-05-23
Harutyun MardirossianHarutyun Mardirossian

Tricky Golang interview questions - Part 2: BigO of len(...)

An example I want to discuss is quite simple and requires knowledge about how some data types are...