Certifications

Certification
Full Stack Web Development Certification
Comprehensive full-stack development certification covering frontend (React, TypeScript), backend (Node.js, Express), databases, REST APIs, authentication, and deployment of production-ready applications.
What I actually learned
The training structured itself around building a real application rather than isolated exercises, which made a big difference. Working across the full stack on a single project — designing the database schema, building the API, wiring up the frontend, handling auth — forced me to think about how every layer affects the others. TypeScript across both client and server was a requirement, which initially felt like overhead but quickly became something I wouldn't want to give up. Catching type errors at compile time rather than runtime is worth the setup cost every time.
Topics covered
- React component architecture and state management
- Node.js and Express REST API design
- MongoDB schema design and query optimization
- JWT-based authentication and session management
- TypeScript for both frontend and backend
- Deployment pipelines with CI/CD and cloud hosting
Why it matters to my work
Full-stack capability means I can take a feature from idea to production without being blocked on waiting for someone else. I can make informed decisions about API design when building the frontend, and I understand frontend constraints when designing the backend. That end-to-end perspective is something I actively use on every project.
Skills from this certification
“Building full stack isn't about being mediocre at everything — it's about understanding the whole system well enough to make good decisions at every layer. This certification helped me develop that perspective.”