Drowning in Context?hi I'm building something and would love your honest take on it. It's an early MVP — rough around the edges — but the core idea is: what if anyone on your team could ask questions about your product rJun 29, 2026·1 min read
Getting Started with Git CommandsA beginner's guide to the fundamental Git commands for version control and collaborative development.Jun 15, 2023·3 min read·15
How to Verify your Commits in GitHubWhen working with Git, ensuring the integrity and authenticity of commits is essential. One way to enhance the security of your Git commits is by using SSH (Secure Shell) for verification. SSH provides a secure connection between your local machine a...Jun 9, 2023·3 min read·58
Nurturing a Follow-Up Culture: The Key to Success in CorporatesIntroduction In the fast-paced world of corporate environments, effective communication and timely follow-ups can make all the difference. A follow-up culture refers to the practice of consistently following up on tasks, projects, and commitments wit...May 31, 2023·3 min read·15
How to deploy multiple sites to firebase hosting?Wait, what..is that even possible... Cause one project in firebase means only one hosting for that particular project, Right..! Well, my fellow reader, Firebase has this feature to deploy multiple sites in a single firebase hosting. You might be wond...Jan 3, 2021·6 min read·62
How to sync your local git and remote git repository changes?Today we will focus on how we can synchronize our GitHub local repository master with an upstream repository branch of the GitHub project. Now, you might think what is an upstream branch, Upstream branches define the branch tracked on the remote rep...Jan 1, 2021·5 min read·210
Connect your firebase Domain to any Custom DomainFirebase is a free hosting provider, through this you can deploy from simple static HTML to complex e-commerce website made on the latest tech stack. In this post, we will look into how to connect the firebase domain to the custom domain we bought fr...Dec 31, 2020·6 min read·138