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

How to have a multilingual site in Hugo
hugo2021-04-22
charly3pinscharly3pins

How to have a multilingual site in Hugo

As you can see since this week this humble website has been remodeled a bit both visually and interna...

Write a Simple REST API in Golang
go2021-04-13
Lucas Neves PereiraLucas Neves Pereira

Write a Simple REST API in Golang

Hello there 😀 In this brief article I will explain how I write a REST API using Golang trying to...

Golang web application for beginners
go2021-04-21
Igor DubininIgor Dubinin

Golang web application for beginners

Code of example Web api with golang for beginners Go is an open source programming langua...

Lexer - Expression calculator
go2021-04-21
Pavel KutáčPavel Kutáč

Lexer - Expression calculator

Smart calculators are everywhere. You can type the whole expression and it will count with proper pri...

Demystify Pointers in Go
go2021-04-21
Sagar JadhavSagar Jadhav

Demystify Pointers in Go

Introduction Pass By Value Pointer in Action Pointer Receiver Introduction Pointers is...

Introducing Arch-Go
go2021-04-20
Francisco DainesFrancisco Daines

Introducing Arch-Go

Summary In this article, we'll show what is Arch-Go and how to use it in order to check th...

Search and Replace Strings in Golang – Top 5 Examples
go2021-04-20
Lane WagnerLane Wagner

Search and Replace Strings in Golang – Top 5 Examples

The post Search and Replace Strings in Golang – Top 5 Examples first appeared on Qvault. Go has a...

Go - how to create a JSON body with an array (slice) of maps?
help2021-04-19
Sam AtkinsSam Atkins

Go - how to create a JSON body with an array (slice) of maps?

I'm learning Go and am trying to build a JSON request body of this shape the name values are created...

The Simple Golang Tutorial Part 3: Functions
go2021-04-19
Ali SheriefAli Sherief

The Simple Golang Tutorial Part 3: Functions

This week it's going to be all about functions as we dive deep into Golang’s semantics to enable you...

Go With Assembly
go2021-04-19
SnowballSHSnowballSH

Go With Assembly

Recently I just found out that you can use Go with Assembly. The Assembly isn't x86_64 or ARM, it is...

Getting started with Go pointers
go2021-04-18
jldecjldec

Getting started with Go pointers

Golang This is part 2 of my experience as a new user of Go, focusing on the quirks and...

Excelize 2.4.0 is Released – New support 152 formula functions
go2021-04-18
xurixuri

Excelize 2.4.0 is Released – New support 152 formula functions

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.

LeetCode String to Integer (atoi)
cpp2021-04-18
Alkesh GhorpadeAlkesh Ghorpade

LeetCode String to Integer (atoi)

LeetCode convert a string of numbers(words) into integer using C++, Golang and Javascript.

Golang Data Connector Part 1
go2021-04-17
Steve LaytonSteve Layton

Golang Data Connector Part 1

Intro There are a handful of tools out there like Zapier (which just hit a $5 billion va...

Automate your Notion backups
go2021-04-17
ShayanShayan

Automate your Notion backups

If you've read my last blog post, then you know I wanted to leave Notion for good. The problem is...

Creating A CLI In Golang
go2021-04-17
Arsh SharmaArsh Sharma

Creating A CLI In Golang

This is technically the first post on my blog so I’m pretty excited to write this one 😄 For the last...