Mastering Version Control: Unraveling Git Branch Strategies – A Senior Developer’s Guide

I was talking to a friend of mine recently about the strategy we are using on one of the projects we're working on together and I noticed that it would be great if I could create a blog post and share some knowledge with some developers, lead developers, managers, or anywho, who suffer a lot …

Continue reading Mastering Version Control: Unraveling Git Branch Strategies – A Senior Developer’s Guide

Mastering Efficiency: Unleashing the Power of ‘screen’ in Terminal for Persistent Background Tasks

In the dynamic realm of command-line interfaces, the terminal serves as a potent hub for executing tasks, running scripts, and managing server operations. However, a common challenge arises when you need to keep processes running in the background, especially when working over SSH. Enter the 'screen' command—a versatile and powerful tool that unlocks a world …

Continue reading Mastering Efficiency: Unleashing the Power of ‘screen’ in Terminal for Persistent Background Tasks