Articles by Tag #ayshriv

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Securing Microservices with Spring Security: Implementing JWT

JSON WEB TOKEN (JWT) JWT (JSON Web Token) is a method for securely transmitting...

Learn More 39 1Aug 23 '24

Spring Boot + Redis: A Beginner-Friendly Guide to Supercharging Your App’s Performance

** With Redis, your Spring Boot app can become faster and handle more traffic without breaking a...

Learn More 30 0Dec 17 '24

Personalize Your Application Startup with a Custom Banner

In this blog post, I'll show you how to customize the banner that appears when you start your Spring...

Learn More 28 2Sep 19 '24

Maven Made Simple: Building Java Projects with Ease

An easy-to-follow guide for automating builds with Maven Maven is an essential tool for...

Learn More 27 4Sep 13 '24

OAuth 2.0 Authentication in Spring Boot: A Guide to Integrating Google and GitHub Login

A post by Ayush Shrivastava

Learn More 21 0Aug 31 '24

Spring Boot REST API - Returning Response in JSON Format

Spring Boot REST API - Returning Response in JSON Format Introduction In this...

Learn More 21 0Feb 23

Containerizing Spring Boot Applications with Docker: A Complete Guide

Containerizing Spring Boot Applications with Docker In today's world of cloud computing...

Learn More 11 1May 18

Building Synchronous Email Notification Systems in Spring Boot: A Step-by-Step Guide

Exploring the Fundamentals of Synchronous Email Delivery in Spring Boot Applications In today's...

Learn More 10 0Sep 8 '24

Spring Boot + Redis + Docker: Ultimate Guide to Caching in Java

With Redis, your Spring Boot app can become faster and handle more traffic without breaking a sweat....

Learn More 7 1May 20

Service Registry: Mastering Spring Boot Service Discovery and Registration using Netflix Eureka

Service Registry: Mastering Spring Boot Service Discovery and Registration using Netflix...

Learn More 7 0Dec 12 '24

Building Scalable Microservices with Java Spring Boot: Best Practices and Techniques part -2

Understanding Microservices Architecture with Key Components Microservices architecture...

Learn More 7 0Dec 7 '24

OOPs in Java: Principles, Concepts, and Real-World Examples

Object-Oriented Programming OOP stands for object-oriented programming. It is a...

Learn More 6 0May 20

Introduction to Spring REST

Introduction to Spring REST In today's world, most applications need to communicate with...

Learn More 3 0Feb 25

Spring Boot REST API - Returning Response in XML Format

Spring Boot REST API - Returning Response in XML Format Introduction In this...

Learn More 3 0Feb 23

Fixing "No Serializer Found" Error in Hibernate

Fixing "No Serializer Found" Error in Hibernate If you're working with Hibernate in a...

Learn More 2 0Feb 28

What are the key differences between an Interface and an Abstract class?

Interface vs Abstract Class Interface 100% abstraction (prior to Java 8). Can...

Learn More 1 0Jan 6

Mastering the Singleton Design Pattern in Java – A Complete Guide

Learn how the Singleton Design Pattern ensures a single instance of a class, improving efficiency and...

Learn More 1 1Feb 28