A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
GitHub will store code near North Pole for 1,000 years – JAXenter
Nothing lasts forever, except maybe code mistakes? On February 2, 2020 a GitHub snapshot of all active public will take a trip to the Arctic Code Vault.
Gradle 6.0 brings Java 13 support & much more – JAXenter
Gradle 6.0 brings much improved features for dependency management, faster incremental compilation for Java and Groovy, support for Java 13 & more!
Is Java slow? Compared to C++, it’s faster than you think
It’s a fair question to ask: Is Java slow? If you focus solely on performance time and resource consumption, it lags behind C++, but overall Java is still quite fast.
Free Java Tutorial – Java for Noobs
Beginners Guide to Programming in Java – Free Course
Conspect Kennissessie Micronaut – NLJUG – Nederlandse Java User Group
Wil jij bij onze kennissessie Micronaut zijn op 25 november? In deze presentatie gaan we kijken naar
Weekly Review: State of the Developer Nation, Java news & more
Last week we saw the State of the Developer Nation report, developments in the Java world and Docker Enterprise’s acquisition by Mirantis, plus much more.
How to understand this Java 8 Stream collect() method?
I was trying to convert an int array to List and I took the unfamiliar route of using Java 8 Stream and came up with thisArrays.stream(arr).boxed().collect(Collectors.toList());I still have
Java on Visual Studio Code November Update | Java at Microsoft
Welcome to the November update of Java on Visual Studio Code. Starting this month, we’re moving to a new home called Java at Microsoft, where you can find not only updates about Java on Visual Studio Code, but also other news and insights for Java development with other Microsoft tools,
Marcus Biel. Java Clean Code Craftsman.
Marcus Biel (@MarcusBiel) is a well-known software craftsman, Java influencer and Clean Code Evangelist.
Quarkus: A quick-start guide to the Kubernetes-native Java stack
As immutable infrastructure was starting to hit its stride four or five years ago, one question Java developers were struggling with was: “How do my microservices have to be optimized in Linux container architecture like faster startup and smaller memory footprint?”
Open Liberty Java runtime now available to Red Hat Runtimes subscribers – Red Hat Developer
Open Liberty is now available as part of a Red Hat Runtimes subscription. Run your MicroProfile and Jakarta EE apps in containers on OpenShift with commercial support from Red Hat and IBM.
Java Weekly, Issue 307 | Baeldung
A look at the MultipleBagFetchException in Hibernate, and a tutorial on externalizing Spring Boot configuration properties.
TDD Changed My Life
It’s 7:15 am and customer support is swamped. We just got featured on Good Morning America, and a whole bunch of first time customers are…
10 Examples to Format and Parse Date Time in Java 8 using LocalDateTime and DateTimeFormatter
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.