All Posts Posts

  • Published on
    This post will introduce you to Homebrew, the missing package manager for MacOS. If you want to install any open-source package not present in the App Store, you can do so with this tool. Here I'll explain how you can install Homebrew and the basic commands you need to run for searching, installing, uninstalling, and maintaining your packages/libraries.
  • Published on
    Stop your virtual machine if there are no active SSH connections. This would be useful if you want to save costs for VM which are inactive. This is only useful for very less use cases when the user knows how to start the VM whenever he starts development and can wait few minutes for boot up of machine but makes sense for users who get billed for VMs which are not in use. Most of the cloud providers don't provide any easy way to do this. This way you can save about 60% of your cloud provider bill.
  • Published on
    This blog will explain how you can achieve full-screen zoom whenever the user clicks on an image. Full zoom effect can be achieved by pure react and HTML CSS; no special libraries are needed; you'll have complete control on how to configure zoom for your images in your blog or website, etc.