How to Create Databases Using Docker

The other day, I needed to set up a PostgreSQL database, and after considering various solutions, I decided to use Docker. In this tutorial, I'll share the solution that worked for my problem.

LeetCode – Two Sum

Let's continue working with more LeetCode problems, this time focusing on an easy one.

LeetCode – Contains Duplicates

Hello everyone, in this post I want to explore a solution to the Contains Duplicates LeetCode problem using Swift. Most solutions use Python and I think it would be a good idea to try to use Swift to...