This is probably my first non-coding post here. I hope it's allowed on Dev. Today was a Sunday, so...
If you are a business with a landing page, having a slideshow of images as a background of that page...
Consider the following code. Suppose, you have a function, and what you want it to do is return a...
(This post is part 2 of the series I'm writing about non-intuitive things in JavaScript. The first...
It's nice to know about the pseudo-elements ::before and ::after, because there's a whole lot of...
I decided to write this series because there are parts of JavaScript that feel right, but aren't. Or...
You must have seen this on blogs, or articles of other kinds (what's the difference again?)....
I'm sure you have seen the design principle being used on many of the modern websites. There's a set...
If you, like me, were born in the eighties, you have probably spent some time going through old...
One of the things that I have found impressive in mobile apps is the drawer that opens from the side...
Often, we come across situations where we have a table with lots of data in it. So when we scroll, th...
Edit (31 July 2023): Some of this is now outdated, especially how to scaffold and run Vue/React...
Sliding tab bars are used in the Facebook app, so I was thinking, why not try to do the same in React...