Monthly Archives: May 2019

Deploying NodeJs (ExpressJs) project with Docker on Kubernetes

Prerequisites: Nodejs understanding, Kubernetes/Docker Architecture Theory We are going to learn how to: Deploy an expressjs app (docker image) to kubernetes Add a kubernetes health-check to it. I will keep this article simple and hopefully you will understand things easily. … Read More »

Tagged |

How to Manage Multiple Environments in a React Native App for Android

This is a step by step guide for React Native Developers to understand how to manage multiple environments in a React Native App for Android. Environment specific builds give us a way to: Change the values of variables at build … Read More »

Tagged |

React.js to React Native, Kickstart!

Do you know React.js and want to learn React Native or need some Kickstart Introduction of React Native? Then this is where this blog comes in to get you some hands on info on React.js to React Native Before we start, … Read More »

Tagged |

How to Configure FastCGI on WAMP and solve ERR_CONNECTION_RESET error

What is FastCGI and how does it work? FastCGI is a method for speeding up and improving the performance of web applications by compelling the server to execute time-consuming code through the Common Gateway Interface (CGI). According to FastCGI developers, … Read More »

Tagged |