2026-04-28/1 min read
Why I Started Learning Backend Development
My journey from frontend development into backend engineering.
I originally started with frontend development using React and JavaScript.
Over time, I became interested in how systems work behind the scenes.
Things That Interested Me
- Databases
- APIs
- Authentication
- Scalability
- Performance
Challenges I Faced
Learning backend development was not easy.
Some difficult topics included:
- Async programming
- Event loop
- SQL joins
- Transactions
- Redis
My Current Stack
- Node.js
- NestJS
- PostgreSQL
- Redis
- RabbitMQ
Advice for Beginners
Consistency matters more than intensity.
Even 2 focused hours daily can create huge progress over time.
Conclusion
Backend development changed the way I think about software architecture.