Published inGoogle Cloud - CommunityThe cloud architecture of Cool MazeCool Maze is a mobile app that lets you send a photo from your mobile to your computer, by scanning a QR code.Apr 1Apr 1
Improved benchmark syntax in GoThe tooling for microbenchmarks in Go is awesome, as it is easy to use and has an idiomatic form understood by the community.Mar 28Mar 28
Using maps as setsIn Go, there is no built-in type for sets and it is standard practice to use a map instead. The idea is to consider only the keys of the…Jan 201Jan 201
Published inGoogle Cloud - CommunityFaster results with Short query optimized mode in BigQueryGoogle Cloud BigQuery is best in class for querying petabytes of data in a handful of seconds. Of course, you can query small data as well…Dec 18, 2024Dec 18, 2024
Published inGoogle Cloud - CommunityIntelligible advanced SQL queries with pipe syntaxScalability… What does it mean for your data pipelines? Is it about the total amount of data you can store and process? Is it about…Dec 12, 20243Dec 12, 20243
Published inGoogle Cloud - CommunityInterning in GoGo 1.23 comes with a new package unique implementing interning, and a blog post about it. Interning is re-using objects of equal value…Sep 16, 20247Sep 16, 20247
Published inGoogle Cloud - CommunityNew iterators in Go 1.23The Go language now supports standardized iterators. An iterator is an object that progressively provides access to each item of a…Sep 6, 20241Sep 6, 20241
Published inGoogle Cloud - CommunityGo slices, deleting items, and memory usageGo is one of the best choices for cloud applications. It’s fast, frugal, secure, and provides built-in concurrency. A single server…Mar 4, 2024Mar 4, 2024
Published inGoogle Cloud - CommunityPixel guessing : using Gemini Pro Vision with GoLet’s have fun with the vision powers of AI!Jan 25, 20241Jan 25, 20241
Published inGoogle Cloud - CommunityCutting cost: stopping the Cloud SQL instance is not enough!If you know me, you know I love paying less. Who doesn’t? When you look at the Google Cloud Free Tier page, you’ll notice that BigQuery has…Mar 8, 2023Mar 8, 2023