crackedchefs.devferanmi.xyzÌrísí - A React Library for Building Product Videos in JSXA few months ago, I needed to create a product demo video for something I was building. Nothing fancy, just a clean walkthrough showing the feature, how it works, what it looks like in action. I did w1d ago·5 min read
crackedchefs.devferanmi.xyzHow I Built "Wordshot" a Word Game That Scales to 10 Million Words (And the Architecture Decisions That Made It Possible)Most word games have a few thousand words. I collected 10.2 million. What started as "let me scrape some names" turned into a three-week hardwork that forced every architectural decision I made afterward. This is the story of building WordShot, a rea...Dec 31, 2025·18 min read
crackedchefs.devferanmi.xyzMaybe You Only Need Vanilla JavaScript: Challenging the Framework-First MindsetHave you ever reached for create-react-app to build a simple counter? Or spun up Next.js for a page with three buttons? If you're nodding your head, you're not alone. Somewhere between 2015 and now, we collectively decided that frameworks aren't just...Nov 3, 2025·21 min read
crackedchefs.devferanmi.xyzBuilding a Reusable AI SDKRecently, I’ve found myself building AI enabled applications, like the AI content optimization platform “https://buffbyteai.xyz/” and a Anaemia detection using computer models https://nailtechapp.netlify.app/, some of my major problems is managing th...Sep 14, 2025·4 min read
crackedchefs.devferanmi.xyzJavaScript Temporal Dead Zone and Variable DeclarationsPart 3 of the JavaScript Deep Dive Series In our previous article, we learned that JavaScript has a compilation phase where it scans through your code and sets up variable declarations. But not all variable declarations behave the same way during thi...Feb 6, 2025·4 min read