#development
Read more stories on Hashnode
Articles with this tag
As the professional sphere becomes increasingly complex, the need for efficient management of corporate knowledge grows ever more critical. A...
Manually copy-pasting the output of a terminal command with a mouse/trackpad feels tedious. It is more convenient to use commands to do so. And we can...
Have you felt particularly annoyed by the time it takes to clone a large repository, especially one with a huge commit history? This post will discuss...
VS Code has a nifty tool for doing search and replace using RegEx, which I prefer using whenever doing bulk updates. It has saved me quite a few times...
If you are here, then you are getting an “invalid active developer path” error on running commands in the terminal after a MacOS update. To be exact,...
One of the practices of clean code is to make it more readable. And a fairly common use case in code bases is conditionals. I recently came across a...