DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Adrian B.G.Fast priority queues in Golang: Hierarchical Queue
Writing O(1) high performance data structures, in order to learn Go.

Jorge Alberto Díaz Orozco (Akiel)RocketChat notifications on your CI/CD pipeline
How to use RocketChat to follow your CI/CD

Jeff LindsayRe-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!

y-yagiCheck deprecated things in Go
How deprecate functions? Go official suggest to using Deprecated: comment in the doc that...

Jeff LindsayStarting 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.

Alex PliutauGo Projects to contribute to during Hacktoberfest
Hi Gophers! As you know Hacktoberfest 2018 has already started. And if you are a Go developer you...

Jeff LindsayTemplate 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.

Jeff LindsayEmbedded 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
Basically, the problem is because I use Go binding of LLVM, then it hard to use preinstalled...

Jeff LindsayVecty 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.

Jeff LindsayA 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.

Douglas Makey Mendez MoleroTracking Service with Go and Redis V2
Implement V2 to our service 'Tracking Service with Go'

radlinskiiHappy Hacktoberfest 2018!
Open Source Festival is back.

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

Ciro S. CostaA UDP server and client in Go
Getting from Golang's net package down to the Linux kernel methods invoked when UDP messages are sent.

Artem PiskunSimple golang jobber with ttl
Simple time-limited jobber on Golang