Learning Projects

Browse posts by category

AI-Powered AWS Exam Preparation Platform

January 30, 2025

Study Amplify

Live Application: studyamplify.intelliumx.com

Study Amplify Interface

Overview

Study Amplify is an AI-powered exam preparation platform designed to help professionals cloud certifications through personalised learning experiences. Built on AWS serverless architecture with Amazon Bedrock integration, it transforms traditional study methods by generating customised practice questions, providing intelligent mock tests, and enabling comprehensive review tracking.

Background

The challenge of preparing for cloud certifications lies in finding relevant, up-to-date practice questions that match real exam scenarios. Traditional study materials often become outdated quickly, and generic question banks don’t adapt to individual learning needs.

AWS SQS Learning Platform

January 30, 2025

Serverless Cafe

Live Application: cafe.nobuops.com

Overview

The Cafe Order System is a serverless application specifically designed as a learning platform for understanding AWS SQS (Simple Queue Service) and system decoupling patterns. Built with simplicity and educational value in mind, it demonstrates how to effectively decouple system components using message queues while maintaining reliability and scalability.

Background

When learning about distributed systems and AWS services, I wanted to understand how to properly decouple system components using message queues. While there are many theoretical resources available, I needed a practical, hands-on example that would help me grasp the concepts through real implementation.