Saransh Kataria

<strong><noscript><img data-lazyloaded=

Top 5 YouTube Channels to Study Web Development Online

  • December 12, 2022

Many people would like to start learning web development from scratch and build their careers in the sphere of information technologies. However, various online and offline courses are often extremely expensive and can easily leave your budget empty. Moreover, some of the courses are designed for students with some coding...

<strong><noscript><img data-lazyloaded=

Can Web Development Be a Side Hustle for Students?  

  • December 12, 2022

Can Web Development Be a Side Hustle for Students?  Many students are looking for part-time jobs to improve their skills, gain knowledge related to their chosen niche, or just get more pocket money. Web development remains one of the most profitable fields to work in, attracting thousands of young learners....

Useful Tips on How Start Learning Web Development

Useful Tips on How Start Learning Web Development

  • December 7, 2022

More and more people are considering getting into the IT sector. That’s where most job opportunities await. However, the path to a new career can get bumpy. Some people start with web development right after school. Others choose to requalify themselves and earn a second career. Either way, learning new,...

How to sort a Set in JavaScript

How to sort a Set in JavaScript

  • November 26, 2022

ES6 introduced the set data structure in JavaScript. But sets are not ordered abstract data structures. So there is no .sort() property available on them. To sort a Set in JavaScript, we need to convert it into an array first. Since arrays are sortable, we will then sort them, and...

Debugging CSS scroll using one simple style

Debugging CSS scroll using one simple style

  • November 18, 2022

I have been doing a lot of complicated front-end work off lately and that always brings me back to the class conundrum of which element was adding a horizontal/vertical scroll to my page/elements. Debugging CSS scroll is a pain that I have felt too many times now and I always...