Today I learnt TIL :GIT Modules & How to effectively remove submodules

While I migrating this website, I came across many issues. One such issue was git submodule.So here is a post on it. what is a git submodule? Git submodule is a way to include another repository in Git as a sub directory in one repository. It allows you to keep another repo(your own repo or someone else) in your repo as a subdirectory It is useful for track that repo’s changes and use that project repo as a reference....

January 1, 2023 · 3 min · 541 words · Shweta Kadam

Deploying my portfolio website for free on Github Pages using GitHub actions

I deployed my portfolio site and wanted to try out github actions and this is my experience of automating the deployment. This article is more focused on how you can use the GitHub actions and how easy it is to deploy your code to GitHub pages rather than the portfolio site code.So every time you make an update or build to your website ,the changes are automatically reflected and this automated deploying process makes work much faster....

December 5, 2021 · 4 min · 759 words · Shweta Kadam