by Raghunathan Ramakrishnan | Jan 5, 2024 | CodeManagement, ProgrammerLife, Python
Frequently, there’s a need to extract numerical values from text files located at specific paths. Beginners often resort to manual copying or command-line tools like grep for extraction, followed by manual copying for further processing. However, Python provides...
by Raghunathan Ramakrishnan | Jan 5, 2024 | CodeManagement, GitHub, ProgrammerLife
GitHub is a web-based platform that enables users to manage and collaborate on code repositories. Today, we will talk about using GitHub and how to get started. Let’s look at the following topics: Adding an SSH key to GitHub Configuring your Git username and email...
by Raghunathan Ramakrishnan | Jan 5, 2024 | Computers, Linux, ProgrammerLife
Ah, the struggle of stepping away from the computer for a quick coffee break, only to return to a disconnected terminal. If you are frustrated by re-ssh-ing, navigating to the right folder, and scouring through command history, then you should learn...