<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Lambdas on Devops Monk</title><link>https://blog.devops-monk.com/tags/lambdas/</link><description>Recent content in Lambdas on Devops Monk</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 04 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.devops-monk.com/tags/lambdas/index.xml" rel="self" type="application/rss+xml"/><item><title>Java 8 Overview: The Release That Changed Everything</title><link>https://blog.devops-monk.com/tutorials/java8/java8-overview/</link><pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate><guid>https://blog.devops-monk.com/tutorials/java8/java8-overview/</guid><description>Before We Start — Feel the Difference You&amp;rsquo;re about to learn Java 8. Before diving into history and theory, let&amp;rsquo;s just feel what changed. Here&amp;rsquo;s the same task written in Java 7 and Java 8:
Task: Find all names that start with &amp;ldquo;A&amp;rdquo;, uppercase them, sort them, and collect into a list.
// Java 7 — 10 lines, two passes, one temporary variable, zero joy List&amp;lt;String&amp;gt; result = new ArrayList&amp;lt;&amp;gt;(); for (String name : names) { if (name.</description></item></channel></rss>