APAkash Palinblogs.akashpal.dev·May 17 · 2 min readHow I Added a Bot to My App Without Ever Touching the Code AgainWe built the side project. It was working. But something felt incomplete — users had questions, and there was no one to answer them at 2am. So we thought: let's add a bot. But before jumping in, we as00
APAkash Palinefficient-dom-mutation-handling.hashnode.dev·Dec 21, 2024 · 3 min readMutation Handling in AngularObjective: Handling dynamic changes in the DOM is a common challenge in web development, especially when dealing with third-party libraries or dynamic content updates. While Angular provides powerful tools for reactivity, there are cases where direct...00