Take a look at my most important projects of the last few years in software developement.
JavaScript
Urban Heat Model
MARCH 2025
Urban areas are known for their "heat island" effect, where cities tend to be warmer than their rural surroundings. To tackle this issue, I undertook a project as part of my matura examination to simulate surface temperatures in urban environments using computer modeling. This simulation can help us explore new methods of natural cooling for cities before implementing them in real life, potentially saving time and money.
The Objective
The goal of my project was to create a computer model capable of analyzing surface temperatures in urban areas. By doing this, we can identify areas that are most affected by heat and target them for cooling interventions without relying solely on costly and extensive measurements.
The Approach
I developed the simulation using JavaScript, incorporating key factors such as Solar Radiation, Evapotranspiration, Heat Diffusion, Heat Convection. Using this model, I simulated a test-scenario and generated heat maps. These simulated heat maps were then compared to actual measured heat maps of the same area.
Findings
The comparison revealed that my model could realistically depict the distribution of surface temperatures, considering the physical properties of various surfaces. While the specific temperature values from the simulation differed from the measured values, the model effectively provided a general overview of the heat distribution within urban settings.
Conclusion
Through this project, I was able to gain valuable insights into how computational models can support urban planning and environmental decision-making. The Urban Surface Heat Model demonstrates how technology can be used to visualize and better understand the complex interactions that drive surface temperature in cities. While there is still room for refinement and expansion, this project lays the foundation for further development in the simulation of urban climate effects. I'm proud to have built a tool that not only supports sustainability but also contributes to smarter and more efficient urban design.
PHPMySQL
TRack
MAY 2025
TRack is a lightweight inventory management system built in PHP. It helps organize objects stored on shelves, which in turn belong to racks — reflecting the structure of real-world storage systems.
Want to learn more about the project or even try it out yourself? Go visit my GitHub Repo TRack.