Gulp + Nunjucks Automation: Modern Frontend Build WorkflowI’ve always loved clean, maintainable workflows — the kind where everything just works. But after years of trying modern bundlers, frameworks, and endless plugins, I kept coming back to Gulp — simple, flexible, and surprisingly future-proof. Especial...Oct 18, 2025·4 min read·12
Vanilla JavaScript - Hamburger Menu ButtonCreating a hamburger menu is a common task for modern web development, especially for responsive designs. In this tutorial, we'll walk through how to create a hamburger menu component using plain JavaScript, HTML, and SCSS. Burger Menu HTML Structure...May 31, 2024·3 min read·7
Vanilla JavaScript - TabsTabs allow users to navigate between different sections of content within the same page. In this tutorial, we'll walk through how to create a basic tabs component using plain JavaScript, HTML, and CSS. Before we start I'd like mention that I used: B...May 16, 2024·3 min read·9
Vanilla JavaScript - AccordionAccordions are a popular UI pattern for presenting collapsible content sections. In this tutorial, we'll walk through how to create a basic accordion component using plain JavaScript, HTML, and CSS. Before we start I'd like mention that I used: Boxi...May 12, 2024·3 min read·5
Solving SCSS Parent Selector Scope IssueHave you ever encountered issues with SCSS where the scope of the parent element gets lost within multiple nested selectors? This is a common problem, especially when you're dealing with complex stylesheets. However, fear not! There's a simple and el...Feb 29, 2024·2 min read·11
Cache-Busting Background Images in SCSSCaching is a common practice browsers use to store resources locally, enhancing load times. However, it can become problematic when developers make updates to images. Without cache-busting, users might continue to view outdated images from their loca...Jan 26, 2024·3 min read·27
Frontend Tools To Boost ProductivityAs frontend developers, we all know building stunning designs and ui takes a lot time. During my journey I came across so many tools on the web that helped me to increase my productivity as a front-end developer and now, I'm going to share the ones I...Aug 21, 2022·4 min read·100