I was taught basically zero real-world API fundamentals. Is this normal?
Did anyone else who finished a bootcamp run into this exact brick wall and what resources actually helped you learn real API integration from scratch?
I recently finished a full stack web development bootcamp that cost me almost 18,000$ fully expecting to come out job-ready but now that I’m trying to build actual non-trivial projects and prep for technical interviews I’m realizing how massively glossed over API design and backend communication really were.
In our curriculum "learning APIs" consisted of one quick afternoon where the instructor had us copypaste a basic fetch() request to a free JSON endpoint. That was it. We spent weeks obsessing over frontend UI tweaks and basic state management but the second you ask us to interact with a secure backend or build robust endpoints ourselves we are is completely lost.
It feels like bootcamps prioritize fast and pretty portfolio projects to put on their marketing pages over teaching the actual mechanics of how real software talks to software.