Sampad Sarker

Sampad Sarker @sampadsarker

About: 🖥Developer💻⌨ || Tech enthusiast and Tech writer 📝|| You can find me on twitter@SampadSarker || My codepen is codepen.io/sampad-sarker

Joined:
Jun 15, 2022

Sampad Sarker
articles - 12 total

The Easiest Way to Install SASS

In the realm of front-end development, numerous methods exist for installing SASS. However, I've...

Learn More 1 0Mar 3 '24

How to Debug ⚙🛠

Follow the simple three steps step 1: Understand the problem statement very clearly. step...

Learn More 0 0Oct 31 '22

Now CSS Has :has(),The Mind-blowing Feature

One of the most-awaited features in CSS is :has() functional pseudo-class. It is a level 4 CSS...

Learn More 3 0Oct 23 '22

Understanding :is() by Examples

The :is() a functional CSS pseudo-class. Originally it was named :matches() and :any(), now this...

Learn More 0 0Oct 17 '22

Take a Full-Page Screenshot in Browser (without extension or add-on)

Google Chrome Chrome browser contains default screenshot feature in developer tools. To...

Learn More 0 0Oct 3 '22

10 HTML Tags for SEO🔍

1.Use Title Tags <title>Title of the webpage ...... </title> Your content is...

Learn More 270 14Sep 25 '22

5 Quick Steps Transpiling SCSS to CSS Using Node (with watch & minify mode)

I use vscode editor on Windows10 1. Install Node.js First download node from the official...

Learn More 10 0Sep 20 '22

Install and Customize The Live Sass Compiler

Install step 1: Go to vscode and find the extension named "Live Sass Compiler", which is...

Learn More 2 1Sep 19 '22

What I Discovered From The Course "Conquering Responsive Layouts" by Kevin Powell

Always try to follow these key points to design responsive layout. 1.Do not use fixed width or...

Learn More 6 0Sep 16 '22

You Need Just 4 Steps to Responsive Design Approach

step 1: At first, develop a html structure according to design, just only html (no css). step 2:...

Learn More 2 0Sep 8 '22

The Nuts and Bolts 🔩⚙ of Logical Margin 📏📐

Understand the core difference in usage of logical margin (margin-block-start , margin-block-end ,...

Learn More 0 0Jul 1 '22

Dry run the code before compile

What is dry run? Tracing code manually on pen & paper. Common mistakes in Dry run ❌ Skipping...

Learn More 3 0Jul 1 '22