Leviantech

Docker for Beginners: Setting Up a Development Environment Using Docker Compose

As developers, we've all been there — excited to dive into a new project, only to spend hours (or days) wrestling with environment setup. Each project demands its own cocktail of dependencies, language versions, databases, and configuration quirks. Before you can even write a single line of code, you&

Docker for Beginners: Installing Docker

🐧 Installing Docker on Linux If you're on Linux, Docker can be installed using your distro’s package manager. Here’s how to do it on a Debian-based system like Ubuntu: sudo apt-get update sudo apt-get install docker-ce docker-ce-cli containerd.io Make sure your user is added to the

Hello World!

Hi everyone! 👋 Welcome to my blog! I’m Reyhan, and I just wanted to say a quick hello to all of you reading this. I’m excited (and a little nervous) to start this blogging journey. I’ll do my best to write and share everything I find interesting — whether

Leviantech © 2026