How to efficiently level up to 40 in Pokemon go

Getting to level 40 is a humongous task in Pokemon go. Catching Pokemon and spinning pokestops is not be the best way to reach 40. The best way to reach level 40 is
Aravindhan, Head of Engineering at Wiz Logtech pvt ltd. Microservices, kubernetes and containers enthusiast. Dota2 and pubg player.
Getting to level 40 is a humongous task in Pokemon go. Catching Pokemon and spinning pokestops is not be the best way to reach 40. The best way to reach level 40 is
Eggs and candies are essential part of pokemon go. You need candies to evolve/power up pokemon and eggs generally hatch better pokemons than wild. In the beginning of pokemon go, you need
There might be cases where you need to be working in both OSX and Linux. Switching between Mac and Linux is very hard because of the different shortcuts. To ease the pain of
MongoDB is an essential part of microservices architecture. MongoDB is a document-based no-SQL database. Let’s look at how we can set up MongoDB in an AWS instance. Setting up an AWS
Prometheus is used for monitoring and alerts. Prometheus provides system and application monitoring which is essential for microservices architecture. Prometheus is also part of cloud native computing foundation (CNCF). Using Prometheus you can
Security is very important for any AWS infrastructure. Security groups are essential component for AWS security. Security group acts a virtual firewall for all instances and services (RDS, Elasticache etc.). Security groups provides
As the AWS infrastructure becomes bigger, maintaining security groups becomes harder. This is very hard to do manually. In this blog we will look at how to cleanup unused security groups using script
Switching between Mac and PC is such a pain. The hotkeys are so different that you mess up quit a bit. This will in turn reduce your productivity a lot. I have struggled
Conway’s Game of life is an interesting problem with a even more interesting solution. In this blog we will look at solving the game of life problem. Since there are solutions
In this blog you will learn how to deploy wordpress in google kubernetes engine (GKE) using persistent volumes. Then exposing it using NodePort and google cloud http(s) load balancer. This blog covers