RRoshaninmroshan.hashnode.dev·5h ago · 4 min readUnderstanding Dart: Part 1 – Getting StartedSeries: Understanding Dart: A Complete Beginner's Guide Welcome to the first article in the Understanding Dart series! The goal of this series is simple: to help you understand Dart from the ground u00
RRoshaninmroshan.hashnode.dev·Dec 15, 2024 · 3 min readMy Page Was Fine... Until That Font Took a Trip to NowhereIntroduction Recently, while working on a system with legacy code, I encountered a mysterious issue: a page that previously loaded quickly was now taking over a minute to load, with no errors visible in the browser console. After some investigation, ...00
RRoshaninmroshan.hashnode.dev·Dec 6, 2024 · 6 min readStoring Prices in Your Database: The Right Way to Avoid Costly MistakesWhen building an e-commerce platform, a financial application, or any system that handles monetary transactions, one of the most critical components is how you store and calculate prices. Choosing the wrong data type for prices can lead to subtle yet...00