Ridma Chathuthedataanalyst.hashnode.dev·Dec 13, 2024Life as an ObserverGrowing up in Sri Lanka, I’ve always been fascinated by the patterns in people’s lives. There’s a certain rhythm, almost like a template that many seem to follow—a textbook life. But as an observer, I can’t help but wonder: are we truly living, or ar...30 readsLife lessons
Saiful Alamblog.msar.me·Nov 22, 2023Laravel model observerLaravel Observers are listeners for a model it's a listen-to event method like create, update and delete. It can be used to modify the model or to modify any other models that are related to the model being saved or deleted, sometimes it can be used ...406 readsLaravelLaravel
David Jajadaiveedjay.hashnode.dev·Nov 16, 2022FeaturedImplementing image lazy loading to improve website performance using JavaScriptYou know that feeling of logging into a website but having to wait an extra few seconds before you can efficiently navigate the page because the images haven't loaded completely? Annoying, right? 😅 Well, this situation typically occurs based on one ...103 likes·1.8K readsJavaScript
Sunny Singh98sunny.hashnode.dev·Jul 28, 2022Notes on RxJs- IntroductionRxJs- Recative Extension For Javascript. Reactive Extension comes from Reactive Programming. What is Reactive programming? As the name suggest, we react when something happens. It is based on the Asynchronous programming paradigm. in simple words, w...165 readsRxJS