DevOps

DevOps

Creating a simple system-alert or desktop notification in Go language

Need a alarm every 20 min to get up, relax your eyes and refocus? Or maybe a cron job schedule to run every 10 mins or so? Here's a easy solution...

Read
DevOps

CI for sanity tests using CircleCI

Isn't it nice to automate running of basic sanity tests like checking linting and unit tests before proceeding with merging of a pull request or deploying a new build?It's easy to setup such a CI pipeline for your git repo. Let's see how...

Read
DevOps

Google sheets as realtime database or CMS

Spreadsheets have served as databases in the past and are quiet convenient to use for simple cases when there isn't much complexity involved. Google sheets is a powerful tool as it integrates easily with various services. Let's try using it as a CMS...

Read