I'm learning web development and building projects. I started about 6 months ago, beginning with databases, Linux, and AWS basics, then moving into building applications.
Most of my learning has been self-taught, though I'm also working towards an associate's degree in Programming & Development. Recently I've been focusing on adding React and TypeScript frontends to my backend projects.
Technologies I've been using.
Applications I've built.
Task management app I built to learn full-stack development. Worked through building a REST API, implementing authentication, setting up a database with migrations, adding caching, and deploying everything to AWS with Terraform. First time deploying a full application to production.
Real-time chat app I'm building to learn WebSockets. First time working with persistent connections instead of regular HTTP requests. Still figuring out how to manage multiple rooms and handle users disconnecting.