SPJCN IV: Quo Vadis Scala
An analysis of the perceived decline of Scala, its influence on Java, and its future niche roles in Big Data and DSLs.
An analysis of the perceived decline of Scala, its influence on Java, and its future niche roles in Big Data and DSLs.
Explores the conflict between Java's reflection API and the strong encapsulation introduced by Project Jigsaw's module system in Java 9.
A summary of key talks and announcements from JavaOne 2016, focusing on Java SE 9 features and Java EE 8 updates.
Explores the reasons behind Java 9's repeated delays, focusing on the technical and organizational challenges of Project Jigsaw.
An interview discussing the reasons for JUnit 5's rewrite, its architecture, differences from JUnit 4, and the extension API.
Explains how to modify Java final fields using reflection, discusses compile-time constants, and warns about unexpected behavior.
Explores potential future Java features discussed at Devoxx Belgium, including new language syntax and capabilities.
Introduction to a new Java newsletter by editor Nicolai, discussing its purpose and the global Java developer community.
A guide to effectively testing Java repository layers, focusing on database setup, using H2 and PostgreSQL, and ensuring production-like environments.
Discusses the pitfalls of coupling unit tests through shared setup and state, advocating for independent tests for better maintainability.
A developer details the challenges of building a Java tracing agent for distributed systems, focusing on asynchronous execution and its impact on garbage collection.
Explains the importance of consistent hashCode() implementation in Java and the risks of mutable objects in hash-based collections.
A developer's introductory blog post announcing a focus on Java, JavaScript, and general programming topics.
A comprehensive guide to the new features and changes in Java 9, covering language updates, APIs, and deprecations.
A rebuttal to common misconceptions and suboptimal practices in Java Streams, using a specific article as a starting point.
Author transitions from a software engineering role at Disy to becoming a Java channel editor at SitePoint, reflecting on lessons learned.
Explains the new Stream::iterate overload in Java 9, which adds a predicate to create finite streams, with examples and caveats.
Key considerations and best practices when switching Java applications to Alpine-based Docker images for reduced size and security.
Explores new methods added to Java's Optional class in Java 9, focusing on the stream() method and its practical applications for cleaner code.
Explores new Stream API methods added in Java 9, specifically the `takeWhile` and `dropWhile` operations for working with prefixes.