Cloud Cost Management with Harness CCM: AutoStopping Idle VMs behind a Reverse Proxy May 18, 2023 Harness Intelligent Cloud AutoStopping™ is a game-changing feature that brings automation to cloud resource optimization. With the help of AutoStopping, businesses can optimize their cloud costs by automatically stopping idle... [read more on medium]
Pixel tracking — How easy and unethical is it? Oct 16, 2021 Pixel tracking a.k.a web beacon is neither a new topic nor a complex tech setup, but I still wanted to write this up for people like me who are oblivious... [read more on medium]
DIY- Setup a Simple Private Cloud Aug 28, 2021 Like every other novice photographer, I like to carry my DSLR with me on all trips and I end up taking a lot of pictures and videos. To share this... [read more on medium]
AWS Spot Instances with Route 53 Sep 23, 2020 Route 53 is a very useful service from AWS. It allows you to route traffic to a variety of resources like Loadbalancers and static IP addresses. Using Route 53 with... [read more on lightwing blog]
Quickest way to publish a personal blog with Jekyll Apr 26, 2020 Today, I was searching for an easiest way to publish a personal blog. When I say easiest, I should be able to write, style and publish the blogs to a... [read more]
Monitoring Cassandra cluster with Prometheus Operator Aug 15, 2019 Our current project has several microservices. All of them are dockerized and deployed to a Kubernetes ecosystem. There is a Cassandra cluster running outside the Kubernetes cluster and it is... [read more]
A Simple OAuth Provider Oct 7, 2018 Recently, I had to implement an OAuth Provider for one of my projects (So that people can log in to a different application using their credentials on my app), which... [read more]
Setting up SSH access from local machine to Google Cloud Compute engine Oct 5, 2018 I am very much used to aws and I love the easiness of working with pem files and accessing the ec2 instances over ssh. Today I was trying to play... [read more]
Verifying your github commits using GPG key! Oct 4, 2018 Today I got an email from a colleague. In the mail he had given the links to two blogs: https://nvisium.com/blog/2017/06/21/securing-github-commits-with-gpg-signing/ http://micropipes.com/blog//2016/08/31/signing-your-commits-on-github-with-a-gpg-key/ I read through those and came to know that... [read more]