-
Archives
- October 2024
- September 2024
- July 2024
- May 2024
- April 2024
- March 2024
- February 2024
- January 2024
- December 2023
- November 2023
- October 2023
- August 2023
- July 2023
- June 2023
- May 2023
- March 2023
- May 2022
- March 2022
- April 2020
- February 2020
- November 2019
- September 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- June 2016
- May 2016
- April 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- January 2015
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- August 2012
- May 2012
- April 2012
- March 2012
- June 2011
- January 2011
- October 2010
- September 2010
-
Meta
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 Mobile
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 Mobile
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 Mobile
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 Ecommerce