CI/CD

EmberJS in 2019

My list of features and improvements that I love to see in Ember core framework in 2019

Automate the UI Testing of your chrome extension

UI testing the chrome extension (or any extension for that matter) is tricky as it has its own workflow and environment to run. This post will walk you through the process of automating those test using Puppeteer, an API library to control Chrome.

Automate your chrome extension deployment in minutes!

Building a chrome extension is fun! But deployment is a bit tedious as it requires few manual processes. In this post, I’ll Show you how to automate the build, upload and publish process of your chrome extension in a matter of few minutes.

Electron AutoUpdater - 101

Setting up a auto-updater would be something significant in many case and this post is all about setting up a auto updater successfully!