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

Create API with Gin in Golang Part 3
scrapper2020-08-12
WachiraWachira

Create API with Gin in Golang Part 3

The third part of this series is here, its actually an interesting one because we dabble with a bit o...

Create API with Gin in Golang Part 2
go2020-08-12
WachiraWachira

Create API with Gin in Golang Part 2

Well it has been a while since I last wrote an article, so you know what I did to get motivated I rev...

Setting up a simple web server in Go with gofiber
webdev2020-08-12
Tom Holloway 🏕Tom Holloway 🏕

Setting up a simple web server in Go with gofiber

Building a basic web api in go using gofiber. Developers familiar with node.js and express.js will feel right at home with a very similar experience.

Creating a Twitter Bot using AWS Lambda and Go
aws2020-08-09
George OffleyGeorge Offley

Creating a Twitter Bot using AWS Lambda and Go

Table Of Contents Introduction Twitter App Set-Up Twitter Bot Code Setting up a Lambda Fu...

Why Go modules are faster than GOPATH
go2020-08-10
Tyler Bui-PalsulichTyler Bui-Palsulich

Why Go modules are faster than GOPATH

Downloading dependencies with Go modules can be significantly faster than using GOPATH-based dependen...

Unexpected Printf Behavior in Go WASM – Nothing Prints
go2020-08-10
Lane WagnerLane Wagner

Unexpected Printf Behavior in Go WASM – Nothing Prints

The post Unexpected Printf Behavior in Go WASM – Nothing Prints appeared first on Qvault. While...

Attending GopherCon online
gopher2020-08-10
Sergey PodgornySergey Podgorny

Attending GopherCon online

On August 8-9, an online GopherCon Russia conference was held at which the developers shared their experience

How to Start with Logging in Go Projects. Part 1
webdev2020-08-10
Mad DevsMad Devs

How to Start with Logging in Go Projects. Part 1

The Importance of Logging Logs are recorded events that your software produces. They are...

Logging an application in Go
go2020-08-10
Fernando OcampoFernando Ocampo

Logging an application in Go

"If you don’t write it down, it never happened." - Tom Clancy Context Proper logging al...

Learning Go by making a Todo List app [Part 1]
go2020-08-09
Josh BucklandJosh Buckland

Learning Go by making a Todo List app [Part 1]

Hello and welcome to my journey on becoming a Golang developer. I'll be doing this by creating the no...

Excelize 2.3.0 Released
go2020-08-09
xurixuri

Excelize 2.3.0 Released

Excelize is a library written in pure Go and providing a set of functions that allow you to write to and read from XLSX files.

My experience writing a linter for Go
go2020-08-09
Patrick AhmetovicPatrick Ahmetovic

My experience writing a linter for Go

Linting your source code is oftentimes an integral part in software development processes. Whether it...

Create (not just) diagrams stitching images on a grid using HCL (like terraform!)
go2020-08-09
Luca SepeLuca Sepe

Create (not just) diagrams stitching images on a grid using HCL (like terraform!)

Create (not just) diagrams stitching images on a grid using HCL (like terraform!)

Go vs Rust for web dev
go2020-08-07
Gleb IrovichGleb Irovich

Go vs Rust for web dev

What is a more suitable language for web development Go or Rust? Which one is the best one to pick to...

Saving a Third of Our Memory by Re-ordering Go Struct Fields
engineeringpractices2020-08-07
Lane WagnerLane Wagner

Saving a Third of Our Memory by Re-ordering Go Struct Fields

The post Saving a Third of Our Memory by Re-ordering Go Struct Fields appeared first on Qvault. In...

Improving Go playground
go2020-08-06
Denis SedchenkoDenis Sedchenko

Improving Go playground

Greetings, Go devs. I often find myself thinking that I often encounter a situation when I need to d...