Code Comments as a habitWriting code is both an art and a science, but it can be a daunting task. As developers, we invest a significant amount of time crafting intricate lines of code. However, what if I told you that a simple habit of adding code comments can revolutioniz...Oct 1, 2023·5 min read
Serverless email notifications with SendgridEmail notifications have become an integral part of our systems. Common use cases include sending reports, notifying build success, system failure events, etc. This tutorial demonstrates a solution using Google Cloud Functions to send emails using Se...Mar 19, 2023·4 min read
Regex Operations in BigQueryBigQuery is taking the analytics industry by storm. One of the most important use cases is to extract and transform parts of a string. Below are some of the powerful constructs provided by BigQuery. BigQuery provides the following constructs for rege...Mar 17, 2023·3 min read