It did not work out...I have an embarrassing habit. Every morning commute or during meetings, I have my best ideas. Product decisions I've been stuck on for days. Connections between problems I hadn't seen before. ThinJun 19, 2026路1 min read
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