News, articles, tips & tricks
Deploying frontend of an application using Google Cloud Run and Cloud Build from remote repository
Introduction In this documentation, we’ll be deploying our application frontend code which is in our GitHub repository using two services of GCP (Google Cloud Platform), first is Google Cloud Run and then further we will be configuring a trigger using Google Cloud Build service so that whenever a code is pushed in the repository in…
Learn moreDeploy Angular App from GitHub to AWS with CodeBuild & CloudFront
Introduction This blog will go into the art of AWS-smooth Angular application deployment. We’ll demonstrate the potential of automation by using AWS CodeBuild to build the app and AWS S3 to host it. Not only that but we’ll up your deployment game by distributing your software over AWS CloudFront. With this configuration, developers may concentrate entirely on…
Learn moreLocust Load Test Setup with GKE Google Kubernetes Engine
Introduction In this documentation, we will configure the locust load test and generate a locust URL by deploying it inside a pod deployed inside a Google Kubernetes Engine autopilot cluster using a simple python script which will be executed inside the pod when created. Key Points for Setup: Locust Locust is an open-source load testing…
Learn moreHow much does it cost to develop a geo-location based Augmented Reality game like Pokémon…
Pokémon GO mobile game became insanely popular in no time, in 24 hours after launch it was on the top app list on App Store and Google Play. Here we will reveal about the main features of this game and how much does it cost to make a game this. What is Pokémon GO Pokémon…
Learn moreReact.js Tutorial : Components
Creating React Components Components is base and essential part of React application development. To create your React.js web application you need to install react app generator which is written in node.js and available though node package manager. npm install -g create-react-app or npm i -g create-react-app Now lets create an quick react app using create-react-app…
Learn moreEight steps to Successful Game Development
The market for mobile gaming is huge and it offers a great opportunity for earning lucrative revenue. Games like, Candy Crush, Flappy Bird, Angry Birds and Clash of Clans are examples of games that are played by millions on their mobile devices. Their success has inspired a million others to take an initiative towards game…
Learn more




