All Posts Posts

  • Published on
    Environment variables store information about the operating system environment. This information includes details such as the operating system path, the number of processors used by the operating system, and temporary folders' location. These variables are globally accessible, and programs can query the value of the variable.
  • Published on
    Java is a general-purpose, class-based, object-oriented programming language. It is fast, secure, and reliable and is platform-agnostic, so it is widely used for developing applications in laptops, data centers, game consoles, scientific supercomputers, cell phones, etc.
  • Published on
    When you click an email on a website to reply to it, you expect your Gmail to open, but it doesn't. This is the default behavior of chrome. This post will tell your everything about configuring Gmail as your default email application on your Google Chrome browser.
  • Published on
    There are three types of Excel Macro buttons which I've described in the previous post on how to create them manually in Excel, along with their advantages and disadvantages. In this post, I'm going to explain to you how to create them using VBA. Creating buttons with VBA will save you more time if you create many sheets with buttons. Also, I will explain the common styling functions which you can use to make the buttons look good in your project.
  • Published on
    This post will explain to you how to install Git on a Windows 10 machine and go through all the configuration options available while installing it. This will be helpful even if you’re on Mac/Linux, etc.
  • Published on
    Git is a version control system, which tracks the changes you make to files, so it keeps a record of what you've done, and helps you to revert to specific version should you ever need it. It also makes collaboration easier, allowing multiple people to work on a single file/folder, without the need to worry about overwriting someone's work.
  • Published on
    WordPress is a CMS (Content Management System) which is the simplest, popular way to create your blog, business, website, etc. And has become the most popular CMS for everyone looking to build a website and is designed for everyone, emphasizing accessibility, performance, security, and ease of use.