macOS: See Next Meeting in Touch Bar

In this blogpost, I will show how you can display the next meeting you have in Calendar app with BetterTouchTool. In the end you will have a widget like this: Requirements BetterTouchTool: It enables...

Serverless Blog with Hugo and AWS

I have migrated my blog to Hugo from Ghost. Now it’s a static site, deployed and served from S3 with CloudFront. In this blogpost, I’ll talk about the migration process, good and cumbersom...

git: fixup commit in a nutshell

One basic rule of keeping the repository clean is keeping commits meaningful. I have shared a [blogpost][1] & [20-minute-long-video][2] how you can do it via rebase features, in this blogpost I wi...