Developing an Installable Website Is Unbelievably Easy
Just 2 extra files. A manifest and a service worker JavaScript, both less than 10 lines. That's all it takes to install your website to your mobile home screen.
Read more...Just 2 extra files. A manifest and a service worker JavaScript, both less than 10 lines. That's all it takes to install your website to your mobile home screen.
Read more...Progressive Web Apps are like X-Men. They are normal websites with superpower mutations. They learned to live on mobile home screen and work offline! You don't know you are using them.
Read more...When Front end developers need to locate elements on a web page, they use CSS selectors! Why not for selenium webdriver automation?
Read more...Promises are the new return type of most of the asynchronous web APIs in JavaScript. Much friendlier on your brain. They help you handle errors better. Also, to have more control
Read more...Event loop in the browser and the promise to Run to Completion are the two key aspects of Asynchronous JavaScript
Read more...Three valuable tools to finally conquer fear of terminals. Git Aliases, Bash Aliases, and One click snippets.
Read more...Have you stayed off from Regular Expressions because they look complex. Grok them in this 30-minute practical guide.
Read more...Everyone faces their impostor self once in a while. Especially when you know how much you don't know. One way to fight against the syndrome is to recognize what you do know. To realize you are becoming better.
Read more...When you are ready to build apps for production, you need a better workflow. You need to befriend a terminal to publish to github pages. All this becomes easier with continuous integration via Travis CI.
Read more...Top 10 reasons not to write and why should you write anyways
Read more...