HomeAboutBlogWork
moon
sun

Blog Posts

ESLint + Standard Guide

I am using yarn as my preferred package manager. I have a personal preference to use standard as my code style and so I wanted to integrate standard with my eslint setup. I had previously published my old setup which also included prettier but I have…
November 24, 2021

Redis & NodeJS Guide

This is a beginners guide to setting up Redis and NodeJS and exporting two promisified functions to get from the cache and store to the cache. I wrote this guide since I had faced some hurdles setting up and couldn't find a guide that would get me up…
April 14, 2021

NuxtJS & SSR with GTM

This article is a guide on how to setup Google Tag Manager to track views with NuxtJS & SSR. We will be setting up basic view tracking for Google Analytics with a custom implementation, which can be fine tuned or adjusted based on your use case or…
June 08, 2020

My ESLint Setup

I am using yarn as my package manager. I have a personal preference to use standard as my code style. Here is my .eslintrc Here is the same file modified for react. Additionally here is my .prettierrc If you are using vscode then add these to…
May 02, 2020

Copyright © 2021 Mustafa Campwala. All rights reserved.