Toolkit

Setup [email protected] in Vue CLI 3 project

Learn how to setup tailwind css in a Vue CLI 3 project.

Read
Automation

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.

Read
Testing

Testing 'install' and 'update' flows in chrome extensions

Testing the extension update and initial install flow could be tricky. This post will walk you through few steps to test all such flows during development stage itself.

Read
Performance

NIL pattern (#perfmatters)

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

Read
Automation

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.

Read