codecryrepeat.hashnode.devEasy real-time notifications with Supabase RealtimeReal-time notifications is almost an essential part of any application these days. You want your users to be aware of what's happening, allow them to interact with one another or at the very minimum, allow yourself for a unidirectional communication ...Aug 6, 2024·10 min read
codecryrepeat.hashnode.devBuilding Reactive CLIs with Ink - React CLI libraryAs I said in the previous article about building CLIs: I'm in love with CLIs. But, I'm also in love with React, somehow it just clicks with me and even though it has received a lot of hate lately (if you haven't noticed it - you're not on Twitter X...Oct 31, 2023·12 min read
codecryrepeat.hashnode.devLearn Next.js Server Side Rendering by building your own implementationIf you're here, most probably you have issues understanding how Server Side Rendering (SSR) works in meta frameworks like Next.js. I had them too and this is why I decided that I want to learn how they work under the hood and the best thing to do it ...Aug 19, 2023·18 min read
codecryrepeat.hashnode.devLearn how to create a beautiful CLI application with the oclif and @clack/promptsI'm in love with CLIs. I never thought I would say that, but developing CLIs is super fun, especially if you use the right tools for the job. In this article, I would like to spread some love about the tools that I use and teach you how to build CLIs...May 16, 2023·13 min read
codecryrepeat.hashnode.devA Step-by-Step Guide to Deploying Vue Storefront Application on the DigitalOcean App PlatformBuilding an application is a complex process, however, this is only half of the work that has to be done. Once the application is built, it must be deployed, so that the world can visit your new online shop. This is a critical step and, in this artic...Feb 24, 2023·4 min read