Tools & Tips Comparing Files in Vscode Today, I'd like to share a simple trick for comparing the states of files using both the terminal and VSCode.
Algorithms Balanced Parentheses in Strings Today, I'd like to present a small algorithmic problem and some solutions I have come up with.
Tools & Tips Working With Git Submodules The other day, I was working on a project that had a Git submodule. Initially, I found it a bit tricky to make it work, so I decided to create a short tutorial on this.
Apple Development Replacing Elements in a String One of the most common problems we face when working with strings is modifying certain characters in the string.