Iianiniano10x.hashnode.dev·Jun 14 · 2 min readReverse ProxiesReverse proxies are server-side intermediaries that sit between clients and backend services. They integrate a collection of servers under a common entry point, to reduce the surface area of attack ve00
Iianiniano10x.hashnode.dev·May 14 · 2 min readConfigure WSL2 RAM and CPU for ZK-Proof GenerationThe Midnight proof server is a beast. It is essential for enabling shielded transactions and data protection. How? It takes private data, runs it through the smart contract logic, and outputs a mathem00
Iianiniano10x.hashnode.dev·May 14 · 2 min readCan a Potato Ship ZK Apps?TL; DR: yes, but with caveats. A potato is a computer that is outclassed by modern requirements but is still in service. Generating ZK proofs is computationally intensive. On a potato, the fans will00
Iianiniano10x.hashnode.dev·Apr 24 · 2 min readRunning Logos Basecamp on WSL2Logos Basecamp is a desktop application that bundles everything you need to interact with the Logos network, i.e. the kernel and core modules like a node (Nomos), messaging (Waku), and storage (Codex)00
Iianiniano10x.hashnode.dev·Jan 18 · 2 min readHow to Migrate from Webpack to TurbopackWebpack and Turbopack are bundlers. A bundler is a tool that optimizes the browser’s performance by reducing the number of HTTP requests it makes. To make this possible, the bundler takes files in a web app and combines them into bundles. Since Nex...00