Quantcast
Channel: DEV Community: Kushagra Gour
Browsing all 17 articles
Browse latest View live

Web Maker 4.0 released!

It’s been a while since Web Maker got a major update. I have been working on the next version for many months now. And this work got a major speed-boost when I finally decided to quit from my day job...

View Article


Image may be NSFW.
Clik here to view.

CSSBattle - First ever CSS code-golfing game

Hello fellow developers! I am here to present to you all, CSSBattle 👉🏼 https://cssbattle.dev CSSBattle is the first ever CSS code-golfing platform, that I and my friend Kushagra Agarwal launched 6...

View Article


Introducing Battles and an Update on SVGs

Originally posted on https://cssbattle.dev/blog/introducing-next-battle/ When we first launched CSSBattle, we had planned to add more targets with time but after a few suggestions from players and...

View Article

Image may be NSFW.
Clik here to view.

Friends and Friendly Leaderboards

Originally posted on https://cssbattle.dev/blog/introducing-friends/ We've noticed that sometimes, the global leaderboards can get pretty intimidating when you're just starting out on CSSBattle. So...

View Article

Restrict specific fields updation in Firebase Firestore

Let's say you have a users collection and each document in that collection contains the public information about a user. Something like this: users/ user_id_1: { name: "John Doe", country: "Thailand",...

View Article


An interactive and practical introduction to Web Accessibility for everyone

Ever since I understood the importance of Accessibility, I have always tried putting a conscious effort to share whatever I keep learning. So that everyone can start caring about at least the basics of...

View Article

Let's build a Perfect CSS Framework

This is an experiment I am doing to build a theoretically perfect CSS framework for teams. Here is how it goes: You comment on this discussion with a problem/issue we currently face with writing CSS...

View Article

How I saved 100KB with React.lazy

This post is about how I was able to reduce my homepage JavaScript by more around 100KB. TL;DR : Use React.lazy and React.Suspense to lazy load your non-critical dependencies I have a React app...

View Article


Image may be NSFW.
Clik here to view.

Introducing CSSBattle PRO

We're proud to introduce CSSBattle PRO, where you can upgrade your CSSBattle experience 🥳. For those who have not heard about CSSBattle before, CSSBattle is the first ever code-golfing game for CSS...

View Article


Image may be NSFW.
Clik here to view.

Case Study: Accessibility Report for Managers - Part 1

This is a case-study of why and how I created my recent side-project - Accessibility Report for Managers. Part 1 talks about the idea behind it and how the Frontend was created. Accessibility is a very...

View Article

Image may be NSFW.
Clik here to view.

Strong vs Em

<strong> and <em> are two of the most basic tags that we learn when we start learning HTML. I am sure you must have used both these tags multiple times. I have too. But somewhere at the...

View Article

Terminal commands for daily use

This post is a compilation of the most used commands I use in my terminal daily. A reason to share this compilation is to give a quick introduction to how a few very common regular tasks can be done...

View Article

Learn Frontend, the right way

Hello devs!Do you want to learn Frontend development, the right way?I present to you, the first-ever tweet-sized course -> https://twitter.com/i/moments/1187229313579438080This course is an attempt...

View Article


Image may be NSFW.
Clik here to view.

Mocking Web Push notification in Cypress

PushOwl has a JavaScript library that runs on merchant (our customers) websites and handles things like showing UI widgets to request visitor permissions, passing data to the backend, and subscribing...

View Article

Image may be NSFW.
Clik here to view.

Learn CSS intuitively - Box Model

Hey there! Welcome to our new series of posts where we try to decipher CSS concepts in an intuitive manner - by relating those concepts to something you already know in the real world so that we can...

View Article


How to learn & master CSS

Cascading Style Sheets (CSS) is an essential technology used in web development to style and layout web pages. CSS is not like other programming languages because of its unique core concepts and hence...

View Article

Top paid courses to learn CSS

If you're looking to learn CSS (or get better at it), there are several excellent paid courses available that cater to different learning styles and levels. Here’s a roundup (in no particular order) of...

View Article

Browsing all 17 articles
Browse latest View live