9/23/2025plvo.dev
Building tools and exploring new technologies. I'm into AI and blockchain, where I enjoy experimenting and creating useful projects. I also build open-source tools that make developers’ lives easier.
If you have a project in mind or need a developer, feel free to reach out! I'm always open to new opportunities and collaborations. plvoo@proton.me
Projects
- ~ dotsx, A CLI tool to sync and manage your dotfiles across all your machines.
- ~ shuip, a collection of components and blocks for your Next.js project, built with shadcn/ui
- ~ raliz, A raffle dApp MVP for a hackathon organized by Chiliz Blockchain
- ~ discord-starter, A starter template for a Discord bot using Bun, with built-in support for both slash and prefix commands
Blog
Time on JavaScriptHandling time in JavaScript is trickier than it looks. If you’ve ever struggled with time zones, inconsistent formats, or unexpected bugs in production, this article is for you
Next.js SSR and CSR
9/22/2025CSR and SSR are two different ways to render pages in Next.js.