Efficient GCP Budget Monitoring through Slack Alerts
By Sachin Bisht
February 24, 2024
Google Cloud Platform provides you with simple ways to access computing resources and services. Using Google Cloud services comes with expenses, so it’s crucial to keep a close eye on your spending. In April, we recently found out that our spending on GCP services, where we host our projects and…
Code linting with pre-commit
By Vaibhav Rathore
April 15, 2021
Code linting, though a very small & basic thing, often gets ignored by many people in many projects. Probably because it’s small. There’s a problem that I’ve been facing consistently during code reviews. I, personally, can’t ignore incorrect indentations, and often when I found one, I keep looking for them….