Blog
The reuasable Open in New Window javascript snippet
As modern web development moves towards a more streamlined, dependency-free approach, it's important to revisit some of the common functionalities implemented in the earlier days with libraries like jQuery.
Blog
Drupal Behaviors: A How-To Guide to Javascript
Writing JavaScript code in Drupal can be challenging because of the way Drupal handles JavaScript. Drupal has a concept called "Drupal behaviors" that can help you write better JavaScript code that works consistently across your site.
Blog
How does npm packages versioning work with caret and tilde
Something that can be interesting: how versioning for npm packages works?