Friday, May 17, 2024
Home Authors Posts by Amit Khurana

Amit Khurana

16 POSTS 0 COMMENTS
Tech Guy

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...

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...

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...

What is NoSQL?

0
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,...

How to setup Google Analytics in WordPress?

0
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...

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...

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...

What is Power BI?

0
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...

Creating REST Controller in Spring.

0
In previous article we learned about creating a new Spring boot application using Spring Initializr. In this article we will learn how to create REST...

Creating a Spring Boot Project With Eclipse and Maven

0
In this article we will learn how to create a Spring boot application using Spring Initializr. For this you need to have: Maven 3.0+ is as...

EDITOR PICKS