
My Intro to Chrome Extension Development - A Series
Originally published on gokatz.me Building a chrome extension is definitely a fun process! Chrome...

Author profile
A fellow Human and frontend dev @Coinbase - loves EmberJs and trying to love ReactJs ;)
Browse the latest writing surfaced through DevArt.

Originally published on gokatz.me Building a chrome extension is definitely a fun process! Chrome...

I noticed that grammarly is enabled for the editor in dev.to? I'm not sure if this was intentional or...

[Image from From unsplash.com] Hello again 👋 Hope you are doing safe and healthy. This...

I'm using Docsify to document a web component library. For that I need to render those UI components,...

So, what's a forEach? forEach is a little guy who iterates/loops through the array and exe...

This blog post is a result of "Call for Blog Posts" initiative by Ember.js team for curating 2019 roa...

Hello All Devs, I have seen a lot of great articles on Browser Extensions (Chrom...

Cover by Edwin Andrade from https://unsplash.com FTS: First Time Speaker. Fake a...

Setting up Tailwind is really an easier process consist of few simple steps. But,...

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.

I recently set up my personal blogging site, https://blog.gokatz.me/ and I wonder if I can add a...

Testing chrome extension wrt install and update flows may become tricky and there is a way to test in development mode. Let's walk through the steps in this tiny post
A data loading pattern which helps to render pages as quickly as possible. Includes implementation details for Ember.js apps

A post by Gokul Kathirvel

In many situations, using arguments to pass the function args would lead to bugs as we totally...
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.

We can notice the rise of Progressive Web Apps in recent times. Today I notice desktop PWA support in...

The journey starts about 4 months back when my ember build took even 2 mins (at worst case) to...

The path from "why the hell I need a test-case?" to "you test-case, I love you"
