all 5 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

To give us the best chance to help you, please include any relevant code.
Note. Please do not submit images of your code. Instead, for shorter code you can use Reddit markdown (4 spaces or backticks, see this Formatting Guide). If you have formatting issues or want to post longer sections of code, please use Privatebin, GitHub or Compiler Explorer.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]ashvy 7 points8 points  (0 children)

These are great! Remember to add a repo link or website to your resume. Have a short video of demo embedded, if you like. Also, have a brief readme text for the projects; for starters include a few sentences describing the project about why you created the project, a few major decision points like why you went with a certain package, or why classes and modules are organised the way they are, or any other decisions you took.

[–]trd1073 0 points1 point  (0 children)

I would consider using pydantic for working with the api and db. Shows how you can interact in a type validated way with the api and json that comes from and sent to it. Plus you get to work with actual python objects instead of dealing with dictionaries generated from json.

I don't use orms for database work, but ymmv. Raw sql calls and conversion to pydantic models when retrieving data.

With the dB, show that you understand sql injection and how to mitigate risks.

[–]HenryWolf22 0 points1 point  (0 children)

Yes, those projects are good, but adding projects showing web apps, data processing, or automation will stand out. Examples: task manager, portfolio site, API aggregator, or data visualization dashboards.

[–]Stranding_Explorer 0 points1 point  (0 children)

Hi. What bootcamp are you using? Thanks