Markdown – The holy grail of writing for web
There are all sorts of tools that people use to write and I also had experimented with some of them. I got to know about Markdown a few years back but never paid heed to…
There are all sorts of tools that people use to write and I also had experimented with some of them. I got to know about Markdown a few years back but never paid heed to…
var are function scoped and can be re-declared without triggering exceptions or warnings. let & const are block scoped and cannot be re-declared in the same scope. var name = “jayman”; function userdetails() { let…
Sketch has become the beloved tool of today’s UI designers, but not all designers use Apple phones. This causes a problem when they build their designs and want to see its real-time preview on devices. This article will walk you through on how to preview your designs on Android Devices.