fernando@araozu.dev
Front-End, soon to be Back-End developer from Per煤 馃嚨馃嚜
What I've done over the years
↓
At my university, the schedule is a mess. We would be given images with the schedule for all the courses, and we would have to manually search & match the courses we wanted to take.
So I made a website where you could see which courses overlap, their professors, and the classrooms they were in, in a interactive table.
I made the page completely in vanilla JS, all elements & animations were created dynamically using DOM primitives. It was deployed on a free hosting service.
Between 2017 & 2019 I became interested in fansubbing anime. I made a website where you could download subtitles for anime.
The website was first made in PHP, although most of the pages were static. At the time I didn't know about databases, so I made my own file based database, with a custom format in PHP. Unfortunately I lost the code for this version.
I later remade the website in VueJS and Express. I also learned about databases and used MySQL.
I also learned about domain names, A/AAAA/CNAME records, shared hosting & integrating with external services like analytics & disqus.
A simple system for a fictional hostel, made for my university's web development course.
Here I learned more about Java, JSP, Servlets, JDBC, Git, Tomcat, and deploying to the cloud.