I'm looking to build some projects on GitHub to showcase my AWS skills on my resume. I've only been working with AWS for about a month, but I'm really eager to learn. Could anyone share projects or real-life problems you've tackled using AWS?
5 Answers
I built a real-time multiplayer Wordle racer using AWS, and it was a blast! You can check it out [here](https://github.com/evanandrewrose/fivebysix). Just a heads up, the site is currently down since I need to update the API key, but you can still see the idea through the GIF in the repo.
A simple yet effective project is a link shortener using AWS. For the frontend, you can leverage S3 and CloudFront, while Lambda combined with DynamoDB can handle the backend. It’s an easy project to discuss during interviews, plus it fits nicely within the AWS free tier. Just remember to keep it private since link shorteners can be misused for phishing.
Consider a project that implements a frontend-backend deployment using ECS with a CI/CD pipeline set up through GitLab or GitHub. You can use shared runners to build Docker images, then evolve the setup to utilize the AWS Code series, including blue-green deployment strategies with EKS.
How about building a 3D dungeon run project? You could draw inspiration from various online sources to create a real-time experience where users can navigate through a dungeon-like environment. The idea would be to dynamically generate the surroundings instead of playing a pre-rendered video.
One interesting project idea is creating a comprehensive SaaS platform for healthcare. This would bring together various functionalities like electronic health records (EHR), appointment scheduling, telehealth, e-prescribing, lab results, patient portals, billing, and analytics into one central hub. It’s a bigger project, but it really showcases full-stack capabilities. Grab a few friends to collaborate on this one!
Related Questions
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically
[Centos] Delete All Files And Folders That Contain a String