Friday, May 17, 2024
Home Tags Programming

Tag: Programming

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

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

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

What is Docker?

0
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. A Docker container image is a lightweight, standalone, executable...

What are microservices?

0
"MICROSERVICES IS A SOFTWARE DEVELOPMENT TECHNIQUE THAT ARRANGES AN APPLICATION AS A COLLECTION OF LOOSELY COUPLED SERVICES" Robert C. Martin coined the term single responsibility...

What is Java class File?

0
In previous article we learned how to Write your first Java program. A Java class file is a file that contains Java bytecode and having .class extension. A...

Hello, World! – Your First Java Program

0
In our previous post we learned "What is Java". In this tutorial, you will learn how to write "Hello World" in Java. To run this program...

How to create an Alexa developer account?

0
The developer console provides a streamlined experience to help you create, manage, and publish your skills. To create a develop account follow the below steps: Step...

What is Java?

0
It is an object-oriented language similar to C++ with advanced features. Java is free to access and platform independent. It is intended to let developers “write once,...

EDITOR PICKS