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.
SwiftUI – Horizontal Pages Carousel
Horizontal page carousels are a common element in iOS interfaces for presenting pages in a horizontal, swipeable format.
Swift copy-on-write
To understand what copy-on-write means we need to delve into Swift’s type classification.