IBIolu Bogdan Adrianiniolubogdan.hashnode.dev·Mar 18, 2025 · 6 min readWeb Data Interception: Building a Browser Extension for API MonitoringIn today's web applications, most of the interesting data flows through API calls. Whether you're debugging a complex web app, analyzing network traffic patterns, or simply curious about what data is being exchanged in the background, having the abil...02MC
IBIolu Bogdan Adrianiniolubogdan.hashnode.dev·Jun 3, 2024 · 3 min readHow to Fix bundle TypeScript files in ASP.NET CORE 8.0: A Step-by-Step GuideIntroduction This is a useful post if you want to start adding TypeScript files to your application and bundle them all into a single file. Understanding the Bug If you want to bundle multiple files into one file and you look at TypeScript document...00