bek-dev.hashnode.devGulp + 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
bek-dev.hashnode.devProductivity Adventure with NotionIn our daily lives, staying productive, mindful, and disciplined can sometimes feel like a chore. We set goals 🎯, track habits 📊, and try to stay consistent, but without the right system, it’s easy to lose motivation. That’s exactly why I created t...Feb 19, 2025·3 min read
bek-dev.hashnode.devMaximize Your Workflow with These SASS Mixins and FunctionsHey there! If you’ve ever found yourself writing the same CSS over and over, or if you’ve struggled with making your design responsive across different screen sizes, you’re in the right place. In this article, I’m going to share some really useful SA...Oct 10, 2024·4 min read
bek-dev.hashnode.devNode.js Management With NVMIf you ever find yourself juggling different versions of Node.js for various projects, I highly recommend using NVM (Node Version Manager). It's a simple tool that makes switching between Node.js versions super easy. Whether you're working on older p...Sep 25, 2024·2 min read
bek-dev.hashnode.devVanilla JavaScript - ModalIn this article, we'll build a modal using vanilla JavaScript, HTML, and SCSS that will include features like opening and closing with a button, and closing when clicking outside of the modal content. Before we start I'd like mention that I used: Bo...May 31, 2024·4 min read