Ameen Aladeblog.ameenalade.dev路Aug 3, 2024Web Components: The Secret Weapon You're Not Using (Yet)Hey there, fellow code wrangler 馃憢馃徑. Remember the last time you had to rebuild that same dropdown menu for the umpteenth time? Or when your carefully crafted CSS got steamrolled by some rogue styles from who-knows-where? If you're nodding along, it'...12 likes路54 readsCross-Framework Compability
Patrick Waltherr3ddox.hashnode.dev路May 26, 20245 things I learned building Web ComponentsOver the past few years, I鈥檝e had the opportunity to develop two distinct web component libraries for different clients. Throughout this journey, I discovered that adhering to a set of fundamental principles when creating new components helped me cir...1 like路99 readsWeb Development
beeplacedbeeplaced.hashnode.dev路Jan 23, 2024Building a Fusion ArchThis project aims to bring together everything I've tried and tested over the last few years. You can always check my progress on Github. For now, I want to focus on the technology, and later I will go much deeper into use cases, personas, pain point...6 likescoding
Thomas Portelangeblog.lekoala.be路Nov 24, 2023Toasts notification with a popLet's take this article about toaster and this article about custom elements and merge them together to create a new article about toast notification as custom elements. I recently published pop-notify a custom element that is framework agnostic, ful...196 readstoast notifications
Thomas Portelangeblog.lekoala.be路Apr 20, 2023Many ways to deal with events in javascriptDo you remember the time where you discovered document.ready ? I do, it seemed like magic: run the code once your html is loaded. Then, you initialise your jQuery plugins, and you are good to go... But recently, I've built a SPA (to be more precise, ...235 readsjs