How I Prepared for the AWS Certified AI Practitioner (AIF-C01) Exam

How I Prepared for the AWS Certified AI Practitioner (AIF-C01) Exam TL;DR I prepared for AIF-C01 by studying the five exam domains in order, making sure I understood the concepts behind AI and generative AI, and then mapping those concepts to the AWS services and practical business scenarios that actually show up in the exam. I started preparing for the AWS Certified AI Practitioner exam with a clear goal: understand how AI systems are designed, deployed, and governed in real AWS environments. I wanted to go beyond buzzwords and focus on the parts that matter in the exam and in real projects. ...

August 30, 2026 · Nabil Noh

Building the Future: Why BuildKit Replaces Kaniko in Modern CI/CD

Building the Future: Why BuildKit Replaces Kaniko in Modern CI/CD TL;DR Kaniko is officially archived and no longer maintained, while BuildKit has become the standard for container image building, offering superior performance (up to 3x faster), native multi-architecture support, better security, and advanced caching. This guide provides practical examples to help you make the transition today. In the fast-paced world of containerization, staying ahead means embracing tools that deliver speed, security, and efficiency. For years, many relied on Kaniko for building Docker images, especially in daemonless environments like Kubernetes. However, the tide has turned. Kaniko is now officially archived and no longer a maintained project. This means it’s time to transition to the modern, highly performant, and feature-rich builder that is now the default choice: BuildKit. ...

June 5, 2025 · Nabil Noh

How to Set Up VS Code Copilot Custom Instructions

How to Set Up VS Code Copilot Custom Instructions Why Use Custom Instructions? Custom instructions help you automate, standardize, and supercharge your workflow—whether you’re writing commit messages, documentation, or onboarding new team members. Why Use Custom Instructions? Consistency: Ensure everyone follows the same standards for commits, docs, and more. Productivity: Automate repetitive tasks and reduce manual errors. AI Readiness: Make your workflow friendly for Copilot, ChatGPT, and other AI tools. Personalization: Tailor Copilot’s suggestions to your coding style and team practices. Quick Start ...

May 25, 2025 · Nabil Noh