Posts
Understanding Docker Networking
Docker network types: bridge, host, none. How containers find each other and expose ports.
0 views♥ 0 likesLinux Commands Every Developer Should Know
Essential Linux terminal commands for developers: files, processes, text, and permissions.
0 views♥ 0 likesCI/CD with GitHub Actions
Automate build, test, and deploy with GitHub Actions: workflows, jobs, steps, and a simple Node.js example.
0 views♥ 0 likesGetting Started with Terraform
Infrastructure as Code with Terraform: providers, resources, state, and a simple AWS or local example.
0 views♥ 0 likesIntroduction to Kubernetes
What is Kubernetes, why use it, and core concepts: pods, deployments, services, and kubectl basics.
1 views♥ 0 likesBeginner Guide for Docker Compose
Learn Docker Compose basics: define multi-container apps in YAML, run them with one command, and manage services and volumes.
0 views♥ 0 likesWhat is eBPF?
Introduction to eBPF (extended Berkeley Packet Filter): in-kernel programmable observability, networking, and security on Linux.
0 views♥ 0 likesHow to Install Jenkins in Ubuntu 24.04
Install Jenkins CI/CD server on Ubuntu 24.04 using the official package repository. Includes Java setup and first-run setup.
0 views♥ 0 likesHow to Run SonarQube Container in Ubuntu
Run SonarQube in Docker on Ubuntu for code quality and security analysis. Includes PostgreSQL and basic configuration.
0 views♥ 0 likesHow to Install Docker on Ubuntu 24.04
Step-by-step guide to install Docker Engine and Docker Compose on Ubuntu 24.04 LTS using the official repository.
0 views♥ 0 likesNext.js with PostgreSQL – Getting Started
Run a Next.js app with PostgreSQL and Prisma locally using Docker. Covers environment setup, migrations, seeding, and running the dev server.
0 views♥ 0 likes