#python
#gcp
#cloud
#virtual machine
#automation
Compute 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...#github
#git
#readme
#markdown
Do 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 ...#linux
#linux for beginners
#customization
#terminal
#technology
Transform 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...#git
#github
#best practices
Welcome 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...Welcome 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... Welcome 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... Welcome 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... #git
#github
#visual studio code
Welcome 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 ...Welcome 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... Welcome 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... Welcome 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... In 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... Hello 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...