Pranav Patanipranavpatani.hashnode.dev·Feb 4, 2025A Complete Guide to Setting Up Dev Tools for Vanilla JavaScript Projects: Part 2📖 Part 1: Learning the essentials 🤖 Part 2: Automating the process👈 you are here 📘Introduction This blog is in continuation with its first part - A Complete Guide to Setting Up Dev Tools for Vanilla JavaScript Projects: Part 1. So please che...Web Development
Pranav Patanipranavpatani.hashnode.dev·Feb 4, 2025A Complete Guide to Setting Up Dev Tools for Vanilla JavaScript Projects: Part 1📖 Part 1: Learning the essentials👈 you are here 🤖 Part 2: Automating the process 📘 Introduction Managing and debugging large code bases can be challenging, especially when they lack proper structure or standards. Following a standard for wri...2 likesWeb Development
MyCodingNotebookblog.mycodingnotebook.com·Feb 2, 2025Let's Talk Code Toolings: Preprocessors & PostprocessorsModern web development relies on various tools to make coding more efficient, maintainable, and optimised. Two key tools that help developers write better code are preprocessors and postprocessors. While preprocessors allow developers to write code u...10 likesCode Toolingspreprocessor
Hannahfrontendqueen.hashnode.dev·Jan 5, 2025Tailwind 4Tailwind CSS 4: A Game-Changer for Web Development If you’ve ever worked on a web development project, you may have come across a UI library or framework that makes it easier to design beautiful user interfaces. Among the many options out there, Tail...Tailwind CSS
Eleftheria Batsoueleftheriabatsou.hashnode.dev·Dec 5, 2024Mastering CSS Preprocessors: A Guide to Sass, Less, and StylusHola, CSS learners! Welcome to our little corner!👋 Introduction Preprocessors like Sass, Less, and Stylus can transform the way you write styles, introducing features like variables, nesting, mixins, and more. They're not CSS per se but tools that c...10 likes·87 reads🖱CSS Art and small HTML/CSS/JS projects [Codepen]CSS
Sulayman Apatiradeendrivedave.hashnode.dev·Oct 29, 2024Crafting Seamless Shopping Experiences Through CodeExcited to share a sneak peek of my latest e-commerce project! Here’s a glimpse into the code behind a dynamic, user-friendly shopping experience. From streamlined categories to smooth navigation, each element is designed to make online shopping simp...Web Development
Serhat Bekbek-dev.hashnode.dev·Oct 10, 2024Maximize 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...Frontend Development
Ronika Kashyapronika.hashnode.dev·Oct 10, 2024Guide for Cypress Component Testing and its ImplementationFirstly, we will try to understand what component testing is. While testing a web application there are three types of testing which plays an important role in determining the performance of the application which are API testing, Component testing an...iOS
Noman Gaziblog.noman.me·Sep 23, 2024SCSS: A Complete Guide in Bangla (বাংলা) and English (With Examples)বাংলায় পড়তে স্ক্রল করে নিচে নামুন। This guide will walk you through the basics of SCSS (Sassy CSS) to more advanced techniques, helping you understand how to write clean, organized, and scalable CSS using SCSS. Whether you're a beginner or looking ...71 readsDesignscss
Saravana Sai saravanasai.hashnode.dev·Sep 12, 2024Can I Build a Micro-SaaS Platform to Collect User Feedback?Introduction Hi Folks, In this article, we'll take a deep dive into the architecture of user feedback popups, exploring the frontend and backend components that work together to make them tick. We'll examine the technologies and techniques used to cr...js