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 20A response icon1Jan 20A response icon1
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, 2024A response icon3Dec 12, 2024A response icon3
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, 2024A response icon7Sep 16, 2024A response icon7
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, 2024A response icon1Sep 6, 2024A response icon1
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, 2024A response icon1Jan 25, 2024A response icon1
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