From Student to Real Projects: What I’m Learning Building Angular + Laravel Apps
Source: Dev.to
Why I’m Writing This
I’m a Computer Science student and a Junior Full Stack Developer, and I decided to start writing on dev.to to document what I’m learning while building real‑world applications—not tutorials copied from docs.
If you’re studying computer science, starting your dev career, or juggling university with real projects, this is for you.
Current Tech Stack
- Angular – standalone components, signals, guards, interceptors
- Laravel – REST APIs, authentication, roles & permissions
- Docker – local environments, multi‑service setups
- MySQL
- Git
I usually work on projects where the frontend and backend actually talk to each other, and that’s where things get interesting (and painful). The hardest problems rarely live in Angular or Laravel alone; they live in between:
- auth flows breaking between frontend & backend
- mismatched validation rules
- error handling that works… until it doesn’t
- CORS, tokens, headers, permissions
That’s where most of my learning happens.
Lessons Learned
I used to think:
“I’ll focus on features first, security later.”
Bad idea. Working on APIs taught me how easy it is to:
- expose too much data
- misconfigure auth
- trust the frontend too much
Now security is part of the design, not a patch.
Studying computer science while coding professionally gives you:
- deeper understanding of fundamentals
- better debugging skills
- more curiosity about why things work
I’m learning to connect:
- university concepts
- real production code
- practical trade‑offs
That connection is powerful.
What You’ll Find on This Blog
- Angular & Laravel lessons from real projects
- API design & security mistakes (and fixes)
- Docker & dev workflows that save time
- Computer science concepts explained like a student would want them explained
No guru vibes. Just honest learning.
Who This Is For
- a student learning web development
- a junior dev working on real apps
- someone who enjoys discussing architecture, security, or clean code
Feel free to comment or say hi 👋
Thanks for reading — this is just the beginning.