Skip to content

blog.ramittal.com

www.ramittal.com – We Connect People

Month: July 2026

  • Home
  • 2026
  • July
  • Page 4
  • java
  • JavaEvolutionSeries
  • programming

Part 14: Understanding Every Java Date & Time Class – Choosing the Right Type for Every Situation

  • Rahul Mittal
  • July 4, 2026
  • 7 min read

Introduction In the previous article, we explored why Java replaced the legacy Date and Calendar APIs with the modern Java Date & Time API (JSR-310). We learned about the shortcomings…

  • java
  • JavaEvolutionSeries
  • programming

Part 13: Java Date & Time API (JSR-310) – Building Time-Safe Enterprise Applications

  • Rahul Mittal
  • July 4, 2026
  • 6 min read

Introduction Ask any experienced Java developer about the most frustrating APIs in Java before version 8, and one answer appears almost every time: Date and Time handling. For nearly two…

  • java
  • JavaEvolutionSeries
  • programming

Part 12: Parallel Streams and Spliterator – Understanding How the Stream API Executes Work

  • Rahul Mittal
  • July 4, 2026
  • 7 min read

Introduction One of the most impressive capabilities introduced in Java 8 was the ability to process collections in parallel with almost no changes to application code. Changing this: employees.stream() to…

  • java
  • JavaEvolutionSeries
  • programming

Part 12: Parallel Streams and Spliterator – Understanding How the Stream API Executes Work

  • Rahul Mittal
  • July 4, 2026
  • 7 min read

Introduction One of the most impressive capabilities introduced in Java 8 was the ability to process collections in parallel with almost no changes to application code. Changing this: employees.stream() to…

  • java
  • JavaEvolutionSeries
  • programming

Part 11: Custom Collectors – Building Your Own Aggregation Engine

  • Rahul Mittal
  • July 4, 2026
  • 7 min read

Introduction Throughout this Stream API series, we've used many built-in collectors: toList() toSet() groupingBy() partitioningBy() mapping() joining() counting() summingInt() averagingDouble() maxBy() minBy() These collectors solve most day-to-day programming problems. But…

  • java
  • JavaEvolutionSeries
  • programming

Part 10: Collectors.partitioningBy() – Splitting Data into Two Logical Groups

  • Rahul Mittal
  • July 4, 2026
  • 6 min read

Introduction In the previous articles, we explored Collectors.groupingBy() and discovered how it can transform large collections into meaningful reports, dashboards, and analytical summaries. groupingBy() is ideal when data needs to…

  • java
  • JavaEvolutionSeries
  • programming

Part 9: Downstream Collectors – Building Enterprise Reports with groupingBy()

  • Rahul Mittal
  • July 4, 2026
  • 7 min read

Introduction In the previous article, we explored Collectors.groupingBy() and learned how to group Stream elements into logical categories such as departments, cities, and transaction dates. While grouping data is useful,…

  • java
  • JavaEvolutionSeries
  • programming

Part 8: Mastering Collectors.groupingBy() – Building Enterprise Reports and Dashboards

  • Rahul Mittal
  • July 4, 2026
  • 7 min read

Introduction In the previous article, we learned that Collectors provide the aggregation engine for the Stream API. We explored how they accumulate Stream elements into collections, maps, and other complex…

  • java
  • JavaEvolutionSeries
  • programming

Part 7: Understanding Collectors – The Backbone of Stream Aggregation

  • Rahul Mittal
  • July 4, 2026
  • 7 min read

Introduction So far in this series, we've learned how to: Build Stream pipelines. Filter data. Transform objects. Flatten nested collections. Sort results. Execute pipelines using terminal operations. These capabilities are…

  • java
  • JavaEvolutionSeries
  • programming

Part 6: Stream Terminal Operations – Mastering collect(), reduce(), count(), findFirst(), findAny(), min(), max(), anyMatch(), allMatch(), noneMatch(), and toList()

  • Rahul Mittal
  • July 4, 2026
  • 7 min read

Introduction In the previous article, we explored intermediate operations such as filter(), map(), flatMap(), distinct(), sorted(), limit(), and skip(). We learned that these operations are lazy—they define a processing pipeline…

Posts pagination

Previous 1 … 3 4 5 Next

Recent Posts

  • Part 42: The Java 8 → Java 21 Journey – Building Modern Enterprise Microservices and Looking Ahead to Java 26
  • Part 37: Java 21 – Virtual Threads – Revolutionizing Spring Boot Microservices and Enterprise Banking Applications
  • Part 41: Java 21 – Vector API – Unlocking Modern CPU Performance for Banking, AI and Analytics
  • Part 40: Java 21 – Foreign Function & Memory API (Project Panama) – The Future of Native Integration for Enterprise Applications
  • Part 39: Java 21 – Sequenced Collections – Bringing Consistency to the Java Collections Framework

Recent Comments

No comments to show.

Archives

  • July 2026
  • June 2026
  • May 2026
  • March 2026
  • December 2025
  • March 2025
  • January 2025
  • December 2024

Categories

  • AI
  • Bangkok
  • Database
  • feature
  • general
  • interview
  • java
  • JavaEvolutionSeries
  • leadership
  • Metrics
  • microservices
  • Observability
  • programming
  • project management
  • ramittal.com
  • security
  • spring
  • Thailand
  • Travel
Copyright © 2026 blog.ramittal.com Theme: Crystal Blog By Adore Themes.