Learn how to apply Page Rank, Triangular Counting, and other graph operations with Apache Spark and GraphFrames
Also find me here:
Baeldung Author
Norberto Ritzmann
Norberto has been a Java software engineer for more than 13 years building enterprise applications. Holds a Master Degree in Machine Learning, and for the past two years, he has been working on frameworks of a big company built on top of Spring.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (2)
- Spring Cloud (1)
- Logging (1)
- DevOps (1)
- Data (1)
@Timed Annotation Using Metrics and AspectJ
We look at how to add lightweight timing instrumentation to an app using a combination of Metrics and AspectJ, making it as simple as adding @Timed to a method.
ETL with Spring Cloud Data Flow
Filed under Spring Cloud
Learn how to implement ETL with Spring Cloud Data Flow.
Iterate Through a Range of Dates in Java
Filed under Java
Learn some practical ways to iterate over a range of date values, whether you’re using Java 7, 8, or 9 and above.