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·73 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
Gauss Codergausscoder.hashnode.dev·Sep 12, 2024React project with TypeScript, Tailwind CSS, Sass, Prettier, ESLint, and Firebase for authentication and Firestore:Step 1: Create a New React + TypeScript Project First, create a new React project with TypeScript using create-react-app: npx create-react-app my-app --template typescript cd my-app Step 2: Install Tailwind CSS Install Tailwind CSS: npm install -D t...React Web ApplicationReact
Jay Vaidyajayvaidya.hashnode.dev·Sep 7, 2024Why Good Writing Matters in Tech Jobs?Hey there, tech enthusiasts! You know how everyone's always going on about coding skills being the be-all and end-all in our industry? Well, here's a hot take for you: being able to string words together coherently is just as important as stringing c...1 like·27 readswriting
Kaushal PowarforCoderbotics AI's Blogcoderbotics-ai.hashnode.dev·Aug 26, 2024The Hidden Cost of Neglecting Code Refactoring: Why Your SaaS Company Can't Afford to WaitDid you know that technical debt costs businesses an average of $3.61 per line of code? For a mid-sized SaaS application, that could mean millions in hidden costs. Code refactoring isn't just about clean code—it's about your bottom line. In today's f...AI
Biswnath Mukherjeelove-to-code108.hashnode.dev·Jul 28, 2024Understanding SCSSSCSS (Sassy CSS) is a preprocessor scripting language that is interpreted or compiled into CSS. It allows you to use variables, nested rules, mixins, functions, and more. Let's start with the basics and gradually move to more advanced concepts. 1. Va...scss cheat sheet