- How to Manage Google Cloud Compute Engine with Python9/7/2023•5 min readCompute Engine is an IaaS offering by Google Cloud. It is a powerful platform that can be used to create and manage virtual machines. However, managing Compute Engine can be a complex task. In this blog post, I will show you how to use Python to auto...
#python
#gcp
#cloud
#virtual machine
#automation
- The Secret GitHub Repository ! 🤫9/4/2023•3 min readDo you know that GitHub allows you to display a README on your GitHub profile through which you can convey information about yourself to other people? You can add information about yourself, your contributions and any other information that visitors ...
#github
#git
#readme
#markdown
- Customise Your Terminal Using powerlevel10k & Zsh8/31/2023•4 min readTransform your terminal from this to this !! Before After What we will set up? 1.Zsh ZSH, also called the Z shell, is an extended version of the Bourne Shell (sh), with plenty of new features, and support for plugins and themes. 2.Powerlevel 10k Po...
#linux
#linux for beginners
#customization
#terminal
#technology
- Best Practices for Using Git and GitHub4/30/2023•4 min readWelcome to the tenth and last blog of the series! Now that we have gone through how you can get started with Git & GitHub.However, it's important to follow best practices to ensure a smooth and efficient Git workflow. In this blog post, we will explo...
#git
#github
#best practices
- GitHub Pages: Custom Domains and SSL4/25/2023•4 min readWelcome to the ninth blog of the series! In the last blog, we created our first website with GitHub Pages. It was deployed on the domain .github.io, but did you know that you can use a custom domain name for your GitHub Pages site? In addition, you c...
#github
#dns
#ssl
- GitHub Pages: Building Your First Website4/18/2023•4 min readWelcome to the eighth blog of the series! Now that we have a basic idea of Git & GitHub let's use it in a real-world scenario. In this blog, we will explore GitHub Pages and see how you can build and host a simple portfolio website. In today's digita...
#github
#portfolio
- GitHub Student Developer Pack: Overview4/16/2023•3 min readWelcome to the seventh blog of the series! In the last few blogs, we saw how to install Git on your local machine and collaborate using GitHub. In this blog, we will explore the GitHub Student Developer Pack. As a student, you have access to a wealth...
#github
- Using Git with Visual Studio Code4/11/2023•4 min readWelcome to the sixth blog of the series! From the last five blogs, we have seen how to set up Git and collaborate using GitHub. In this blog, we will see how to work with Git with Visual Studio Code. What is Visual Studio Code? Visual Studio Code is ...
#git
#github
#visual studio code
- Collaborating with Others on GitHub4/4/2023•4 min readWelcome to the fifth blog of the series! From the last four blogs, we have seen the basics of Git & GitHub and how to set it up. In this, we will explore how we can use GitHub to collaborate with others on GitHub. GitHub is a powerful platform that f...
#github
- Git Branching and Merging3/29/2023•5 min readWelcome to the fourth blog of the series! In the last, we created our first GitHub repository. Now that we have a basic idea of Git & GitHub. Let's get into more deep into Git branching and merging. Branching and merging are two of the key concepts i...
#github
- Creating Your First GitHub Repository3/24/2023•4 min readWelcome to the third blog of the series! In the last blog, we saw how to set up Git on your local machine. Now we need a place where we can remotely host the repositories. That's where GitHub comes into the picture. GitHub is a web-based hosting serv...
#git
#github
- Setting up Git on Your Local Machine3/22/2023•5 min readIn the last blog, we saw the basics of Git & GitHub. In this blog, we'll be setting up Git on your local machine. We'll be covering all the major platforms Windows, Linux, and MacOS. Installing Git on Windows The installation process for Windows is a...
#git
#cli
#bash
- Introduction to Git & GitHub3/18/2023•4 min readHello Folks, Welcome to my Git & GitHub blog series. I'll be going through from basic to advanced level. I'll be also exploring the GitHub Student Developer Pack and the tools that can be helpful for you. So stay tuned for upcoming blogs! Git and Git...
#git
#github