I'm a
I crafted this project to improve my skills in building responsive websites
Technologies used:-HTML,CSS,JS and Bootstrap
A simple puzzle game built on Pure basic Javascript having levels from easy to hard
Migrated an internal application’s web UI to AWS
• Setup AWS infrastructure (S3, CloudFront, Cognito) for UI, currently hosted on EC2 in 3 different regions.
• Created a new Lambda function with Python in AWS and integrated it with the API Gateway, migrating a call
from the Django backend hosted in the same EC2 instance.
• Configured the UI to use API Gateway for all API calls and eliminated use of the Django service.
Collaborated on enhancing the Angular Frontend by fixing any issues that were identified and optimizing the user experience.
As a team member on the company’s onboarding tool, I contributed to several critical tasks, including :-
• Implemented a download button in the UI and developed an API that efficiently sends the EZE template file upon clicking the button.
• Designed and created a new table to store export and delete progress details. Subsequently, I developed an API in the gateway service to fetch data from the new table, incorporated unit tests and component tests to ensure quality, and maintained a bug-free system.
• Developed an API in the gateway service to retrieve data from a different service, filtering the data based on UI-specified criteria, and returning the export and delete session details in JSON format. Also, I ensured the quality of the system by incorporating unit tests and component tests