Lorenzo Ranucci's Avatar

Lorenzo Ranucci

@lorenzo-ranucci.bsky.social

Gopher, Backend Developer @ProntoPro

56 Followers  |  27 Following  |  8 Posts  |  Joined: 13.11.2024  |  1.6316

Latest posts by lorenzo-ranucci.bsky.social on Bluesky

Web APIs and message consumers

24.11.2024 18:54 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

โœ‹ 5 years so far โ™ฅ๏ธ

18.11.2024 11:04 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

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

14.11.2024 13:14 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Be open minded and enjoy ๐Ÿค—

14.11.2024 13:10 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Go Wiki: Go Code Review Comments - The Go Programming Language

Here some useful guidelines to write idiomatic code go.dev/wiki/CodeRev...

14.11.2024 13:09 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Avoid Frameworks.
Use the standard library since it has most of the features you'll need.
Do simple design.
Avoid unnecessary abstraction and indirection.

14.11.2024 13:07 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

"Promise of compatibility".
Being able to update language and libraries version without pain is amazing

13.11.2024 11:51 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Simplicity.
Creators and community focus is to make things easy to understand instead of creating never-ending hype with new features.

13.11.2024 11:47 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@lorenzo-ranucci is following 20 prominent accounts