Articles

Is everyone in your organisation motivated by growth?

“Growth means different things to different employees.” I was explaining to Raj after the deep dive to identify growth challenges. “Everybody is not equally excited about the possibilities. At least not till they have a clear picture of what will be the end result.” Even at a CXO level it can lead to confusion. Does it mean more revenues? More...

5 Key Insurance Sector Processes being Revolutionized by AIML

Insurtech on the lines of fintech has been coined some years back. But I believe it is coming into its own rapidly now. Data and AIML plays a big role in making Insurtech a disruptor in the Insurance industry. Insurtech utilizes innovations in technology like AIML to make the current insurance models more efficient. Here are some of the areas that...

How to Implement AI Strategies in your Organization

Align AI Strategy with Business Objectives - The leadership, IT, and end users in the Sales/Marketing departments, among other parties and stakeholders, would all need to support an AI development project. Businesses must ensure that their AI initiative is in line with their entire business strategy and that all parties involved are aware of the requirements...

Can AI replace humans in future

  The debate over whether Artificial Intelligence (AI) can replace humans in the future has been raging for some time now. While some believe that AI will eventually be able to do everything that humans can do, others are more skeptical and believe that AI will never be able to completely replace humans. The truth is that AI is already being...

5-step algorithm for picking the quality leads

  As I started diving deep to find the bottlenecks in business with Raj, the first thing to focus on was Quality of leads. “Should we not fine tune our offering, based on the needs of the customer?” Raj had a genuine concern. “Every lead is a lead, if we don’t service, it will be a loss of business.” “Yes, it is,...

Is the Old way or New way better?

“Manjiri, the client wants these reports urgently. They have an important meeting with the investors. They have come up with an interesting angle to present their case and need the reports done just right to strengthen their argument.” “this visualization is interesting. We could use the new visualization tool that is capable and feed the data through the data lake...

How to make AI adoption easy: 7 tips for businesses

Here are some suggestions for successfully implementing AI in an organization. Understanding of the technology: Understanding the capabilities of present AI is crucial for the company and employees. The team leads should become familiar with predictive machine learning and analytics and educate others of these topics. Problem  Identification: Once everyone has finished the fundamentals, list the problems that AI...

Related Data Loading using EF Core – Part 3

  In previous parts of related data loading we have seen how Eager and Explicit Loading works in EF Core. In this part we will cover brief details on Laze Loading technique. Lazy Loading in EF Core : Lazy loading is a technique of loading of related data by delaying it, until we specifically request for it.For example, Let's assume a Employee...

5 simple tips to scale your business

  It was fun meeting Raj after a few months. Raj was in charge of the sales function and was doing extremely well. He was excellent in making new friends and maintaining excellent relations. Raj was excited by the possibility of running own business and started one at the first opportunity. No doubt he was able to fetch a significant...

Introduction to microservices

Microservices is one of very commonly used terms in the modern era of software development. The service oriented architecture started gaining popularity due to known challenges in legacy monolith applications - challenges such as communication to other applications, ease of maintenance, ease of deployment and so on. Microservices offer multiple advantages over monolith applications - they implement single responsibility principle...