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

📚 A Larder.io Command Line Interface!
go2020-05-29
James McDermottJames McDermott

📚 A Larder.io Command Line Interface!

Preface Larder is a bookmarking tool for developers. It supports categorizing and tagging...

How To Do Pagination in Postgres with Golang in 4 Common Ways
database2020-05-26
Iman TumorangIman Tumorang

How To Do Pagination in Postgres with Golang in 4 Common Ways

A few examples of pagination on Postgres, with Benchmark, written on Golang Photo by...

Web Analytics for pet projects
webdev2020-05-25
ihucosihucos

Web Analytics for pet projects

Some time ago I just used Google Analytics for my pet projects. But now with the DSGVO I don't know e...

Diun 3.0 available with 3 new notification providers
docker2020-05-27
CrazyMaxCrazyMax

Diun 3.0 available with 3 new notification providers

Receive notifications when a Docker image is updated on a Docker registry.

Language Stack Installation for Python & Go
beginners2020-05-27
Adron HallAdron Hall

Language Stack Installation for Python & Go

Previously I've gone through the steps I take to get a solid development machine setup. From the base operating system load, to the browser and basic IDEs I install. Now I've got more videos and the respective notes and details about what two language stacks I setup next; Python and Go.

Golang tag library to generate Salesforce queries
go2020-05-27
Atul KshirsagarAtul Kshirsagar

Golang tag library to generate Salesforce queries

If you are a Golang developer intending to write a client that interacts with Salesforce, this post is for you. We’ll share how you can annotate your Golang structs to generate queries in SQL like DSL (SOQL - Salesforce Object Query Language) for Salesforce to be used in Salesforce APIs and how this will make it easy for you to write Golang clients for Salesforce, without …

Merge two Sorted Linked List in Go
go2020-05-27
Mohammad AzizMohammad Aziz

Merge two Sorted Linked List in Go

A linked list is a linear way to structure the data so that any arbitrary number of data we can store...

Slices in Go
learning2020-05-27
Luca SepeLuca Sepe

Slices in Go

A post by Luca Sepe

Go - Testing panic.
go2020-05-27
Takahiro KudoTakahiro Kudo

Go - Testing panic.

I usually test "panic" with below code. Is it redundant? // Testing if testFunc calls panic. //...

A Simple Overview of Arrays in Go
learning2020-05-26
Luca SepeLuca Sepe

A Simple Overview of Arrays in Go

A post by Luca Sepe

Create Your First Golang App
go2020-05-26
Todd BirchardTodd Birchard

Create Your First Golang App

To be human is to be an unwilling passenger in a winding, aimless journey we call life. Each of us...

Build a Go Playground Custom Hugo Shortcode
go2020-05-26
Lanie HeiLanie Hei

Build a Go Playground Custom Hugo Shortcode

Learn to build a custom Hugo shortcode that builds off of the built-in highlight shortcode in order to allow users more interaction with your code in the Go Playground sandbox.

Pointers in Go
learning2020-05-26
Luca SepeLuca Sepe

Pointers in Go

A post by Luca Sepe

GhostDB - An Ultra Fast Distributed Cache
octograd20202020-05-25
Jake GroganJake Grogan

GhostDB - An Ultra Fast Distributed Cache

Overview of my Final Year Project GhostDB is a distributed, in-memory, general purpose k...

Sorting in Go from JavaScript
codenewbie2020-05-25
Andy HaskellAndy Haskell

Sorting in Go from JavaScript

In computer science, sorting means taking a collection of items, and rearranging them so they are in...

Build a Simple Web App using Go
go2020-05-24
Heertheeswaran VHeertheeswaran V

Build a Simple Web App using Go

Hello everyone, Today I would like to discuss building a simple hello world web app with Golang. Go i...