
Experience With Hugo
Building a personal site is never an easy task, although there are tools and frameworks available for web developers to aid in the building process. In this blog, I will share with you my Hugo development experience and the bits of knowledge I’ve gained when building my personal blogging site.

Javascript Capture Event
Events in javascript have been a great way to execute tasks based on different types of explicit or implicit action.
Events can be attached to an element using the addEventListener
method. There are cases where we attach the same type of event to a parent and its descendants. How do we determine the order of event handling? A useful parameter can be utilized to control such behavior.