entangledDEV
  • Menu ▾
    • About
    • Algorithms
    • Glossary
    • Search
  • About
  • Algorithms
    • Show more ▾
      • Glossary
      • Search

Deleting Duplicates Subdirectories and Content

2023-12-22
#Shell Programming 

The other day, I encountered an issue involving three directories, and two of them contained a subdirectory with the same name (target).

Read more

Containerize Haskell

2023-12-21
#Haskell  #Docker  #Container  #VSCode  #Configuration 

Let’s continue our exploration of the wonders of local development with containers.

Read more

LeetCode – Two Sum II

2023-12-19
#LeetCode  #Algorithms  #Data Structures 

Hey there! Today, let’s dive back into the world of LeetCode problems with Swift.

Read more

Programming inside a Developer Container

2023-12-18
#Docker  #Container  #VSCode  #Configuration 

Hello devs,

Read more

Comparing Files in Vscode

2023-11-07
#Tips  #Visual Studio Code 

Today, I’d like to share a simple trick for comparing the states of files using both the terminal and VSCode.

Read more

Balanced Parentheses in Strings

2023-10-25
#Algorithms 

Today, I’d like to present a small algorithmic problem and some solutions I have come up with.

Read more

Working With Git Submodules

2023-10-25
#Git  #GitHub  #Configuration 

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.

Read more

Replacing Elements in a String

2023-10-09
#Swift  #regex 

One of the most common problems we face when working with strings is modifying certain characters in the string.

Read more

SwiftUI – Horizontal Pages Carousel

2023-09-27
#SwiftUI  #Components 

Horizontal page carousels are a common element in iOS interfaces for presenting pages in a horizontal, swipeable format.

Read more

Swift copy-on-write

2023-09-25
#Swift  #Fundamentals  #Theory 

To understand what copy-on-write means we need to delve into Swift’s type classification.

Read more
← Newer posts Older posts →
© 2025 Powered by Hugo :: Theme made by panr