You want to lose weight? Try yoga, you don’t have to go to the gym. Oh, you should not do too much diet, you will become weak. This was some of the advice I got from people when they heard I had joined a gym to lose weight. But I did not listen to anybody….

It’s always exciting to try out something new,  but when you don’t know if you are going to be good at it, especially when your career is kind of dependent on it, switching tracks become tricky. What I have experienced after switching from PHP to NET is that they are different. If you were using…

We all have learnt a lesson or two from our mistakes. Mistakes once made are for learning and improving and not for repeating again. An Agile Retrospective does just that by trying to “inspect” how the sprint was done and “adapt” the processes for improvement. An Agile Retrospect is a meeting organized at the end…

The rate at which today’s world is advancing is unbelievable. We see new technologies and machinery all around us. Machines have been programmed to work in the absence of human supervision, doing the same job that we humans do, but at a much faster rate. Does this really mean that Artificial Intelligence (AI) is always…

Virtual reality is a term given for a reality that exists in a digital or man-made world. Both words have a meaning behind it. Virtual refers to those things that do not exist physically but exist as software. And reality can simply be described as a place where we physically exist. Virtual reality creates a…

In recent years, Data Science has emerged as one of the hottest professions and domain principles with the demand for data scientists, machine learning specialists, and data analysts. The epoch of Big Data has the field of Data Science constantly growing, enabling business organizations to become more data-driven with better visual percept and knowledge. Well,…

Reading and writing to the database is required by almost any system. Hence having an efficient method for communicating with the database is vital. Accessing the data in business logic can result in duplicated code, errors, weak typing, and inability to easily test the business logic in isolation. This is where repository patterns are very…

As the definition goes, Xamarin forms is a library used to build native UIs for iOS, Android and Windows Phone from a single, shared C# codebase. Xamarin was released in February 2013. In February 2016, Microsoft purchased it and bundled it with Visual Studio. Initially, Xamarin supported only Android, iOS and Windows Phone. But later…