Mqd

var hardwares = []Hardware{
    {
        Name: "Macbook Pro M1",
        Description: "My secondary device that i used to work outside",
    },
    {
        Name: "Personal Computer (i9-10850K (20 Core), 64GB of RAM, 1TB SSD, GTX 1060TI)",
        Description: "My main computer that i used to work at home",
    },
    {
        Name: "Logitech G403",
        Description: "My cat really hate this, because this is mouse that i used everyday",
    },
    {
        Name: "Rover 84 Lightyear Edition",
        Description: "My primary keyboard that i loved so much more than anything",
    },
    {
        Name: "Logitech G733",
        Description: "Thing that i used to hear peoples yapping",
    },
    {
        Name: "LG 24MP60G-B (2 Pcs)",
        Description: "I watch this thing everyday",
    },
}
 
var softwares = []Software{
    {
        Name: "Jetbrains",
        Description: "The best IDE and developer tools (but it's so expensive, i hate you)",
    },
    {
        Name: "NeoVim",
        Description: "Alternative when my jetbrains expired XD",
    },
}