Create Git Aliases On PowerShell 7

Create Git Aliases On PowerShell 7

Overview Using aliases saves you time and helps you avoid typos. On my daily work as a developer, I have to issue git commands many times. Thanks to aliases, I can avoid many mistakes when typing commands. On Linux/Mac, it is super easy to create aliases with your bashrc/zhsrc file. However, you need extra work … Read more

Enable gzip & caching with Caddy

Enable gzip & caching with Caddy

Overview Recently I deployed my site to production (https://gotkey.io) and noticed that the site loaded quite slowly. When I checked with Google page speed insights, there were issues but the most significant are content not gzipped and no caching policy for the static resources. I know how to enable such things with Nginx, httpd, and … Read more