LATEST ARTICLES

Generative AI vs Predictive AI: Differences and Applications

0

Overview In the ever-evolving landscape of artificial intelligence, two prominent paradigms have captured the imagination of researchers, developers, and enthusiasts alike: Generative AI and Predictive AI. These two approaches stand as pillars in the realm of machine learning, each with its distinct characteristics and applications. Generative AI Generative AI involves training models to create original content. It learns patterns from existing data...

Request Body Transformation in Spring Cloud Gateway

0

Spring Cloud Gateway project, a new API based on Spring 5, Spring Boot 2, and Project Reactor. The tool provides out-of-the-box routing mechanisms often used in microservices applications as a way of hiding multiple services behind a single facade. In this article, we will learn how to transform request body using the existing filter ModifyRequestBodyGatewayFilterFactory. For easy understanding I'll write the solution...

Look Ma! I finally understood MySql Joins.

0

Joins- such a cute and uniting name for something which can completely shatter your confidence if not understood the right way. Speak about oxymoron!  If you have been struggling with MySql joins for about whole of your life, you are in right place-you are probably gonna spend your evening waking the park just the way I am gonna help you...

Rise of Financial Technology

0

While transferring $10 to your friend via google pay in a matter of seconds, have you ever wondered that you are experiencing a revolutionary change? Finance industry was not like that until the emergence of technology. It is an ever changing and emerging industry that has changed the way we have looked at finance. Understanding FinTech Fintech, short for "financial technology,"...

Binding Service Bus to Azure CosmosDB change feed.

0

In this article, we will learn how to listen to change feeds in Azure function and then send it to the service bus. Let's start with the basic concept. What is Azure? Microsoft Azure is a cloud computing service created for building, testing, deploying, and managing applications and services through Microsoft-managed data centers. What is ComosDB? Microsoft CosmosDB is a fully managed NoSQL database service which...

What is NoSQL?

0
no sql

A NoSQL (aka "non-SQL" or "non-relational" or "not only SQL") database store data differently than relational tables i.e. not in tabular form. The main types are document, key-value, wide-column, and graph. Most people think that NoSQL databases or non-relational databases don’t store relationship data well. NoSQL databases can store relationship data—they just store it differently than relational databases do. In fact, when compared with...

How to setup Google Analytics in WordPress?

0
google-analytics-wp-featured

In previous article we learned what is Google Analytics. In this article we will setup Google Analytics on Wordpress. Step 1: Creating an account. Open https://analytics.google.com from your browser and sign in with your Google account. If you do not have any existing account click on Create new account. After signing in you will see below screen. Click on start measuring....

Docker architecture

0

In previous article we learned "What is Docker?". Now we will discuss about it's architecture. Docker uses a client-server architecture model in which the client talks to the Docker daemon (the background process), which does the job of building, running, and distributing your containers. The Docker client and daemon can run on the same system, or you can connect a Docker client to a remote Docker...

How to Load Text/CSV file in Power BI.

0

In previous article we learned What is Power BI. To download Power BI click here. Now we will learn how to load Text/CSV file in Power BI. Step 1: Open Power BI desktop application. Click on File -> Get Data -> Text/CSV Step 2: Select the file which you want to open. Click on open. Step 3: A new window will open in which you can preview the data. You...

What is Power BI?

0
power bi

It is a tool that helps to connect and visualize any data to gain deeper insight. Your data may be an Excel spreadsheet or a collection of cloud-based or an on-premises hybrid data warehouses. It lets you easily connect to your data sources, visualize and discover what's important, and share that with anyone or everyone you want. It consists of: A Windows...