The realm of web development is teeming with choices, each technology vying for developers' attention. On one hand, powerful libraries like …
Exploring The Aurelia 2 Task Queue
The Aurelia 2 Task Queue is a robust scheduler designed to address various challenges associated with timing issues, memory leaks, race …
Getting To Know Lambda Expressions in Aurelia 2
In Aurelia 2, lambda expressions bring a breath of fresh air to templating by enabling developers to write concise and expressive code …
A Review of The Akai MPC Live 2
As someone who's spent countless hours behind the glow of my computer screen, weaving retro-futuristic textures and creating beats on FL …
Harnessing the Power of Effect-Based Observation in Aurelia 2
In modern web development, managing reactivity—how parts of an application respond to changes in data—is paramount. Aurelia 2, a robust …
Working with enhance in Aurelia 2: A Comprehensive Guide
Aurelia 2, a modern front-end JavaScript framework, introduces a powerful feature called enhance that allows developers to breathe life into …
12 Playwright Tips and Tricks
Playwright is exceptional for end-to-end testing. It can do so much, from interacting with forms to mocking server requests and a heap of …
Embracing Web Components
I have been working with the web for a long time now. And like every other developer, I use frameworks and libraries to build most of my web …
Extending Aurelia 2’s Attribute Mapper for Custom Web Components
Custom web components have revolutionised web development by enabling encapsulation, reusability, and dynamic functionality. Combined with …