DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Muhamad Taufik SatyaSpecial 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...

Yanuar ArifinUse Golang Migrate on Docker Compose
Previously I setup docker compose for golang application and PostgreSQL. It can run the application...

Synexis MicrosystemDatabase Migration: Take Care of Your Database Changes
Preamble Database Migration is basically a process that should be initialized and started...

Alex Sandro GarzãoCaptura 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...

Chris RiddickMy 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...

Sam GozmanThe State of Dependency Injections in Golang
Dependency injection (DI) is a well-established concept in programming. This is the design pattern in...

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

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

Alfred ValderramaCloudCycle - Set lifecycle for your cloud resources to avoid surprising costs
The Problem I have recently forgot to Turn off / Terminate two ec2 instances running...

wahidBasic CRUD Operations Using Golang, Gin Gonic, and GORM
Building web applications in Golang is both fun and efficient. Using powerful frameworks like Gin...

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

ppaannggggStep 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,...

Mohd AquibPython vs. Go: The Backend Battle Royale
Choosing Between Python and Go for Backend Development You've decided to dive into the...

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

Yanuar ArifinSetting Up Docker Compose for Golang Application
This post will explain how I create Dockerfile and docker-compose.yml for golang development. The...

Harutyun MardirossianTricky 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...