BetaBud Blog Articles
Using ASP.NET and AWS Lambda for Serverless Web APIAdam - 2024/06/04
Using Amazon.Lambda.AspNetCoreServer package to run a Dotnet Web API in an AWS Lambda
Securing a Dotnet Web API with AWS CognitoAdam - 2024/05/28
Using AWS Cognito to protect a Dotnet Web API using JWT
Using AWS Cognito as Auth for Next.js - Custom UIAdam - 2024/05/07
Using AWS Cognito and the AWS Amplify SDK as both authentication and authorisation for Next.js Pages router application
Creating the BlogAdam - 2024/04/23
Creating the blog for BetaBud. This blog will use Next.js app router, markdown, Material UI component library and Mermaid.
Creating NotificationsAdam - 2024/04/09
Creating the notifications for BetaBud events. These are triggered using DynamoDB Streams.
Structuring the DataAdam - 2024/04/02
Structuring your data for the initial MVP, BetaBud’s approach.
Initial Technical Architecture for a StartupAdam - 2024/03/26
Writing about the technical architecure for the startup - BetaBud. The article will give a holistic oversight into the design decisions made.
Gaining Startup FeedbackAdam - 2024/03/19
Gaining feedback as a startup is difficult, what approach should you take? Perhaps there's another option?