排序
Java programmers of DEV, what is your favorite IDE?
Java programmers of DEV, what is your favorite IDE?,It has been a long time since I've touched Java but back then, Eclipse was my favorite. Netbeans was good too but but I liked th...
Those sneaky NullPointerExceptions!
Those sneaky NullPointerExceptions!,There is a form of driving called 'defensive driving'. Defensive drivers anticipate accidents and bad drivers. This lowers the chances of gettin...
Multiple JDKs? No problem!
Multiple JDKs? No problem!,Have you had problems with several versions of Java on your machine? Do you lose time configuring the environment variables? There is an elegant solution...
Java vs PHP: Which is best for software development?
Java vs PHP: Which is best for software development?,PHP is a standout amongst the most developed, pervasive server-side contents on the web. Java is universally useful, ordered pr...
Developing 10x faster with a Surface Go, thanks to VS Code and Azure
Developing 10x faster with a Surface Go, thanks to VS Code and Azure,As developers we always seek to have the most efficient environment, and that often means buying a high-end lap...
Micronaut PetClinic with GraalVM > 19
Micronaut PetClinic with GraalVM > 19,Now you can run Micronaut PetClinic with the (kinda) latest GraalVM Native Image. I will explain the meaning later. Build & Run $ git clon...
Why iam still learning basic?
Why iam still learning basic?,Why? It's beacuse my brain need that, it's like vitamin for me, litlle jealous with new comer but high skilled ( 3 of that language) from me. Android ...
Mockito for noobies
Mockito for noobies,Ladies and gentleman, after some months procrastinating, watching all Netflix series available in the internet I finally make this tutorial about Mockito. A rea...
Immutable data structures in Java
Immutable data structures in Java,As part of some of the coding interviews I’ve been conducting recently, the topic of immutable data structures comes up regularly. I’m not overl...
Resilience for Java microservices. Circuit Breaker with Resilience4j
Resilience for Java microservices. Circuit Breaker with Resilience4j, What is circuit breaker pattern? Read this first post to understand the concept. Resilience pattern for Java m...
I ain’t afraid of no regex
I ain't afraid of no regex,Sometimes knowing what you do not want is as important as knowing what you do want. This is true for regular expressions (regex), but it is also true for...