David Ajayi 👋🏿

Projects

This is a list of some interesting projects I have built recently or a while back.

For projects in view, please click this link

Webplug

Webplug is a webhooks as a service infrastructure that allows you to manage webhooks for users of your application. You can view how many times a message was retried, manually resend a message or which endpoints are failing. The infrastructure is deployable to AWS using the webplugcli app.

Stack: AWS Lambda, AWS Simple Notification Service, PostgreSQL, Cloudwatch Logs, oclif, shadcn/ui, tailwind. Deployed using AWS CDK.

Pully

Pully is a realtime messaging infrastructure that developers can use to manage their applications realtime needs. It also provides you middleware functions (lambdas) that allow you to intercept messages before they are published to the subscribers so you can perform business logic.

Stack: Node with TS, Lambda, Lambda Layers, S3, IAM, Docker, ECR, ECS Fargate, AWS SDK. Deployed using AWS CDK.

FeedPipe

FeedPipe is a feedback tool that allows you to collect product feedback from your users directly in Slack, Jira and Notion and view insights from your FeedPipe dashboard.

Stack: Node JS, Lambda, S3, API Gateway, Apollo GraphQL, Next JS, Material UI. Deployed to AWS using Serverless.

Code Play

A web based coding environment built with React, ESBuild for bundling, Monaco Editor as the code editor (the same one used by VSCode).

Stack: React JS, Esbuild, Monaco editor.

Wordle Clone

This is a clone of the original wordle game. Built with React and Tailwind.

Stack: React JS, Tailwind.

Sorting Visualizer

This is a visual representiation of sorting algorithms. Bubble sort is currently implemented with the rest coming soon.

Stack: Vue JS, VueX, Tailwind.