Skip to content

Helber Belmiro

  • Blog
  • English
    • Português
    • English

Helber Belmiro

  • Blog
  • English
    • Português
    • English

Creating Testable Applications with MicroProfile and CDI

  • August 24, 2020August 31, 2020

In software development, writing test code is just as important as writing the application code itself. An application without tests will quickly turn into a nightmare for the maintainers because every change needed, no matter… Read More »Creating Testable Applications with MicroProfile and CDI

Why Should You Consider Using MicroProfile In Your Microservices?

  • July 22, 2020August 16, 2020

A Little Bit of History “Write once, run anywhere” was the slogan created by Sun Microsystems in 1995 when the first Java version came out. One of the things that allowed this was the creation… Read More »Why Should You Consider Using MicroProfile In Your Microservices?

Creating objects in a fancy way: Builder Pattern

  • June 22, 2020August 16, 2020

One of the most used Design Patterns is the Builder Pattern. As Joshua Bloch stated in his excellent book Effective Java, the use of that pattern results in a fluent API with the code easy… Read More »Creating objects in a fancy way: Builder Pattern

Get Rid of java.lang.NullPointerException with Checker Framework

  • May 25, 2020August 16, 2020

Checker Framework is a tool that helps us to detect and prevent errors in our applications. It has several checkers that verify our code in search of bugs, and we can also write our compiler… Read More »Get Rid of java.lang.NullPointerException with Checker Framework

©2020 Helber Belmiro