Mastering Synchronous & Asynchronous in JavaScript
In the first part of this post, we saw how the concepts of synchronous and asynchronous are perceived in JavaScript. In this second part, Mr X appears…
In the first part of this post, we saw how the concepts of synchronous and asynchronous are perceived in JavaScript. In this second part, Mr X appears…
CSS pre-processing is a concept that most web developers have already learned or read about. We’ve covered CSS preprocessing in great detail to help…
The biggest challenge, as well as need for freelancers and remote teams, is to "go mobile" nowadays. Although mobile code editors help programmers to …
If you’re a frontend developer then you should already know about Google Chrome’s DevTools panel. This comes bundled with every version of Chrome …
Dropdown lists are a neat way for providing options for an input field, particularly when the list of options available are long. A user can choose th…
In the web design industry, we use many insider terms. This doesn’t only make it hard to get started for newcomers, particularly clients who are not…
There’s a lot to be said about the divide found between designers and developers. Granted there are many designer/developer hybrids who can understa…
Cross-platform software development is the need of the hour because of increasing demand for cost-efficient and short-timeline software projects. Such…
Arrays are common in programming; they are special types of variables that can hold many values at once. But JavaScript has some unique array features…
Codepen is a super easy and popular site to pen down a working front-end code combo right away. If you don’t know what Codepen is or haven’t heard…
Web developers frequently discuss REST principles and RESTful data architecture, as they are essential components of modern development. However, the …
Visual Studio Code, Microsoft’s lightweight source code editor introduces keyboard-only navigation that’s not only an advanced accessibility featu…