HVHenrik VTinblog.henrikvt.com·Mar 18, 2024 · 6 min readBuilding a sub-$200 4TB NASRecently, I finished putting together my first NAS. A lot of the inspiration for this build came from Serve The Home, Jeff Geerling, & Hardware Haven. As the title says, I managed to get everything I need for less than $200 (pricing breakdown at the ...00
HVHenrik VTinblog.henrikvt.com·Dec 26, 2022 · 10 min readHow to set up an xRC game server on Ubuntu v20+What is xRC? You're probably familiar with what it is if you're here, but for those who are unaware: xRC is a simulator for FIRST Robotics Competition, FIRST Tech Challenge, and Vex Robotics Competition games. To play multiplayer remotely, you must u...00
HVHenrik VTinblog.henrikvt.com·May 23, 2022 · 4 min readUse NextAuth to authenticate API requestsNextAuth is a great way to authenticate users for your Next.js app. However, Next.js API Routes are not a good substitute for a full backend framework. In this article, we'll address all the setup required to use NextAuth's cookies to authenticate ag...00
HVHenrik VTinblog.henrikvt.com·Mar 9, 2022 · 3 min readDeploying Prisma Migrations via Github ActionsDo you use Prisma? Do you want to engage in proper practices? Well here's a post for you! In this post, we will discuss how to automatically deploy Prisma migrations with Github Actions. Why would this be necessary? Generally speaking, it's not a g...01P
HVHenrik VTinblog.henrikvt.com·Dec 9, 2021 · 3 min readMy List of VSCode Extensions.Like millions of other developers, I use VSCode. It's not particularly remarkable, but I decided to make a personal list of my favorite extensions. Many of these are plenty well known in the community, but when I started, it look me some time to find...00