This Website was created in order to showcase past projects I have done as well as providing an opportunity to learn web development in the process. Throughout this journey, Have learned how to create multiple complex pages using HTML, style them using CSS and also use Javascript in order to make them interactive (For example, the temperature readings on the main page of this website). In addition, I learned about how to setup and host my own website. This meant navigating best security practices, setting up Node.js and learning concepts such as reverse proxies, load balancing, and Berkeley sockets. In order to integrate my temperature functionality seen on the main page of this website I also used Postman in order to create an API that the ESP32 microcontroller could send POST requests to in order to update the website's displayed temperature. In the future, I hope to continue increasing the functionality of this website to include databases, and other technologies such as Tailwind CSS and React.