Projects

Ferris Farm (work in progress) Link to heading

Ferris Farm is my first Rust project and is intended purely as a learning exercise. My goals are to rely as much as possible on the Rust standard library and to use AI only minimally. The idea is to build a small web server that can receive data from ESP32 devices and store it in a database. In addition, the server should provide a simple HTML-based GUI and be able to control actuators such as lamps.

GrowLyst (paused) Link to heading

GrowLyst is a platform that allows users to manage their plant grows. They can track everything from seed to storage and trying the produce. There also is an additional social media component that allows users to share their grow progress with others on the website. The goal is to address enthusiasts who like to show their results and display them in style. The premium tier allows users to gain deep insights into their grows via statistics, graphs and formulas that make recommendations and allow comparrision between different plants, even from other users. A mobile app is planned as well but the Webapp has higher priority. Please refer to my blog posts for further information about techniques I used and my experiences with GrowLyst.