Skip to content

Code With Rupendra

  • Home
  • Java 8
  • Microservices
  • ReactJs
  • Design Patterns
Subscribe

Author: Rupendra Sharma

Posted in
  • java 8
  • sorting

How to Sort a List of Integers in Java Using Streams

Solution 1- Output Solution 2- Optimized Code using java 16+ Output ✅ Improvements Made: Original Code … How to Sort a List of Integers in Java Using StreamsRead more

by Rupendra Sharma•July 31, 2025July 31, 2025•0
Posted in
  • reactjs

How to create React App

React is one of the most popular JavaScript libraries for building user interfaces. If you’re just … How to create React AppRead more

by Rupendra Sharma•April 3, 2025September 22, 2025•0
Posted in
  • java 8

How does map() differ from a traditional loop for transforming elements?

The map() function and traditional loops (like for or while) both iterate over a sequence to … How does map() differ from a traditional loop for transforming elements?Read more

by Rupendra Sharma•March 23, 2025March 23, 2025•0
Posted in
  • java 8

What is map() in Java 8 Stream

In Java 8, map() is a method of the Stream interface used for transforming each element … What is map() in Java 8 StreamRead more

by Rupendra Sharma•March 23, 2025August 29, 2025•0
Posted in
  • java 8

Write a program to upper case the name of the Employee object.

Solution 1- Output : Solution 2- Improved version Output : Key changes:

by Rupendra Sharma•March 23, 2025July 31, 2025•0
Posted in
  • java 8

Convert a List of Strings to Uppercase

by Rupendra Sharma•March 23, 2025March 23, 2025•0
Posted in
  • java 8

What is the difference between map() and flatMap() in Java 8 Streams?

1. map() 2. flatMap() Great example! Let’s use an Employee class where: Example: Using map() and … What is the difference between map() and flatMap() in Java 8 Streams?Read more

by Rupendra Sharma•March 23, 2025April 3, 2025•0
Posted in
  • Design Pattern

Adapter design patterns

The Adapter Design Pattern is a structural design pattern used to allow incompatible interfaces to work together. It … Adapter design patternsRead more

by Rupendra Sharma•March 22, 2025July 30, 2025•0

Posts pagination

Previous 1 2

Recent Posts

  • Contract between equals() and hashCode() methods on HashMap?
  • What is HashMap in java 8?
  • What is Apache Kafka?
  • How to Sum a List of Integers Using Java Streams (Java 8+)
  • Useful anotation to build microservices

Categories

  • Design Pattern
  • java 8
  • microservices
  • reactjs
  • sorting
  • stream API
  • Uncategorized

About This Site

This may be a good place to introduce yourself and your site or include some credits.

Find Us

Address
123 Main Street
New York, NY 10001

Hours
Monday–Friday: 9:00AM–5:00PM
Saturday & Sunday: 11:00AM–3:00PM

Recent Posts

  • Contract between equals() and hashCode() methods on HashMap?
  • What is HashMap in java 8?
  • What is Apache Kafka?
  • How to Sum a List of Integers Using Java Streams (Java 8+)
  • Useful anotation to build microservices

About This Site

This may be a good place to introduce yourself and your site or include some credits.

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © 2025 Code With Rupendra.
Powered by WordPress and HybridMag.
  • Facebook
  • YouTube
  • Twitter
  • Home
  • Java 8
  • Microservices
  • ReactJs
  • Design Patterns

Code With Rupendra

  • Home
  • Java 8
  • Microservices
  • ReactJs
  • Design Patterns