k8syaml.hashnode.devUnderstanding YAML: Step-by-StepIf you have ever opened a Kubernetes configuration file and felt overwhelmed, you're not alone. Those YAML files can look intimidating at first glance. But here's the thing: YAML isn't something you need to memorize. You just need to understand how i...Jan 22·10 min read
blog.prepverse.xyzTurbocharge Monorepos with TurboRepo and DockerEver spent 20 minutes waiting for your monorepo to build in Docker, only to change one line of code and wait another 20 minutes? Yeah, we've all been there. Let's fix that. The Monorepo Reality Check Picture this: You're working on a fantastic monore...Oct 15, 2025·10 min read
blog.prepverse.xyzReact + TypeScript: Patterns for Scalable Frontend ArchitectureWhen building React applications that need to scale, the combination of TypeScript and thoughtful architectural patterns can make the difference between a codebase that's a pleasure to work with and one that becomes a maintenance nightmare. After wor...Jun 9, 2025·10 min read
blog.prepverse.xyzAutomating LinkedIn Job Searches with Puppeteer and RxJSTutorial on how to scrape job offers from LinkedIn using Puppeteer and RxJS Web scraping may seem like a simple task, but there are many challenges to overcome. In this blog, we will dive into how to scrape LinkedIn to extract job listings. To do th...Jun 9, 2025·14 min read
blog.prepverse.xyzHow to Build a Custom Hook in React with TypeScript (Step-by-Step Guide)When I first started working with React hooks, they seemed like magic. But after building dozens of custom hooks for various projects, I've come to see them as an essential tool in my React toolkit. Today, I want to share what I've learned about crea...Jun 9, 2025·11 min read