Tag: Frontend

Event bubbling for Dummies

August 20, 2023 · 1 min read
Event bubbling describes how Events bubble from child element to parent element through the DOM.

Async forEach

September 9, 2021 · 1 min read
Why forEach and async functions don't mix

What is Business Logic anyway?

April 28, 2021 · 3 min read
The term business logic is often used by developers when talking about software design and clean code. But understanding what it means can be confusing.
← Prev
Page 1 of 5
Next →