Feb 1 · 4 min read · Passwords were never designed to scale with the modern web — and Progressive Web Apps inherit all of their weaknesses while adding new constraints of their own. This series explores how modern PWAs can move beyond passwords using FIDO-powered biometr...
Join discussion
Jan 27 · 7 min read · Building a message sharing platform may sound simple at first glance. After all, you display text, allow users to browse messages, and maybe share them. But once you look closer, you realize that a well-engineered platform needs much more: scalabilit...
Join discussion
Jan 21 · 7 min read · A few years ago, some very smart developers on my team solved a problem Angular hadn't addressed yet: how do you handle async state cleanly across an enterprise application? Their answer was elegant. A ResponseService that wraps any observable into a...
Join discussion
Jan 18 · 5 min read · Building a web application is rarely just about code. The most memorable projects are the ones where meaning meets engineering. An Esmaül Hüsna web application is exactly that kind of project: deeply meaningful content combined with modern frontend a...
Join discussion
Jan 15 · 14 min read · Note: This article was originally published on Medium and is republished here for wider access and long-term reference. How a seemingly simple feature uncovered the true complexity of global time, and why even industry giants struggle to get it rig...
Join discussion
Dec 27, 2025 · 4 min read · Sharing data across multiple Lightning Web Components (LWC) can be tricky — especially when components are conditionally rendered with lwc:if. If you’ve worked with Salesforce LWCs, you know the frustration: passing data via @api properties or custom...
Join discussion
Aug 13, 2025 · 4 min read · Frontend development is evolving at a remarkable pace. From static HTML pages to highly interactive single-page applications (SPAs), each phase of its journey has been about enhancing speed, scalability, and user experience. Now, the latest shift is ...
Join discussion
Aug 5, 2025 · 4 min read · If you’ve ever tried to build a Tree Viewer in React, you know it’s like trying to herd cats with children. It starts innocent enough: a list of folders, maybe some nested files. Then someone says, “Can you make it expandable?“ Then: “We need to drag...
Join discussion
Jul 8, 2025 · 5 min read · Designing React Components You Won’t Regret Later Some components are smart.Some are dumb.Some do both and break up with you mid-render. This post is about writing React components that make sense — to both the browser and your future self at 2AM. He...
Join discussion