Devops

Platform Engineering: Building Internal Developer Platforms (IDPs)
- Mohammad Abu Mattar
- DevOps , Platform Engineering , Internal Developer Platforms
- Published: 10 May, 2025
Ever feel like developers spend more time wrestling with infrastructure than actually writing code? In today's fast-moving world of software, that's a real problem. So, how do we help our teams focus
read more
The Real Talk on Microservices vs. Monoliths
- Mohammad Abu Mattar
- Software Architecture , Microservices , Monoliths , System Design
- Published: 03 May, 2025
The Tricky Side of Tiny Boxes: When Smaller Isn't Always Better So, microservices, right? They're all the rage in the software world these days. Everyone's buzzing about how they make things s
read more
Full-Stack Observability with OpenTelemetry: Getting a Clear View of Your Systems
- Mohammad Abu Mattar
- Observability , DevOps , OpenTelemetry , Monitoring
- Published: 19 Apr, 2025
Think about how complicated software can be these days. You've got all these different parts talking to each other – the stuff you see on the screen, the behind-the-scenes processing, the databases, a
read more
Navigating Growth: Building a Secure and Scalable AWS Environment with a Multi-Account Architecture and Control Tower
- Mohammad Abu Mattar
- Cloud Computing , AWS , DevOps , Cloud Security , Cloud Architecture
- Published: 13 Apr, 2025
The cloud journey often kicks off with a single AWS account – it feels simple and straightforward, especially when you're just starting out or have smaller teams. But as your cloud usage grows, that i
read more
Policy as Code with Open Policy Agent: A Technical and Governance Perspective
- Mohammad Abu Mattar
- DevOps , Security , Cloud Governance , Policy as Code
- Published: 08 Apr, 2025
Think about how much stuff modern organizations have running in the cloud these days. It's a lot, right? All those servers, applications, and connections can get pretty complicated to manage. Just cli
read more
Zero Trust Architecture in DevOps Pipelines: Secure Your CI/CD Workflows
- Mohammad Abu Mattar
- DevOps , Cloud Security , Zero Trust Architecture , CI/CD
- Published: 05 Apr, 2025
In today's rapidly evolving digital landscape, security is paramount—especially in DevOps environments where CI/CD pipelines and cloud infrastructure drive software delivery. One paradigm that’s resha
read more
10+ Secret Git Commands That Will Save Hours Every Week
- Mohammad Abu Mattar
- Git , Version Control , DevOps , Software Development , Productivity
- Published: 22 Feb, 2025
Introduction As a Software Engineer, DevOps Engineer, or GitHub user, you probably use Git daily. But are you making the most of it? Git is packed with powerful commands that can save
read more
Streamlining GitHub Organization Management with Terraform
- Mohammad Abu Mattar
- DevOps , Infrastructure as Code , GitHub , Automation , Terraform
- Published: 11 Jan, 2025
Managing a GitHub organization manually can become increasingly complex as teams grow and projects multiply. For DevOps and DevSecOps engineers, automation is key to maintaining consistency and re
read more
Deploying Infrastructure with Terraform in CI/CD Pipelines
- Mohammad Abu Mattar
- DevOps , Infrastructure as Code , CI/CD , Terraform , Cloud Automation
- Published: 22 Sep, 2024
In today’s fast-paced DevOps environments, Infrastructure as Code (IaC) has become a cornerstone for managing and scaling infrastructure efficiently. Terraform, a leading open-source IaC tool, is
read more
Becoming an AWS Pro: A Deep Dive into Amazon Elastic Container Service
- Mohammad Abu Mattar
- AWS , Cloud Computing , DevOps , Containerization , ECS
- Published: 13 Oct, 2023
Introduction Are you a passionate AWS Cloud Engineer DevOps enthusiast, looking to sharpen your container orchestration skills and level up your cloud infrastructure management game? Amazon Elasti
read more
How to Run an Apache Web Server Using Docker on an AWS EC2 Instance
- Mohammad Abu Mattar
- AWS , EC2 , Docker , Apache , Web Server
- Published: 31 Oct, 2022
Introduction In this post, we will learn how to run an Apache web server using Docker on an AWS EC2 instance. We will use the following tools:AWS EC2 [Docker](
read more
How To Create A Custom VPC Using AWS CLI
- Mohammad Abu Mattar
- AWS , VPC , AWS CLI , Cloud Networking , Infrastructure as Code
- Published: 15 Oct, 2022
Introduction In the sample that follows, an IPv4 CIDR block, a public subnet, and a private subnet are all created using AWS CLI instructions. You can run an instance in the public subnet and conn
read more