Passmark Found a Bug Playwright Would Have MissedThe AI caught a bug my Playwright tests would have ignoredMay 4, 2026·9 min read
A Beginner's Guide to Docker Images: Layer Structure and CommandsIn this article, we’ll explore what a Docker image is, how its layered structure works, and the basic commands you need to manage images. Plus, we’ll walk you through creating an image from scratch. Welcome to Day 5 of our Simplified Docker Series! B...Oct 25, 2024·7 min read
How a Dockerfile Works? Write Your First Dockerfile Today!Today, we’ll be diving deep into Docker files exploring how they work, and breaking down the syntax step by step. By the end of this article, you’ll have a clear understanding of how to create and optimize a Basic Dockerfile for your applications. We...Oct 24, 2024·4 min read
Basic Docker Workflow: Build and Run Your First ContainerGet ready to explore Docker! In this article, we'll build a simple Docker image and run it from scratch. We'll cover key concepts like Docker files, images, and containers, equipping you with essential commands. Plus, don't miss the hands-on demo to ...Oct 23, 2024·6 min read
Setting Up Docker Locally or on a VM/EC2 with Just 2 CommandsInstalling Docker Made Easy Welcome back to Day 2 of our Docker journey! previously, we explored the world of containers and why Docker is revolutionising development. If you missed it, catch up here Day 1 – trust me, it’s worth it. Now that you unde...Oct 22, 2024·4 min read
Intro to Docker: Why Containerization Matters for DevelopersHave you ever felt the frustration of an app that works perfectly on your machine but falls flat when you try to run it elsewhere? You spend hours troubleshooting, only to find that the issue is due to differences in environments—mismatched dependen...Oct 21, 2024·9 min read
How I Automated My AWS Cleanup to Avoid Surprise Bills 🧹Stop AWS Billing Surprises! Learn to Clean Up Resources with a Simple Python Script—Perfect for Students and Beginners.Sep 27, 2024·6 min read