# Projects
module Projects
def self.all
[
{
title: "Rad",
description: "A modern Ruby package manager that makes dependency management fast and intuitive.",
tech: ["Swift", "CLI", "Package Manager"]
},
{
title: "Custom Keyboard Firmware",
description: "Proprietary firmware for custom-built mechanical keyboards with advanced key mapping capabilities.",
tech: ["C", "Hardware", "Firmware"]
},
{
title: "Weather Station Dashboard",
description: "A real-time weather monitoring system with custom visualizations and alerts.",
tech: ["Python", "IoT", "Data Visualization"]
},
{
title: "Home Automation Dashboard",
description: "A Raspberry Pi powered dashboard for home automation with custom UI and device controls.",
tech: ["JavaScript", "Node.js", "IoT"]
}
]
end
end