Rebuilding the blog (Vite, React, and Cloudflare Workers)
A few years ago I wrote about how I put the previous version of this site together: Next.js on the frontend, PocketBase on the backend, and Mantine for…
A few years ago I wrote about how I put the previous version of this site together: Next.js on the frontend, PocketBase on the backend, and Mantine for…
New year, new blog! After delaying the publication of my blog for a long time, I finally finished developing it using Next.js, PocketBase, and Mantine.…
In computer science, a first-class citizen is an entity that supports all operations available to other entities. Some of the available operations are: -…
A remote procedure call (RPC) is a mechanism of communication between two computational environments, where one can be identified as a client, while the…