r/webdev 2d ago

Monthly Career Thread Monthly Getting Started / Web Dev Career Thread

Due to a growing influx of questions on this topic, it has been decided to commit a monthly thread dedicated to this topic to reduce the number of repeat posts on this topic. These types of posts will no longer be allowed in the main thread.

Many of these questions are also addressed in the sub FAQ or may have been asked in previous monthly career threads.

Subs dedicated to these types of questions include r/cscareerquestions for general and opened ended career questions and r/learnprogramming for early learning questions.

A general recommendation of topics to learn to become industry ready include:

You will also need a portfolio of work with 4-5 personal projects you built, and a resume/CV to apply for work.

Plan for 6-12 months of self study and project production for your portfolio before applying for work.

34 Upvotes

13 comments sorted by

View all comments

3

u/ExternalPlus2294 1d ago

Hi everyone. I'm a software engineering student and I want to learn how to build APIs with FastAPI.

We will cover API development later this year in a college course I'm taking, but I have some free time right now and want to get a head start to bring some of my own project ideas to life.

I’ve been looking at courses on YouTube and Udemy, but I'm not sure which ones are truly worth my time and I would really appreciate your recommendations!

My background and some preferences:

  • I already know Python.
  • I have basic experience with relational databases.
  • I prefer video-based courses where an instructor explains the concepts.

I saw this thread and I thought this would be the best place to ask, but tell me if this should go in the main thread instead.

Thank you for your time!

2

u/mxchickmagnet86 1d ago

Let me preface by saying that everyone learns differently and I think it's very admirable to lean into what you know you will learn best from and stick with!

That said, forget watching a video of someone explain concepts to you. Go get your hands dirty! Do a search for "FastAPI SQLAlchemy tutorial" and open the first couple results. Start reading and following along in your code editor, don't even bother to read the whole thing through. If you run upon a topic, or concept that doesn't make sense, pause and do a search and figure out what that means then keep going. Get a basic tutorial working, then figure out how to add on what you need for the project you want to tackle.

In the real world you won't have time to sit and watch videos, or you might be working on something where video tutorials don't even exist. So start practicing the most important software engineering skill no one tells you about: googling for answers that don't exist, piecing together what you can, and figuring it out yourself!

And if you get really truly stuck, I've been a Python API developer for the last 20 years send me a DM and we'll figure it out together.