Tags

  • All
  • webdev
  • javascript
  • performance
  • codereview
  • css
  • design
  • tooling
  • git
  • vscode
  • codequality
  • html
  • discuss
  • codenewbie
  • management
  • beginners
  • ember
  • node

Jan 17

OR VS Array Includes

Hi, Recently, I came across a case involving the comparison of multiple names, where I needed to... Read More

2 min read...

11

Jan 31 '23

CSS Viewer

Hi, Before I start, I acknowledge that this tool is an inspiration by CSS Stats. Ok, let's jump on... Read More

2 min read...

10

Jul 6 '21

Git Branch Files

As a developer, we need to open the files in the VS code editor while switching the branch. But it... Read More

1 min read...

50

Jul 2 '21

CSS class builder

As a web developers, we need to write the styles for the given classes. But for lazy people like me,... Read More

1 min read...

433

Apr 1 '21

Transpiling your boolean payload

Hi, Suddenly I got thinking of why we have to send the boolean values in our response?🤔 You can ask... Read More

2 min read...

50

Feb 25 '21

Local Task Manager

As a working person, we always have multiple tasks, sometimes tracking those turns out to be a tediou... Read More

2 min read...

30

Nov 18 '20

Introducing ember-mirage-gen

As an ember developer, I always frustrated while writing the test cases. Because we should copy the s... Read More

1 min read...

170

Sep 17 '20

Fun with Javascript tricks

In this post, we are going to learn about some fashionable javascript tricks. I was excited by these... Read More

4 min read...

912

Aug 19 '20

console clarification 🔍

The most web developers(including me) are using console object for debugging. In my point of view, th... Read More

6 min read...

70

Jul 29 '20

Dazzling Form CSS Pseudo-classes 🤩

As a web developer, we all should work on forms. I always curious about form styles while working on... Read More

2 min read...

50

Jul 24 '20

Powerful @property 🔥

After reading the wonderful post by @una, I know what is @property in CSS?     First of all, it's a... Read More

2 min read...

70

Jul 24 '20

First chrome Extension

I published my first chrome extension for minifying/expanding the blocks({...}) at the files in the G... Read More

1 min read...

40

Jul 7 '20

Ranged Input notification without Javascript

Hello,           As the title says we are going to learn about How to get the notification of t... Read More

2 min read...

60

Jun 26 '20

How variable scoping affects the performance

Hi, Now we have one interesting topic of How variable scoping affects the performance. Before divin... Read More

3 min read...

60

Jun 25 '20

My Own Stamp

Hi, I have created a stamp for myself to represent who am I? Read More

1 min read...

30

Jun 15 '20

Dynamic number creation for nested segments

Hi Everyone, Now we have one interesting topic. This is very useful for creating the index page fo... Read More

3 min read...

50

Jun 10 '20

Purging unwanted properties in js object

Hi All, Now we are going to discuss about Purging unwanted properties in js object Let's consider w... Read More

2 min read...

22

Jun 10 '20

Align Strings using PadEnd

Hi All, Now we are going to talk about Align Strings using PadEnd as shown in the above image. If y... Read More

2 min read...

60

Jun 8 '20

Some Js clean code tips

Hi Everyone, Today i am going to tell about some js clean code tips based on code readablity not on... Read More

1 min read...

80

Jun 8 '20

How to create an responsive percentage circle

Hi Everyone, Here it's a very interesting topic for the people who love maths as well as css. Ok l... Read More

3 min read...

80

Mar 25 '20

How margin: 0 auto; centers the element?

Hi Everyone, This is my first post in dev.to ​​ 😀 Here, we are going to talk about how margin: 0 aut... Read More

1 min read...

51