• 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 Text Template Processing
go2019-04-27
Kirk LewisKirk Lewis

Go Text Template Processing

Demonstration of processing Go text templates

A Stab At Roguish Go Part 04
go2019-04-28
Steve LaytonSteve Layton

A Stab At Roguish Go Part 04

This week we actually add our basic 'creature' code.

Dockerize the multi-services application for local development
ruby2019-04-15
Dmitry SalahutdinovDmitry Salahutdinov

Dockerize the multi-services application for local development

The handy local development containerization guide, with examples of the Amplifr project dockerization. Getting the services written in Ruby, Node.js, and Golang work together locally with docker networks.

Benchmarking Pihole : Pi Zero vs Pi 3b+
raspberrypi2019-04-24
Tony MetzidisTony Metzidis

Benchmarking Pihole : Pi Zero vs Pi 3b+

From Pi Hole Discourse Here's a benchmark comparing pi-hole running on a Pi Zero (with USB ethernet)...

How to write a microservice in Go with Go kit
go2019-04-15
Francesco NapoletanoFrancesco Napoletano

How to write a microservice in Go with Go kit

How to write a microservice in Go with Go kit

Server side application skeleton for Go language
go2019-04-23
George CalianuGeorge Calianu

Server side application skeleton for Go language

Writing web application in Go can be pretty hard if you take care about login process wich include si...

Excelize 2.0.0 Released
go2019-04-23
xurixuri

Excelize 2.0.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.

Go Package (Structure) Design
go2019-04-23
Ball Weera KasetsinBall Weera Kasetsin

Go Package (Structure) Design

this post explains how to design the Go package

The power of defer in Go: on entry
go2019-04-23
Antonio SánchezAntonio Sánchez

The power of defer in Go: on entry

How to use the defer function in Golang to execute code at the beginning and the end of any function.

Golang: pointers – detailed overview
programming2019-04-20
Arseny ZinchenkoArseny Zinchenko

Golang: pointers – detailed overview

What is the pointer? Shortly, the pointer is a variable which stores an address of another variable...

Stop panic-ing ! Start debugging 10x faster with static analysis
go2019-04-20
MartinMartin

Stop panic-ing ! Start debugging 10x faster with static analysis

Golang hackable package that uses stack trace and static analysis to show you where your code fails

Introduction to Gomobile
gomobile2019-04-18
Girish KoundinyaGirish Koundinya

Introduction to Gomobile

This post was originally published in blog.koundinya.xyz When someone reads about the Go programming...

Blazing Fast JAMstack E-Commerce w/ Hugo, Forestry & Netlify
javascript2018-04-25
Charles OuelletCharles Ouellet

Blazing Fast JAMstack E-Commerce w/ Hugo, Forestry & Netlify

Working in this field, I often have developer friends reach out to me with questions about e-commer...

Handling HTTP request in Go Echo framework (2)
go2019-04-18
Yuen Ying KitYuen Ying Kit

Handling HTTP request in Go Echo framework (2)

An example demonstrating HTTP POST request in Go Echo framework.

Go Lang Installation
cloud2019-04-17
Krishna Tej ChalamalasettyKrishna Tej Chalamalasetty

Go Lang Installation

Prerequisutes go supports a wide range of operating systems. There are two ways go can...

Getting started on bigger projects with Go
go2019-04-16
Jay R. WrenJay R. Wren

Getting started on bigger projects with Go

intermediate go