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

Go's ORM framework GORM best practices indefinite parameter usage
go2018-11-01
chengechenge

Go's ORM framework GORM best practices indefinite parameter usage

This is translated by Google. link--> Hope dev.to can support google translate.

Mostly working dynamic panels in Go
go2018-10-30
Jeff LindsayJeff Lindsay

Mostly working dynamic panels in Go

I finished porting Dan's react-panelgroup project ... or rather I finished the first pass.

If you are starting a new website, consider using Hugo
webdev2018-10-24
Silvestar Bistrović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.

Porting a React component kit to Go
go2018-10-27
Jeff LindsayJeff Lindsay

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

My 2 Cents On Go
go2018-10-22
Ido ShamunIdo Shamun

My 2 Cents On Go

Following my post, I decided to take on an action and learn Go. ...

Absolutely Everybody is Welcome
go2018-10-23
Aaron SchlesingerAaron Schlesinger

Absolutely Everybody is Welcome

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

Parsing bridgesupport schema files
go2018-10-26
Jeff LindsayJeff Lindsay

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

Component hierarchy data model and inspector UI
go2018-10-22
Jeff LindsayJeff Lindsay

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

Athens Running on Zeit
go2018-10-24
Aaron SchlesingerAaron Schlesinger

Athens Running on Zeit

Wherein I try to deploy the Athens proxy to Zeit's Docker platform

Go to Objective-C bridge works!
go2018-10-19
Jeff LindsayJeff Lindsay

Go to Objective-C bridge works!

A working Objective-C bridge for Go

Start of an Objective-C bridge in Go
go2018-10-19
Jeff LindsayJeff Lindsay

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

Keeping TreeView state with component in Go
go2018-10-19
Jeff LindsayJeff Lindsay

Keeping TreeView state with component in Go

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

Ported recent prototype to UI framework
go2018-10-15
Jeff LindsayJeff Lindsay

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

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!