đșđŠ #â406 â April 1, 2022 |
Unsubscribe  |  Read on the Web |
đ€ Fingers crossed.. but this issue should be an April Fools' free zone, unless we've been pranked too, of course.. :-) |
The Go Weekly Newsletter |
Generics Can Make Your Go Code Slower (Sometimes...) â Itâs not as negative as it sounds. This is a deep and informative article that looks at compiler output for various generic and non-generic examples along with benchmarks that lead to a solid list of âdos and donâtsâ when it comes to using generics in your Go code. Vicent Marti (PlanetScale) |
Writing a Document Database From Scratch in Go â Now this is what weâre always here to see. A data tooling expert (who also happens to have once worked at Oracle) digging into the fundamentals of creating a database in Go. Get inspired, get building, and join the pantheon of database creators. Phil Eaton |
The Modern Guide to OAuth - Free eBook â Learn how OAuth is actually used in the real world. We cover topics like the eight common OAuth modes, how to use the Authorization Code grant, and why you should never use the implicit grant. Become an OAuth expert today. FusionAuth sponsor |
How Go Mitigates Supply Chain Attacks â Packaging systems are increasingly becoming a vector for security vulnerabilities and attacks, as perhaps most often seen recently in the JavaScript / npm ecosystem (example). Go isnât immune to this but has some qualities that âhelp mitigate risk at various stagesâ, as explained here. Filippo Valsorda |
Quick bits:
|
|
Using the GPU Cores on Apple's M1 from Go â The hacker spirit is immediately on display here: âSince I paid for those extra GPU cores, I thought I should know how to use themâŠâ Adrian Hesketh |
Building Microservices in Go with Fiber â Fiber is a Fasthttp-powered Go web framework inspired directly by Nodeâs Express.js (and therefore, indirectly, Rubyâs Sinatra). Subha Chanda |
â¶Â  Making the Command Line Glamorous with Go â Toby Padilla is the founder of Charm, a company focused entirely on building tools to âmake the command line glamorousâ, and Go is the language they do it in (Bubble Tea is one of their projects). The Changelog Podcast podcast |
How We Used Go 1.18 When Designing Our Identifiers â This isnât something that demands generics, but they found them a way to improve an abstraction. Dominic Black |
Some Thoughts on Go's 'Unusual' Approach to Identifier Visibility
|
Creating Microservices in Go with gRPC, API Gateway, and Auth
|
đ Code & Tools |
Ffuf 1.4.0: Fast Web Fuzzer Written in Go â This is for testing systems/apps of your own, of course, but will let you quickly fuzz POST data, URL parameters, paths, and more. (Fantastic logo, BTW.) Joona Hoikkala |
TableFlip: Graceful Process Restarts in Go â Youâve got an app running as a service and you want to restart it without disrupting existing connections â hereâs one way to pull it off. Cloudflare |
Debug Go Apps Without Stopping Them in Prod. Try Rookout Free Today Rookout sponsor |
Thanos: A Prototype Ruby to Go Transpiler â Very early days here but I like the idea (yes, we have a sibling Ruby newsletter which makes this particularly special!) Jonathan Paul Lukens |
usql 0.10.0: A Universal CLI Tool for Databases â Itâs inspired by Kenneth Shaw |
go-version: A Version Number Parsing and Verification Library â This is for when you need to do things like verify version numbers against constraints (e.g. is 1.2 HashiCorp |
đ Did You Know..? |
As much as we enjoy making this newsletter, we also publish a handful of others you might not know about. You can see the latest issues of them all directly on their homepages: đ JavaScript Weekly covers all things JavaScript, but also the JS ecosystem more broadly, including TypeScript, WebAssembly, Vue.js, build tools, and Svelte. âïž Just round the corner from JS is React Status covering, unsurprisingly, the React world and Node Weekly which goes deeper into Node.js, the npm ecosystem, and other server-side JS platforms like Deno. đ©âđ» Frontend Focus, once known as HTML5 Weekly, covers everything that appears in a browser! CSS, HTML, accessibility, WebGL â it's all in there. Æ Serverless Status is the baby of our newsletter family and focuses entirely on the idea of functions as a service, serverless platforms, and the increasing number of new places serverless ideas keep popping up. đ Postgres Weekly and JAMstacked then round out the collection, leaving us just with Golang Weekly which is.. ah yes, I think we're done đ __ |