Articles

Welcome to my blog! Discover articles on software engineering, systems design and product management.

Mitigating Risk and Reducing Delays in AI and Software Development Projects

Oct 23, 2024

Strategies to mitigate risk and ensure timely delivery of AI and software development projects.

Micro Frontends Architecture: Benefits, Challenges, and Best Practices

Oct 22, 2024

Explore the benefits, challenges, and best practices of Micro Frontends Architecture, a growing trend in systems design that offers flexibility, scalability, and maintainability for complex web applications.

MDX Powered Blog Using App Router on Next.js

Oct 1, 2024

How I built an MDX powered blog using App Router with Next.js and Tailwind CSS.

Embracing Clean Code Principles

Apr 11, 2024

Learn practical tips for writing clear, maintainable code through examples and best practices. Elevate your software development journey with this guide to clean code principles.

Essential Tips for Effective AWS IAM Policy Management

Apr 9, 2024

IAM policies are JSON documents that define permissions for actions and resources in AWS. They are the backbone of access control, determining who can do what within your AWS account.