const hardware = { computers: [ { name: 'Macbook Air M2', desc: 'My secondary computer that i used to work outside.', tags: ['Laptop'] }, { name: 'Personal Computer (i5-10400F (10 Core), 16GB of RAM, RTX 3060, 512GB SSD, 3TB HDD)', desc: 'My main computer that i used to work at home.', tags: ['Desktop'] }, { name: 'Logitech MX Keys Mini', desc: 'My smol keeb, but still my favorite!', tags: ['Keyboard'] }, { name: 'Keychron K2', desc: "My first mechanical keyboard, i don't use it anymore but i still love it!", tags: ['Keyboard'] }, { name: 'Logitech MX Master 3S', desc: 'My favorite mouse, i use it for everything', tags: ['Mouse'] } ], monitors: [ { name: 'Xiaomi Mi Curved Gaming Monitor 34', desc: 'My main monitor, its a 34" 1440p 144hz monitor with 1500R curvature.', tags: ['Monitor'] }, { name: 'LG 22MK600', desc: 'My secondary monitor, its a 22" 1080p 75hz monitor. I used it as vertical monitor to read documentation and chat with my friends.', tags: ['Monitor'] } ], audio: [ { name: 'Steelseries Arctis 7', desc: 'Pretty awesome headphones. I used the Arctis 5 before, this is just a nice upgrade. No more cables. uh I forget the chat mix feature is awesome!', tags: ['Headphone'] }, { name: 'Redmi Buds 3 Pro', desc: 'I switch between my Buds and my Arctis 7. I used Buds more often when am outside or in my office. I love the noise cancelling support and you can connect 2 bluetooth sources at the same time.', tags: ['Earbuds'] } ] } const software = [ { name: 'NeoVim', 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: 'Tmux', desc: 'I use it to manage my terminal sessions.', tags: ['Terminal'] }, { name: 'Iterm2', desc: 'My terminal emulator.', tags: ['Terminal'] }, { name: 'Oh my zsh', desc: 'My shell, I use it with powerlevel10k theme.', tags: ['Terminal'] } ] const hosting = [ { name: 'Vercel', desc: "I use it to host my website, it's pretty awesome. I can deploy my website with just a git push.", tags: ['Hosting'] } ]
const hardware = { computers: [ { name: 'Macbook Air M2', desc: 'My secondary computer that i used to work outside.', tags: ['Laptop'] }, { name: 'Personal Computer (i5-10400F (10 Core), 16GB of RAM, RTX 3060, 512GB SSD, 3TB HDD)', desc: 'My main computer that i used to work at home.', tags: ['Desktop'] }, { name: 'Logitech MX Keys Mini', desc: 'My smol keeb, but still my favorite!', tags: ['Keyboard'] }, { name: 'Keychron K2', desc: "My first mechanical keyboard, i don't use it anymore but i still love it!", tags: ['Keyboard'] }, { name: 'Logitech MX Master 3S', desc: 'My favorite mouse, i use it for everything', tags: ['Mouse'] } ], monitors: [ { name: 'Xiaomi Mi Curved Gaming Monitor 34', desc: 'My main monitor, its a 34" 1440p 144hz monitor with 1500R curvature.', tags: ['Monitor'] }, { name: 'LG 22MK600', desc: 'My secondary monitor, its a 22" 1080p 75hz monitor. I used it as vertical monitor to read documentation and chat with my friends.', tags: ['Monitor'] } ], audio: [ { name: 'Steelseries Arctis 7', desc: 'Pretty awesome headphones. I used the Arctis 5 before, this is just a nice upgrade. No more cables. uh I forget the chat mix feature is awesome!', tags: ['Headphone'] }, { name: 'Redmi Buds 3 Pro', desc: 'I switch between my Buds and my Arctis 7. I used Buds more often when am outside or in my office. I love the noise cancelling support and you can connect 2 bluetooth sources at the same time.', tags: ['Earbuds'] } ] } const software = [ { name: 'NeoVim', 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: 'Tmux', desc: 'I use it to manage my terminal sessions.', tags: ['Terminal'] }, { name: 'Iterm2', desc: 'My terminal emulator.', tags: ['Terminal'] }, { name: 'Oh my zsh', desc: 'My shell, I use it with powerlevel10k theme.', tags: ['Terminal'] } ] const hosting = [ { name: 'Vercel', desc: "I use it to host my website, it's pretty awesome. I can deploy my website with just a git push.", tags: ['Hosting'] } ]