obayuwanapaul.hashnode.devAWS Serverless: Getting StartedBefore Serverless: The EC2 Era EC2 (Elastic Compute Cloud) is one of the foundational services in AWS. It gives you a virtual server where you run applications on AWS infrastructure. You control the computing resources. You scale up and down with a b...Jan 26·12 min read
obayuwanapaul.hashnode.devMCP: extending your LLM without writing codeIn 2025, MCP was everywhere. The "MCPification" of services became a defining trend. But MCP can be a hard concept to grasp, especially for non-technical users. This article breaks down what MCP is and what problem it solves. The problem: LLMs have l...Jan 6·6 min read
obayuwanapaul.hashnode.devBuilding a Soccer Video Analysis App with SST, Next.js, Lambda, and API Gateway: The Power of Modern Serverless ArchitectureTable of Contents Introduction When to Choose SST Getting Started with SST Building Goal Whisper Goal Whisper Architecture Overview Implementation Deep Dive Development Experience Challenges Conclusion Introduction You can deploy a Next.js...Nov 2, 2025·6 min read
obayuwanapaul.hashnode.devHow to Deploy a static Website to AWS S3 and front it with DNS/CloudFrontThis step can be useful if you are doing the cloud resume challenge or have a React app or an HTML website to deploy. If it is a React project, remember to run npm build; after running, it is the file in the build folder you are deploying. Get your ...May 6, 2025·5 min read
obayuwanapaul.hashnode.devBeginner’s Guide to a Scalable and Highly Available 3-tier ApplicationIn this guide, I will walk you through designing a highly available and scalable architecture for deploying a 3-tier application on AWS. As we go further, we will also highlight some best practices. You will gain an understanding of basic AWS service...Oct 28, 2024·5 min read