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

Fast priority queues in Golang: Hierarchical Queue
go2018-10-13
Adrian B.G.Adrian B.G.

Fast priority queues in Golang: Hierarchical Queue

Writing O(1) high performance data structures, in order to learn Go.

RocketChat notifications on your CI/CD pipeline
rocketchat2018-10-12
Jorge Alberto Díaz Orozco (Akiel)Jorge Alberto Díaz Orozco (Akiel)

RocketChat notifications on your CI/CD pipeline

How to use RocketChat to follow your CI/CD

Re-adding Vecty support to vtemplates
go2018-10-11
Jeff LindsayJeff Lindsay

Re-adding Vecty support to vtemplates

vtemplates can render HTML and now Vecty components like the original proof of concept. Got it working using the Markdown demo from the proof of concept. Slots next!

Check deprecated things in Go
go2018-10-11
y-yagiy-yagi

Check deprecated things in Go

How deprecate functions? Go official suggest to using Deprecated: comment in the doc that...

Starting to feel like a proper UI framework
go2018-10-11
Jeff LindsayJeff Lindsay

Starting to feel like a proper UI framework

Added slots to vtemplate, reorganized the demo app to support HTML files alongside Go files, and improved the dev server.

Go Projects to contribute to during Hacktoberfest
discuss2018-10-09
Alex PliutauAlex Pliutau

Go Projects to contribute to during Hacktoberfest

Hi Gophers! As you know Hacktoberfest 2018 has already started. And if you are a Go developer you...

Template framework for rendering HTML or Vecty components
vue2018-10-08
Jeff LindsayJeff Lindsay

Template framework for rendering HTML or Vecty components

Past few days I've been designing a template framework that'll work with Vecty as well as regular server generated pages. Among other cool features, it lets you use embedded JavaScript for expressions.

Embedded JavaScript in Vue-style templating for Go
go2018-10-07
Jeff LindsayJeff Lindsay

Embedded JavaScript in Vue-style templating for Go

Spending my Saturday night making Vue-style templating in Go that lets you use JavaScript. ¯_(ツ)_/¯

Test LLVM Go binding in travis
llvm2018-10-06
林子篆林子篆

Test LLVM Go binding in travis

Basically, the problem is because I use Go binding of LLVM, then it hard to use preinstalled...

Vecty with Vue.js style templating
go2018-10-04
Jeff LindsayJeff Lindsay

Vecty with Vue.js style templating

I wanted to see if I could get Vecty to compile to WebAssembly and it turns out the work Brian Ketelesen has been doing worked immediately. So I started the next step... taking my Vue.js style templating and making it work on top of Vecty. The result is pretty badass.

A higher-level Go reflection package
go2018-10-04
Jeff LindsayJeff Lindsay

A higher-level Go reflection package

Today I started a pretty simple Go library that wraps the builtin reflect package and gives you a simpler API modeled after syscall/js.

Tracking Service with Go and Redis V2
go2018-10-04
Douglas Makey Mendez MoleroDouglas Makey Mendez Molero

Tracking Service with Go and Redis V2

Implement V2 to our service 'Tracking Service with Go'

Happy Hacktoberfest 2018!
hacktoberfest2018-09-30
radlinskiiradlinskii

Happy Hacktoberfest 2018!

Open Source Festival is back.

Semaphores and Threadpools in Go
go2018-10-03
Pascal DennerlyPascal Dennerly

Semaphores and Threadpools in Go

Semaphores and Threadpools in Go Here’s a thing I was thinking about today. I had to make...

A UDP server and client in Go
linux2018-09-30
Ciro S. CostaCiro S. Costa

A UDP server and client in Go

Getting from Golang's net package down to the Linux kernel methods invoked when UDP messages are sent.

Simple golang jobber with ttl
go2018-09-30
Artem PiskunArtem Piskun

Simple golang jobber with ttl

Simple time-limited jobber on Golang