syedameenabrar.hashnode.dev3 Things I Wish I Knew Earlier in Angular 🚀After 3 years of working with Angular, I’ve made my fair share of mistakes. Looking back, here are three things I wish I had learned sooner: 🔹 Use RxJS properly – Not everything needs a subscribe(). Leveraging async pipes and flattening operators li...Feb 18, 2025·1 min read
syedameenabrar.hashnode.devAdding Debounce to Search Bar in Ionic: A Step-by-Step GuideIntroduction: In Ionic applications, implementing a search functionality is a common requirement. However, performing a search operation with every keystroke can be resource-intensive and may lead to performance issues, especially in large datasets. ...Jul 30, 2024·2 min read
syedameenabrar.hashnode.devExploring the New Features in Angular 18Angular 18 has introduced a range of exciting new features and enhancements designed to improve the framework's performance, flexibility, and developer experience. In this blog post, we'll delve into these new features with detailed descriptions and ...Jul 29, 2024·5 min read