5 Projects you should do to improve your Resume.
Today I am going to talk about the projects I will be working on and why I will be doing them. I finished my Flatiron school around a month ago after I continued doing some courses on Udemy while searching for jobs.
Now, I don’t regret doing this, but I think my next step is building some projects to add to my CV and these are some examples that people online have recommended me to improve my knowledge as a programmer and to improve my CV at the same time.

1. Blog
This is a classic exercise from the early days of the web. Serve pages out of a database based on the URL.
- Skills: Database, HTTP server, HTML
- Expansion: User login, frontend editing, build an API, search, link analysis
2. Weather App
Use any weather API to show the weather around you.
- Skills: API access
- Expansion: User can interact with weather over time, notify you of bad weather
3. TODO App
The classic app keeps track of a list of items and their status.
- Skills: UI work
- Expansion: Backend (API design), database, social sharing, real-time collaboration
4. Food log
Keep track of everything you eat with a simple submission form.
- Skills: Database
- Expansion: Show trends, search, filter by date, database of known foods, calorie counting
5. Google Map
Make a website that shows places on a Google Map.
- Skills: JavaScript interop
- Expansion: UI to add/remove places, database for saving places
Conclusion
These are 5 projects that I think I will be working on from now on, they may be simple or not, but I am sure that they will teach me at least something new. There are always ways to improve the projects so make sure you add anything you think may suit the project. If you have any other idea make sure to leave a comment and I will be reading them.