Bhumi Khokhanibhumikhokhani.hashnode.net·May 14, 20226 Ways to Build Enterprise Readiness into Your SaaS RoadmapThe link to the original post is here Would you ever travel to an unexpected location without your trusted map app? The same may be said about every product firm. An experienced product manager understands that developing the perfect product require...Discuss·113 likes·294 readsSoftware ToolsOpen Source
Yogesh Chavanyogeshchavan.hashnode.net·Nov 5, 2020A quick introduction to SASS/SCSSIn today’s fast-moving world, knowing Sass is an important part of web development. Today, almost all large projects use some sort of preprocessor like Sass, Less, Stylus, etc. Sass is the most popular and easy to use. If you learn Sass, it’s very ea...Surjith S M and 3 others are discussing this4 people are discussing thisDiscuss·111 likes·3.1K readsReact
Israel Oyetunjiisraelmitolu.hashnode.net·Mar 12, 2022Writing Cleaner CSS using BEM MethodologyHave you ever come across this syntax and assumed it was autogenerated and didn't give it much thought? There's a good chance you have. what__is--this That's what we'll look at in this article, where you'll learn about BEM, its advantages, and wheth...Victor Eke and 2 others are discussing this3 people are discussing thisDiscuss·91 likes·9.9K readsCSS
shun kusakabeshunssv.hashnode.net·Apr 18, 2023Improving Maintainability of Media Queries in Sass with MixinIntroduction I have been using Next.js for building my website and Sass/CSS modules for styling. While working on the website, I found it challenging to manage media queries using vanilla CSS, as updating properties for each media query was not an ea...DiscussWeb Development
Jeremiah Aworetanjeremy0x.hashnode.net·Apr 17, 2023React Dictionary App with TypeScript & TailwindIntroduction Building a dictionary web app is an exciting project, not just because of its functionality but also its design. In this blog post, I'll document my experience building LingoLookup, a dictionary web app that allows users to search for wo...DiscussReact
Abiola Fasanyaharbiola.hashnode.net·Apr 6, 2023Setting up Vite with React, Sass and TypeScriptWhat is Vite Vite is a build tool for modern web development, which is designed to increase the speed of development by providing instant feedback during the development process. It achieves this through its fast and efficient development server that...Discuss·41 readsReact
Christophe Anfryfryblog.hashnode.net·Mar 22, 2023Styling in web developmentIntro CSS, What is CSS? If HTML is the skeleton of the human body, CSS is the skin, the color of the eyes, the haircut... You can't pretend to build websites or apps without knowing CSS. But there are many different ways to add styles to your project...Discuss·2 likes·74 readsTailwind CSS
Rahul Ranarahulrana0707.hashnode.net·Mar 22, 2023Announcing Uniqify: A ReactJS App for Removing Duplicate Characters - My GitHub Octernship ProjectI am excited to announce that I have completed Uniqify, a Duplicate Character Remover app that was part of the GitHub Octernship program. Using ReactJS, I was able to develop a two-screen app that allows users to input values and delete duplicate cha...DiscussGitHub
Jakob Pusterhoferescapingsamsara.hashnode.net·Mar 19, 2023Transforming my CSS workflow with SASS: A web development journeyTo provide some context for this article, I must first elaborate on some details. I am currently in the process of pursuing a career as a web developer, which I began just three months ago. Despite having no prior experience in programming or website...DiscussSass
Anant Singh Raghuvanshianantraghuvanshi.hashnode.net·Mar 5, 2023SCSS vs CSS: Which One Should You Use for Your Next Web Project?Introduction Are you tired of writing repetitive CSS code for your website's layout, colours, and typography? Do you want to make your code more modular and maintainable? Look no further than SCSS, the preprocessor for CSS that adds advanced features...Anant Singh Raghuvanshi and 1 other are discussing this2 people are discussing thisDiscuss·31 likes·40 readsCSS
Thomas Portelangelekoala.hashnode.net·Feb 20, 2023Splitting your media queries into multiple filesBefore the summer, I had the pleasure to read this article that talked about splitting your css into multiple files to optimize file size. At the time, I thought: well, this is nice, but that is going to be cumbersome to implement. Recently, I made a...Discuss·36 readsBootstrap
Pieces for Developerspieces.hashnode.net·Feb 7, 2023How to Configure and Set Up Sass CSS for your Future React projectsTL;DR This article focuses on how to use and set up Sass to CSS for your React projects. If you’re interested in learning more about Sass CSS, this article is perfect for you. Introduction Syntactically Awesome Style Sheets (SASS) is a popular CSS pr...Discuss·9 likesSass
Suman Paiksumanpaik.hashnode.net·Feb 3, 202304/15 - SCSS @mixin-@include | What is @mixin? And what is the use of @mixin?@mixin flex_property($var1) { display: flex; align-items: center; justify-content: center; flex-direction: $var1; } .container{ background-color: $bg-color; padding: 1rem; width: 28rem; margin: 2rem auto; border-ra...Discuss·1 likeSass