Implemented a chat tool (React) for app subscribers (home inspectors) to communicate with all related parties (buyers,sellers,brokers,agents) through the app. Tool used Twilio for SMS integration, AWS SNS to receive inbound messages from Twilio and socket.io to add internal middleware / business logic and push messages to client UI on open socket.
Built a single page application to streamline new subscriber onboarding to import existing data such as contacts, uploading static assets like logos and documents, and configuring 3rd party integrations such as payment processors. (React)
Containerized web application, moving app config/secrets out of code base, built docker-compose profiles for local development, Cloud Formation templates for AWS production, staging and CI environments. (Docker / Cloudformation)
Automated CI using CodeBuild and CodePipeline. Triggered by GitHub hooks, used CodeBuild to build docker images, build projects and dependencies, push tested images to a repository for future deployment into Elastic Container Service.