const hardware = {
computers: [
{
name: 'Dell Latitude E7470',
desc: 'My main computer that i used to work.',
tags: ['Laptop']
}
],
monitors: [
{
name: 'TUF Gaming VG249Q',
desc: 'My main monitor that i used at home, monitor features a 23.8-inch Full HD (1920 x 1080 pixels) IPS display panel with a refresh rate of 144Hz.',
tags: ['Monitor']
}
]
}
const software = [
{
name: 'VS Code',
desc: 'My main editor, I use it for everything. I use it for writing code, writing notes, writing this page, and even writing this list.',
tags: ['Editor']
},
{
name: 'Bash',
desc: 'I use it to manage my terminal sessions.',
tags: ['Terminal']
},
{
name: 'Oh My Posh',
desc: 'My shell, I use it with hul10.omp theme.',
tags: ['Prompt Theme']
}
]
const hosting = [
{
name: 'Vercel',
desc: "I use it to host my website, it's awesome. I can deploy my website with just a git push.",
tags: ['Hosting']
}
]
const hardware = {
computers: [
{
name: 'Dell Latitude E7470',
desc: 'My main computer that i used to work.',
tags: ['Laptop']
}
],
monitors: [
{
name: 'TUF Gaming VG249Q',
desc: 'My main monitor that i used at home, monitor features a 23.8-inch Full HD (1920 x 1080 pixels) IPS display panel with a refresh rate of 144Hz.',
tags: ['Monitor']
}
]
}
const software = [
{
name: 'VS Code',
desc: 'My main editor, I use it for everything. I use it for writing code, writing notes, writing this page, and even writing this list.',
tags: ['Editor']
},
{
name: 'Bash',
desc: 'I use it to manage my terminal sessions.',
tags: ['Terminal']
},
{
name: 'Oh My Posh',
desc: 'My shell, I use it with hul10.omp theme.',
tags: ['Prompt Theme']
}
]
const hosting = [
{
name: 'Vercel',
desc: "I use it to host my website, it's awesome. I can deploy my website with just a git push.",
tags: ['Hosting']
}
]