Go Now the 4th Most Popular Language on GitHub— A fun data visualization on Reddit’s /r/DataIsBeautiful sub shows the popularity of different languages in public GitHub repos. JavaScript comes first, with Python, Java, and then Go just behind. Reddit |
![]() Advanced Engineering Go, Docker & K8’s Training— Ardan Labs provides instructor-led live-streaming training and self-paced online video training for teams and individuals. Join the 10,000 + engineers who’ve dramatically improved their engineering skills using Ardan Labs training now! Ardan Labs sponsor |
Accessing Postgres Databases in Go— No ORMs here, it’s a review of low-level ways to access Postgres databases from Go, including the pq driver, pgx and sqlx . Eli Bendersky |
An Interesting Go Memory Issue?— Found while running a test, a program that should never hit the OS memory limit did just that and Ben has theories as to why. Ben E. C. Boyter |
Playing Mental Poker in Go— Is it possible for two potentially dishonest players to play a fair game of poker without cards at arm’s length? Apparently the answer is yes and the author set out to recreate such a system in Go. Paschalis Tsilias |
Find a Job Through Hired— Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It's free for job-seekers.
Hired |
|
Wrapping Commands in Go— “Commands” here are shell commands and the example shows how to run and parse the output of a command. Bartłomiej Klimczak |
On Building Business Apps in Go— An interview with Miłosz Smółka, one of the co-founders of Three Dots Labs and co-author of the book Go With the Domain about the realities of building business software using Go. Going with Go |
EggOS 0.2: A Go Unikernel Running on x86 Bare Metal— Run a single Go app on x86 bare metal, supports most Go features and standard libraries, and comes with a network stack that will work with most net -based libraries. 0.2 adds floating point, mouse and GUI support - all big things. fanbingxin |
|