What are some AWS project ideas for a full stack developer?

0
0
Asked By CodingWanderer92 On

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

Answered By WordleWarrior On

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.

Answered By LinkMaster89 On

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.

Answered By DevOpsDreamer On

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.

Answered By DungeonDesigner On

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.

Answered By TechExploration1 On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.