The advantages are real, and I think we’ll see more and more companies making the same choice.
I talk about this (and a lot more) on the latest episode of the Cup O’ Go podcast.
The advantages are real, and I think we’ll see more and more companies making the same choice.
I talk about this (and a lot more) on the latest episode of the Cup O’ Go podcast.
Read more about how we designed Ona for parrallism to be at the core (link below)
Read more about how we designed Ona for parrallism to be at the core (link below)
These demos might not ship, but they spark early sharing and experimentation. With AI making demos nearly free, the goal is clear: create more.
These demos might not ship, but they spark early sharing and experimentation. With AI making demos nearly free, the goal is clear: create more.
When working on Ona, we were very tempted to introduce our own standard for Agent Rules, but the old XKCD on standards came to mind.
AGENTS.md just makes sense!
When working on Ona, we were very tempted to introduce our own standard for Agent Rules, but the old XKCD on standards came to mind.
AGENTS.md just makes sense!
For those who have already purchased the book at the discounted price; simply click the link in the next post to download the latest version free.
Chapter 4 adds 100+ new pages and digs into how Structs, Interfaces and Generics work under the hood.
For those who have already purchased the book at the discounted price; simply click the link in the next post to download the latest version free.
Chapter 4 adds 100+ new pages and digs into how Structs, Interfaces and Generics work under the hood.
This book will go to a depth not seen before in Go books, and the first three chapters are available right now:
www.bytesizego.com/books/anatom...
This book will go to a depth not seen before in Go books, and the first three chapters are available right now:
www.bytesizego.com/books/anatom...
They effectively let you "extend" Cursor with custom tools. I found a lot of examples for them in Python but not so many in Go... so I made one.
They effectively let you "extend" Cursor with custom tools. I found a lot of examples for them in Python but not so many in Go... so I made one.
Launching today with 50 lessons, over 7 hours of content and new lessons coming each week, I am confident that this will grow to be the best place to learn Go on the Internet.
Launching today with 50 lessons, over 7 hours of content and new lessons coming each week, I am confident that this will grow to be the best place to learn Go on the Internet.
Looks kind of scary, needs to be much cuter.
Looks kind of scary, needs to be much cuter.
By using singleflight, we can remove these duplicate calls really easily.
Here's an example:
By using singleflight, we can remove these duplicate calls really easily.
Here's an example:
that's it!
that's it!
Next, we will declare a server and implement the interface of the gRPC server, and start it:
Next, we will declare a server and implement the interface of the gRPC server, and start it:
As you can see, this allows us to offer customisations flexibly, whilst still maintaining readability and not exposing internal fields.
As you can see, this allows us to offer customisations flexibly, whilst still maintaining readability and not exposing internal fields.