Lorenzo Ranucci
lorenzo-ranucci.bsky.social
Lorenzo Ranucci
@lorenzo-ranucci.bsky.social
Gopher, Backend Developer @ProntoPro
Web APIs and message consumers
November 24, 2024 at 6:54 PM
✋ 5 years so far ♥️
November 18, 2024 at 11:04 AM
There are many web frameworks to write api. Or frameworks to write cli.
Most of the time you don't need them, unless you're doing advanced things.

Starting with plain go makes you understand things better
November 14, 2024 at 1:24 PM
Be open minded and enjoy 🤗
November 14, 2024 at 1:12 PM
Here some useful guidelines to write idiomatic code go.dev/wiki/CodeRev...
Go Wiki: Go Code Review Comments - The Go Programming Language
go.dev
November 14, 2024 at 1:11 PM
Avoid Frameworks.
Use the standard library since it has most of the features you'll need.
Do simple design.
Avoid unnecessary abstraction and indirection.
November 14, 2024 at 1:08 PM
"Promise of compatibility".
Being able to update language and libraries version without pain is amazing
November 13, 2024 at 11:51 AM
Simplicity.
Creators and community focus is to make things easy to understand instead of creating never-ending hype with new features.
November 13, 2024 at 11:47 AM