Here you can find name, location and the dates of all Java conferences that will take place in 2019, world wide.
How to become a Web Developer in 2019 – The Web Development RoadMap
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Weekly round-up: Java for iOS, MicroProfile 3.0, JDK 13 Rampdown Phase One & more – JAXenter
Every Monday, we take a step back and look at all the cool stuff that went down during the previous week: Java for iOS, MicroProfile 3.0 & more.
How to do InOrder traversal in Binary tree without Recursion in Java
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
#REVIEW: What’s new in MicroProfile 3.0
With the MicroProfile release cycle of three releases every year in February, June, and October we got MicroProfile 3.0 on June 11th, 2019. This version is based on MicroProfile 2.2 and updates the Rest Client, Metrics, and Health Check API which I’ll show you in this blog post today. The current API landscape for MicroProfile…
Announcing the Visual Studio Code Installer for Java | The Visual Studio Blog
It’s been almost 3 years since the first Java language server was developed during a hackathon in a small conference room at Microsoft’s Zurich office with people from Red Hat, IBM, Codenvy and Microsoft, which later became one of the most popular extensions for Visual Studio Code with more than 2.7 million installations.
3 Books and Courses to Learn Spring Security 5 in Depth
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Difference between @RestController and @Controller Annotation in Spring MVC and REST
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
EE Security in Relation to JASPIC, JACC and LoginModules/Realms
A very detailed look at the newly in Java EE 8 introduced API. The Java EE Security API or “EE Security” in short.
Top 20 Linked List Coding Problems from Programming Job Interviews
A linked list is another common data structure that complements the array data structure. Similar to the array, it is also a linear data…
Java Strings, Generics, Collections, Exceptions, Enums and Annotations Best Practices
In this article, I would like to discuss the Java best practices of important and most commonly used Java topics Strings, Generics, Collections, Exceptions, Enums, and Annotations.
Microsoft makes getting started with Java and VS Code easier – TechCrunch
After only a few years, Microsoft’s free Visual Studio Code has become one of the most popular code editors on the market. One of VS Code’s advantages is its flexibility. This flexibility does come with some complexity when it comes to getting everything set up. Today, the company launc…
Microservices for Java EE Developers
See how microservices can be a valid option for Java EE developers and how Payara Micro can help them by providing a perfect platform.
JRebel 2019.1.0 brings you Java 12 and more
With JRebel 2019.1.0, we have full support for the just-released Java 12. Discover what else the latest JRebel release has in store.
Memory Leaks: Fallacies and Misconceptions | Plumbr – User Experience & Application Performance Monitoring
In the years we have spent building Plumbr we have detected and solved so many memory leaks that I have actually lost count. Interestingly, during these years we have encountered even more situations…