This personal/blog website

I pursued learning how complex tasks are handled underneath by using as little frameworks as possible. As a tradeoff, there's much to improve in performance and security.
Check the Source Code
The frontend runs a SPA in pure HTML/CSS/Js through Stateful MVC Components. Routes are handled through history api. Backend runs in Node. The deploy was manually configured in a VPS using Nginx as a reverse proxy, which is fully documented in the blog

Frontend-API-Mysql POC

Frontend/Backend website, implemented through an API/ middleware/ dbConnector pattern for a simple library system.
Check the Source Code
Backend API implemented in Python's Flask manipulates and retrieve data from a MySQL database. Frontend implemented in pure HTML, CSS and Javascript allows creating, searching for and deleting books

Gitbook

e-book on Web Development available at uclsanca.gitbook.io
Check the Source Code
Managed the project, breaking syllabus in weekly delivers divided among team in a doing/wrote/reviewed system. Defined the sylbbus and wrote some of the Javascript chapters