Apr 12, 2021How to create a duotone icons fontIcons serve a key purpose in developing rich user experiences. Although there are many ways to provide icons in a web or mobile application, there are some obvious benefits of using an icon font which makes it a go-to choice. Icons are scalable without loss in definition; There’s no need…Icons4 min readIcons4 min read
Jul 23, 2018Why Javascript timer is unreliable, and how can you fix itIf you are a Javascript developer, at some point in your career, you must have used setTimeout or setInterval. They are extremely handy if you wish to perform an operation after some time, or you want to repeat an operation multiple times after a certain interval. So when I stumbled…JavaScript6 min readJavaScript6 min read
Mar 20, 2018Supercharge your logic design using Boolean AlgebraRecently, while working on a project, there was a module where I had to design a to-do list. It was just like any other To-Do list, where you have list of tasks, initially all pending, and as you finish them, you mark them complete.Programming4 min readProgramming4 min read