JavaScript Jargon: 10 Terms You Should Know
From currying to closures there are quite a number of JavaScript jargons (special words used within the field) knowing which will not only help you in…
From currying to closures there are quite a number of JavaScript jargons (special words used within the field) knowing which will not only help you in…
Downloading YouTube videos and audios is a fundamental chore for netizens. Sure, there are external tools out there to help you download youtube video…
A regular expression is a set of characters forming a pattern that can be searched in a string. Regex can be used for validation such as to validate c…
At the moment there are a total of 142 HTML elements standardized by W3C excluding the ones in the initial phases of standardization and those that we…
In one of the conversations I’ve had with our senior editor, I was asked the question, “How did the first programmers program?” This led to a di…
CSS "Floats" (floating elements) are simple to use but once used, the effect it has on the elements around it sometimes get unpredictable. If you have…
With the MediaSource API, you can generate and configure media streams right in the browser. It allows you to perform a variety of operations on media…
Slack‘s simplicity and versatility quickly made it one of the most powerful productivity tools of our days, on which many teams rely in their day-to…
Slack is a popular messaging app used by many teams. It comes with a lot of services and an API for developers to integrate it with their applications…
Favicons are a crucial part of online branding, they give a visual cue to users, and help them distinguish your site from others. Although most favico…
Firefox being "developer’s browser" has many great tools to help make our work easier. You can find more on its tool collection on the Firefox Devel…
The CSS Grid Layout Module can not only solve a mammoth of a layout problem but also some good old mulish issues we’ve been dealing with for a long …