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

Giving Go another chance: error handling
go2019-02-13
Dmitry YakimenkoDmitry Yakimenko

Giving Go another chance: error handling

I'm writing a simple time tracking tool and rediscovering Go at the same time.

Learning Golang through WebAssembly - Go, WASM, TypeScript and React
webassembly2019-02-11
Aaron PowellAaron Powell

Learning Golang through WebAssembly - Go, WASM, TypeScript and React

Building an Application This is actually the final article in a series I wrote on my blog...

Concatenate strings in golang a quick benchmark : + or fmt.Sprintf ?
go2019-02-08
pmalhairepmalhaire

Concatenate strings in golang a quick benchmark : + or fmt.Sprintf ?

A quick exploration of string concatenation techniques in golang.

Some Observations While Learning Golang
go2019-02-03
buphminbuphmin

Some Observations While Learning Golang

Just some of my thoughts on Golang

Committing Better Go Code with Static Analysis and Git Hooks
go2019-02-07
EndaEnda

Committing Better Go Code with Static Analysis and Git Hooks

An introduction to some popular static analysis tools for Go and how to automate them using Git hooks

Deploy a Serverless API with GitHub Actions
github2019-02-04
Alex BielenAlex Bielen

Deploy a Serverless API with GitHub Actions

An introduction to GitHub Actions, why I think it is important, and a quick tutorial that deploys a Serverless API directly from your GitHub.

How blockchain achieves immutability?
opensource2019-02-04
Lukas LukacLukas Lukac

How blockchain achieves immutability?

Blockchain is append-only DB. It relies on mathematical and cryptographical principles.

Attempting to Learn Go - Building Dev Log Part 04
go2019-02-02
Steve LaytonSteve Layton

Attempting to Learn Go - Building Dev Log Part 04

This time around we clean up a bit and write an index.html!

Small Lesson About Pointers & Slices in Go
go2019-02-02
Taylor SilvaTaylor Silva

Small Lesson About Pointers & Slices in Go

Pointers and slices in Go can be deceiving if you're not paying attention

My Go Toolkit to Build a Frameworkless App
go2019-01-28
Boris Jamot ✊ /Boris Jamot ✊ /

My Go Toolkit to Build a Frameworkless App

How I manage to build a frameworkless app with Golang

What Happens When You Use Virtualization In Software Testing?
testing2019-01-31
Deeksha AgarwalDeeksha Agarwal

What Happens When You Use Virtualization In Software Testing?

Virtualization is creating a virtual version of any Operating system, storage, server, network, network resources, or desktop rather than the actual version. You can visualize this as a completely different system running inside your own computer. With the help of virtualization, you can develop a system of your required memory, OS, browser, and other specifications on your hardware system.

Calling Swift from Go
go2019-01-30
gerwertgerwert

Calling Swift from Go

Both Swift and Go are modern compiled languages. They have their own typical use cases, strengths and...

How personal opensource project helped me learn GO
opensource2019-01-30
StrahinjaStrahinja

How personal opensource project helped me learn GO

My GO journey in small

Learn Go with tests - Error types
go2019-01-29
Chris JamesChris James

Learn Go with tests - Error types

Learn how to improve the API of your code by introducing your own domain specific error types

Giving Go another chance: backend
go2019-01-29
Dmitry YakimenkoDmitry Yakimenko

Giving Go another chance: backend

I'm writing a simple time tracking tool and rediscovering Go at the same time.

Attempting to Learn Go - Building Dev Log Part 03
go2019-01-26
Steve LaytonSteve Layton

Attempting to Learn Go - Building Dev Log Part 03

The fun continues as we extend our simple static site generator to process multiple files!