• Home
  • Blog
  • About
  • Contact
  • 12 Apr, 2022
    • Aurelia
    • Short

Notes on event delegation and triggering

Two main bindings to handle click events exist in Aurelia - delegate and trigger. What are their key concepts and what is the difference between them? …

  • 06 Apr, 2022
    • Javascript
    • Design Patterns

Introduction to design patterns in JS

Design patterns are general reusable solutions to common problems in software design that software engineers face during software development. It …

  • 04 Apr, 2022
    • CSS
    • Performance
    • Animation

CSS animation performance I

Have you ever wondered why some animations are slow and others not? If the animation is not performing well, it can negatively impact the user …

  • 02 Apr, 2022
    • Javascript
    • Design Patterns

Design patterns in JS: Singleton

Singleton pattern is a creational design pattern that restricts the initialization of a class (or object in general) to single instance while …

  • 22 Dec, 2021
    • Javascript
    • Guide

Event capturing and bubbling in Javascript

Every event is a special object used in browsers to signal that something happened to a HTML element. And JavaScript can be used to react to that …

  • 2
  • 3
  • 4
  • 5
  • 6
  • About
  • Blog