Adding support for dark and light themes in mobile applications can enhance the user experience by a manifold. From YouTube to Whatsapp, Instagram, Telegram or...
Ever since taking control of Github in its hands, Microsoft has been making regularly making it more attractive. Github Actions is one of the noteworthy...
JavaScript has been revolutionized by the features introduced in the ES6 syntax. One of those new features which can make the lives of developers is...
Currying in JavaScript is a feature that is only enabled by the functional nature of programming language. Functional programming is a style of programming that...
In my previous posts about JavaScript, I have already shown some ways of using little techniques to write a quality JavaScript Code. But Callbacks, Promises,...
In the first post of this series, we discussed some tricks using the console, string interpolation, destructuring and spread syntax. In this article, we will...