A retrospective on a year of development with Gomobile
A year with gomobile, and TypeScript 7 ships rewritten in Go
The lead read is a retrospective on a year of shipping mobile apps with gomobile, an honest look at what the toolchain gets right and where it still bites. On a related note for anyone tracking Go's reach beyond servers, TypeScript 7.0 landed this week with its compiler rewritten in Go, claiming 8x to 12x speedups from the port. Elsewhere, a thread asks whether anyone has actually put the 1.25 FlightRecorder into production for latency debugging, which is a more useful question than the usual should-I-switch-to-Rust hand-wringing also making the rounds today.

The lead read is a retrospective on a year of shipping mobile apps with gomobile, an honest look at what the toolchain gets right and where it still bites. On a related note for anyone tracking Go's reach beyond servers, TypeScript 7.0 landed this week with its compiler rewritten in Go, claiming 8x to 12x speedups from the port. Elsewhere, a thread asks whether anyone has actually put the 1.25 FlightRecorder into production for latency debugging, which is a more useful question than the usual should-I-switch-to-Rust hand-wringing also making the rounds today.
Hello friends. For a year now, I've been learning / adopting Go and I really loved every second. But now that I know the pros and cons, the ins and the outs about Go, I might have made a huge mistake;
Go 1.25 added FlightRecorder to the stdlib and I've been exploring it as an alternative to pprof for diagnosing latency spikes and scheduler issues that sampling profilers miss entirely. I'm curious t
It's great that Typescript v7 is so much fasted than v1-6: https:// devblogs.microsoft.com/typescr ipt/announcing-typescript-7-0/ But the mere fact that it's already on major version seven is why I wi
If you haven't read this one by Alan Donovan, it's a must-read. It shows how you can use the inline analyzer in some clever ways to migrate your APIs. If you are a library author now you can ask your
First of all, I'm Brazilian and don't work as a developer. My job is in IAM, which involves writing some Python scripts. About a year ago I started learning Go on side projects, building TUI apps with
How should I structure a project that I'm currently building to make it as scalable as possible? At my previous company, we had a ticket reservation and purchase project. It started out simple, but wh
I spent a while going through Go's runtime source ( ) to actually understand what's happening under the hood when you do , instead of just knowing the surface-level "channels let goroutines talk to ea
Join EUG Go @ Eugene, US on Wed Jul 22
Join Golang Reston @ Online on Wed Jul 15
Join Nairobi Gophers @ Online on Thu Jul 9
Using fmt.Println for error handling isnt a practical way, especially in linux or unix based systems. Continue reading on Medium »
Alright, let’s talk Go. For, like, over ten years now, Go has been this solid rock of simplicity and “you see what you get” design in the… Continue reading on Medium »
Okay, so picture this: I’m in the middle of a job interview- you know, that slightly awkward dance where you’re trying to impress, but… Continue reading on Medium »
Continue reading on Medium »
More than 15 years of developing and engineering, a failed startup, a move to the Netherlands, and a new bet on what’s possible. Continue reading on Building with AI »
Recentemente, alcancei um grande marco na minha carreira: fui nomeado oficialmente como Google Developer Expert (GDE) ...
The entire compiler has been rewritten in Go (Project Corsa), introducing multi-threaded parallel processing that delivers 8x to 12x ...
Deep dive on log/slog and zerolog. The data model used for each, with side by side code comparisons.

Hey Lea returns to the pod to talk about the soon to release v3 of Wails. We go over what's new, Wails is handling multiple windows, has a HTTP protocol now instead of using the v2 / send message way
Building a flask deployment system using golang | Day - 2 | Project Setup | NerdCodex | Tamil Welcome to Day 2 of our live ...
Backup and migrate Kubernetes applications and their persistent volumes
