All writing
4 min readMedium
How to Install Docker on Ubuntu: A Developer Guide
If you prefer a hands-on approach, this guide will walk you through manually installing Docker on Ubuntu 26.04 LTS. Let’s skip the jargon and get straight to the setup. Phase 1: The…

The full article is published on Medium, where it is kept up to date and where the comments live.
More writing
4 min read
Building a Data Lake on AWS with Databricks
A Comprehensive Guide to Efficient Data Management and Processing Using Cloud Technologies This article will guide you through setting up a data lake on AWS and using Apache Spark to load…
- #aws
- #spark
- #data-engineering
- #databricks
3 min read
SQL vs NoSQL: Choosing the Right Database for Your Application
Databases are the backbone of modern applications, and choosing the right type can significantly impact the performance, scalability, and maintainability of your software. The two primary…
- #nosql
- #database
- #sql
- #mongodb