The hottest topic in the software industry is microservices architecture. But, what is it? Microservices architecture is just a software development architecture that breaks your software into multiple small loosely coupled simpler services. These services are small in size, serves a specific purpose, very easy to maintain. Teams can work…
ManOrInfinity Posts
Mind is believed to be a gift to mankind for its enormous capabilities. But is it truly a gift? We as humans have the ability to think, learn, grow and create. But what is it that we achieved with all these capabilities other than exploitation? The exploitation of lands, animals,…
Sprint is your first step to be limitless Ever wondered what’s the best exercise to build muscle and shred fat? Is it weightlifting or cardio or something alienated? It is sprinting. Sprinting is one of the most effective exercises, yet it is ignored by most people. Now you must argue…
Building a great physique is the primary objective of masculinity Body recomposition is true life example of rebirth. You still have the same soul but your body is entirely different. It simply means packing more muscles at the same body weight but with less fat. Less fat more muscles allows…
The Blog Industry shall prepare for the headless CMS revolution Content Management Systems played a really important role in the internet revolution. The blogs that you use to get information are all brought to you buy CMS. Without a CMS it is very difficult to maintain blogs. But CMS are…
Creating EC2 instances is as easy as pressing a button. But, connecting to EC2 is not as easy. There are basically two easy ways to connect to ec2 via windows and mac respectively. Macs are famous for the simplicity they bring to a developers life. In this case also macs…
It is the schedule of a man that makes or breaks his future A Schedule is vital to self-development. But it’s really difficult to follow a schedule if it is making you feel lousy. If you take a closer look at highly successful individuals’ schedules you will find certain similarities.…
I believe only in one form of motivation that is self motivation which comes from discipline. Motivation a word often used as an excuse for not doing something. Motivation is nothing but a surge in dopamine. You can’t bet your life on hormone spikes that are temporary. People who truly…
A developer’s job is to solve problems. It’s not programming in javascript and knowing a few frameworks. As the problems evolve the developer also needs to evolve to be able to solve these problems. AWS or any other cloud platform is just the next evolution that the developers of the…
Understanding the lifecycle of a react component is very crucial. It enables you to write code at a certain point in the process. There are basically four important lifecycle methods: componentDidMount, componentDidupdate, componentWillUnmount, shouldComponentUpdate. Let’s look at these methods in detail. ComponentDidMount componentDidMount is a method that is invoked when…