One of the benefits of using Swift is its excellent performance and low memory footprint. This is a key point when doing backend programming.
Fully Reload Websites in Safari
One common challenge encountered during frontend development is the persistence of cached data in web browsers.
Deleting Duplicates Subdirectories and Content
The other day, I encountered an issue involving three directories, and two of them contained a subdirectory with the same name (target).
Containerize Haskell
Let’s continue our exploration of the wonders of local development with containers.
LeetCode – Two Sum II
Hey there! Today, let’s dive back into the world of LeetCode problems with Swift.
Programming inside a Developer Container
Hello devs,
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.
Balanced Parentheses in Strings
Today, I’d like to present a small algorithmic problem and some solutions I have come up with.
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.
Replacing Elements in a String
One of the most common problems we face when working with strings is modifying certain characters in the string.