Coffee N Coding
Read More
  • 3 minute read
RReactJS

ReactJS – Auto Lint & Format on Git Commit with Airbnb Style Guide

  • byGijo Varghese
  • March 2, 2019
  • No comments
When you’re working in a team, each developer will have their own style. It’s very important to have…
Read More
  • 3 minute read
NNodeJS

NodeJS – Auto Lint & Format on Git Commit with Airbnb Style Guide

  • byGijo Varghese
  • February 10, 2019
  • No comments
When you’re working in a team, each developer will have their own style. It’s very important to have…
Read More
  • 4 minute read
RReactJS

CRA vs Next.js vs Gatsby – Comparison and How to Choose One

  • byGijo Varghese
  • February 9, 2019
  • 1 share
    1
    0
    0
  • No comments
Once you’ve finished creating your “create react app”, you may have started to hear “Next.js” and “Gatsby”. From…
Read More
  • 2 minute read
HHosting

How to Create Your Own Private URL Shortener for Free

  • byGijo Varghese
  • January 13, 2019
  • 1 share
    1
    0
    0
  • No comments
I have a been fan of goo.gl, simple and elegant. But they recently announced that “Starting March 30,…
Read More
  • 2 minute read
NNodeJS

How to Implement NSQ Message Queue in NodeJS

  • byGijo Varghese
  • January 7, 2019
  • No comments
Why NSQ? Built by bit.ly Written in Go Plain and simple (the one I really liked, not complex…
Read More
  • 1 minute read
NNodeJS

How I Setup Environment Variables in NodeJS. No, it’s not “dotenv”

  • byGijo Varghese
  • January 7, 2019
  • No comments
It’s very easy to set up environment variables in NodeJS using dotenv package. It works great, however as…
Read More
  • 2 minute read
NNodeJS

How I used Cloudflare to reduce API response time to <100ms

  • byGijo Varghese
  • December 30, 2018
  • No comments
While developing widgets at MFY.im we’ve to make sure that once our customers embed our widget, we’re not…
Read More
  • 2 minute read
DDevOps

Auto Deploy to Netlify from Self-hosted GitLab

  • byGijo Varghese
  • December 28, 2018
  • No comments
Netlify already works really great with GitLab, GitHub and Bitbucket. But I use a self-hosted GitLab and there…
react-seo-prerender
Read More
  • 2 minute read
RReactJS

Prerender React App for SEO without SSR or Next.js

  • byGijo Varghese
  • December 27, 2018
  • 1 share
    1
    0
    0
  • No comments
Does Search Engines really need Prerendered apps? Google has clearly stated that they’ll run your JavaScript code before…
analyze-react-app
Read More
  • 1 minute read
RReactJS

[Without Ejecting] Analyze Create React App Bundle Size

  • byGijo Varghese
  • December 24, 2018
  • No comments
The webpack-bundle-analyzer is a great package to analyze the bundle size of ReactJS app. However, in order to…
Coffee N Coding
Copyright © 2019 coffeencoding.com