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

chengeGo's ORM framework GORM best practices indefinite parameter usage
This is translated by Google. link--> Hope dev.to can support google translate.

Jeff LindsayMostly working dynamic panels in Go
I finished porting Dan's react-panelgroup project ... or rather I finished the first pass.

Silvestar BistrovićIf you are starting a new website, consider using Hugo
Other than it is “the world’s fastest framework for building websites,” Hugo is packed with powerful features that would make the website development process more pleasable.

Jeff LindsayPorting a React component kit to Go
Today I started building some real components based on a React library a friend started. And it's going to be pretty cool once we have it.

Ido ShamunMy 2 Cents On Go
Following my post, I decided to take on an action and learn Go. ...

Aaron SchlesingerAbsolutely Everybody is Welcome
Absolutely Everybody is Welcome (Note: this is cross-posted from https://arsch...

Jeff LindsayParsing bridgesupport schema files
In an attempt to generate Go bindings for Objective-C frameworks, I parse giant XML files and create a parser for Apple's strange type encoding strings.

Jeff LindsayComponent hierarchy data model and inspector UI
Working on my component hierarchy tool / prototype. Mostly I've been trying to get that data model correct in Go and once that was working and marshaling, I started a new inspector component to dogfood more of the UI framework.

Aaron SchlesingerAthens Running on Zeit
Wherein I try to deploy the Athens proxy to Zeit's Docker platform

Jeff LindsayGo to Objective-C bridge works!
A working Objective-C bridge for Go

Jeff LindsayStart of an Objective-C bridge in Go
The past week I've been working to solve some problems that prevent moving forward on this Objective-C bridge. There's a lot more work to do but at least I solved some low level issues.

Jeff LindsayKeeping TreeView state with component in Go
Revisited my treeview UI prototype and re-architected the TreeView component to keep the state in Go.

Jeff LindsayPorted recent prototype to UI framework
Weekend recap! Did some docs and tests, but also ported my UI prototype to the new UI framework and it's working out pretty well.

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!