blog.skorpen.comInstall huggingface cli on Windows 11First you need to install python, by going to the official python page and download the installer for windows. When you have python ready, open your terminal app or the command line as administrator.Search for terminal or cmd in the search menu, righ...May 12, 2025·2 min read
blog.skorpen.comFind the best prices for image transformationsI have been researching image transformation solutions lately, as I was curious if Cloudinary was the best option for my side project. I’m still on the free plan for Cloudinary, and I have gotten some extra credits from them for retweeting and doing ...Nov 18, 2024·4 min read
blog.skorpen.comHow to capture errors and exceptions with SentryKeeping track of errors in production is essential to maintaining a healthy application. While console logs and error messages might help during development, you need a more robust solution for production environments. This is where Sentry comes in –...Oct 30, 2024·3 min read
blog.skorpen.comHow to create backend events with PostHogIt's important to keep track of events in your webapp so you can see what features are used and how they are used. While frontend event tracking is common, capturing backend events can provide deeper insights into your application's behavior, perform...Oct 30, 2024·4 min read
blog.skorpen.comFind and replace bad words and obscenities with ReactIf you allow your users to create content in your webapp, or if you make your own comment component, you would want to moderate the text that the user types in. In my side project I want the users to create products with descriptions, as well as user...Oct 11, 2024·1 min read