PinnedPrevent Memory Leaks in Angular ObservablesMemory Leaks are caused by not unsubscribing observable in Angular ComponentsDec 27, 2021Dec 27, 2021
PinnedPerformance Improvement by Lazy LoadingI have seen many enterprise Angular applications where the size of main.js was more than 20 MB and response time was so long that we would…Feb 24, 2022Feb 24, 2022
PinnedPractical Problems and Solutions in AngularThere is no relation in above quote and content, except this is my inspiration.Feb 17, 2022Feb 17, 2022
PinnedDifference Between Subject and BehaviorSubjectMany fail to explain the Difference between Subject and BehaviorSubject when asked in interviews.Mar 2, 2022Mar 2, 2022
PinnedStrategy Design Pattern in AngularImplementing Strategy Pattern in Angular is easy when we have good basicsFeb 1, 20224Feb 1, 20224
Published inLevel Up CodingOptimization -State Management in AngularI came across one very simple but unmaintainable use case during the work which I guess still is a conundrum for me but I’ll put my best to…3d ago3d ago
Optimization-RxJS code in Angular Part 5Another classic problem we face in Angular is to handle dialogs in reactive context. The problem statement is self explanatory in the belowSep 30Sep 30
Optimization-Writing APIs in Angular Part 3Again, How academic and real-world cases can be radically different. We’ll understand it by very simple example of “Consuming an API in…Sep 16Sep 16