I am a software engineer with up to 4 years of professional experience in the web development space using Node JS, AWS Services, React, Next JS, GraphQL, PostgresQL, Docker and more.
Recently I built Pully, a scalable open-source realtime messaging infrastructure that can be used to provide in-transit messaging for applications and Webplug, a webhooks as a service infrastructure that can be used to manage webhooks for users of a service.
You can also find me levelling up on my system design ⚙️ skills by studying existing systems or learning the guitar 🎸 while I'm off work.
PS: I also love to read.
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 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.