Eugen (Baeldung)
Start Here
2 min read · 2020-08-15 · Start exploring everything on Baeldung, here.
Reader View · Shared by 2, including Luis Bravo
Eugen (Baeldung)
The Java 8 Stream API Tutorial
~11 min read · From 2019 · The article is an example-heavy introduction of the possibilities and operations offered by the Java 8 Stream API.
Reader View · Shared by 3, including Luis Bravo
DEV Community 👩💻👨💻
Let's talk about STREAMS !!
6 min read · 2020-08-09 · Hey there! In this article I will be talking about Streams in Java and how they help i...
Reader View · Shared by 5, including Luis Bravo
Eugen (Baeldung)
Lambda Expressions and Functional Interfaces: Tips and Best Practices
8 min read · From 2019 · Tips and best practices on using Java 8 lambdas and functional interfaces.
Reader View · Shared by 5, including Luis Bravo, rohit
Eugen (Baeldung)
Java – Try with Resources
2 min read · From 2019 · A quick and practical guide to how we can use the try-with-resources functionality introduced in Java 7 to auto-close resources and simplify our syntax.
Reader View · Shared by 3, including Luis Bravo
Open Source Way
Understanding software design patterns
~11 min read · From 2019 · Design patterns help eliminate redundant coding. Learn how to use the singleton pattern, factory pattern, and observer pattern using Java.
Reader View · Shared by 7, including Luis Bravo
Open Source Way
7 resources to grow your Java skills
~14 min read · 2020-07-31 · Java is still one of the most influential programming languages today. It only recently dropped from #2 to the third most used programming language on GitHub. You may say usage is not everything, but…
Reader View · Shared by 3, including Luis Bravo
medium.com
10 Books Java Developers Should Read in 2020
20+ min read · 2020-08-09 · Hello folks, If you are Java developer and wondering what to read in the remaining of 2020, then you have come to the right place. In this…
Reader View · Shared by 6, including Luis Bravo
SitePoint
Self Types with Java's Generics
10 min read · 2020-08-09 · Self types let a class reference its own type. Java doesn't have them, but there is a trick.
Reader View · Shared by 2, including Luis Bravo
mastertheboss.com
Top 5 solutions for Java Http Clients
3 min read · 2020-08-05 · In this tutorial we will check some of the best solutions if you want to implement an Http Client . You can run the Http Client on the top of WildFly appli...
Reader View · Shared by 3, including Luis Bravo
square.github.com
OkHttp¶
3 min read · 2020-08-05 · HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently makes your stuff load faster and saves bandwidth. OkHttp is an HTTP client that’s efficient by…
Reader View · Shared by 3, including Luis Bravo
sdkman.io
Home - SDKMAN! the Software Development Kit Manager
2 min read · From 2018 · SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. It provides a convenient Command Line Interface (CLI) and API for installing,…
Reader View · Shared by 15, including Simon07, Francis DB, Luis Bravo
journaldev.com
JournalDev - Java, Java EE, Android, Python, Web Development Tutorials
5 min read · From 2017 · Java, J2EE, Java EE, Android, jQuery, JSF, iOS, Spring Framework, java interview questions, design patterns, tutorials
Reader View · Shared by 7, including Luis Bravo, rohit
jet-start.sh
Performance of Modern Java on Data-Heavy Workloads, Part 1
9 min read · 2020-06-09 · The Java runtime has been evolving more rapidly in recent years and,
Reader View · Shared by 7, including rohit, Luis Bravo
tutorials.jenkov.com
Software Development Tutorials by Jakob Jenkov
From 2016 · Java Lambda Expressions The Java lambda expression tutorial has been updated quite a bit, and now includes a video version too.
Shared by 10, including rohit, Luis Bravo