Learn Data Structures and Algorithms in Java to provide efficient solutions to complex problems
Moving Host Cobol Batches and Monolith Webapps to Cloud and Microservices
Very interesting presentation in Amazon Event “From Mainframe to Microservices – Vanguard’s Mov…
Writing Custom Aggregate Functions in SQL Just Like a Java 8 Stream Collector
All SQL databases support the standard aggregate functions COUNT(), SUM(), AVG(), MIN(), MAX(). Some databases support other aggregate functions, like: EVERY() STDDEV_POP() STDDEV_SAMP() VAR_POP() …
Modern development with JetBrains IDEs – JAXenter
Are you taking advantage of all the cool features in JetBrains? Trisha Gee and Florin Pățan explore the features available in IntelliJ IDEA and GoLand.
Understanding Ordering With JavaScript Async Methods – DZone Web Dev
A software developer discusses the nature of asynchrony in the JavaScript language, and goes over some sample JavaScript code to demonstrate how async works.
Java Bridge Design Pattern Example
1. IntroductionIn this article, we would be talking about one of the many Java Design Patterns – T…
Natural Language Processing with Java – Second Edition: Book Review and Interview
Natural Language Processing with Java – Second Edition book covers the Natural Language Processing (NLP) topic and various tools developers can use in their applications. Technologies discussed in the book include Apache OpenNLP and Stanford NLP. InfoQ spoke with co-author Richard Reese about the book and how NLP can be used in enterprise applications.
Java SE 11: The Great Removal
Java SE 11 has been released, with fairly few minor new features. That’s not surprising as Java 11 receives long-term support in Oracle’s new release cadence, so its main purpose is to stabilize th…
Let’s dispel three common Java microservices myths
What’s the most ridiculous myth you’ve ever heard when it comes to targeting containers for Java-based development? Here, we address three common Java microservices myths and misconceptions.
Manual on Java 11: One small step for the new Java release train, one giant leap for Java 8 users – JAXenter
The Java 11 mini-series is coming to an end but not before we ask our nine experts one last question: How much do you care about Java 11?
How to demonstrate Java instruction reordering problems?
With Java instruction reordering the execution order of the code is changed by the JVM at compile time or run time, possibly causing unrelated statements to be executed out-of-order.So my questio…
Payara and Zulu: The Perfect Open Source Java Combination
If your business uses apps that run on a Java app server there’s no better, or more cost-effective solution than using Payara & Azul to support your infrastructure.
Validation in Java applications
I often have seen projects that didn’t have almost any conscious strategy for data validation. Their…
From Monoliths to Pragmatic Microservices with Java EE
Java EE maybe isn’t the first thing we think of when talking about Microservices, but it’s invaluable for building maintainable and long living applications based on the Microservices architecture. MicroProfile complements Java EE that make Microservices even simpler and more productive.