排序
Implementing Binary Search in Java
Implementing Binary Search in Java, A&DS in Java (3 Part Series) 1 Implementing Singly Linked Lists in Java 2 Implementing Selection Sort in Java 3 Implementing Binary Search i...
Using Bean Validation on Quarkus.io
Using Bean Validation on Quarkus.io, Quarkus Tutorial (3 Part Series) 1 How to set up a REST API using Quarkus.io 2 Configure JPA on Quarkus.io 3 Using Bean Validation on Quarkus.i...
Should you always code against an interface?
Should you always code against an interface?,Lately I had a rather interesting discussion about interface-based programming called also coding to an interface, or programming to an...
[Série do Instagram – Primeiros passos como backend] Programação orientada a objetos
[Série do Instagram - Primeiros passos como backend] Programação orientada a objetos,Olar, no primeiro artigo dessa série listei os posts sobre lógica de programação que esc...
How to catch and fix a Guice dependency injection issue using Sensei
How to catch and fix a Guice dependency injection issue using Sensei, How to catch and fix a dependency injection issue using Sensei The Sensei project itself has its own set of re...
Java: Files.readAllBytes()
Java: Files.readAllBytes(), Files.readAllBytes() reads all the bytes from a file #java. Check out STJ: Java fantasy card game at https://summonthejson.com/products/summon-the-json-...
Understanding Dependency Injection
Understanding Dependency Injection, Watch My Video Explanation The Basic Idea Dependency Injection is one of those programming concepts that are quite simple, yet seems so complica...
Experience
Experience,I have been working for 11 years with C and Java. I started to be more actively with android, and more tools open source. I have been too active with CI/CD over the last...
De advogada a desenvolvedora de software
De advogada a desenvolvedora de software,Alerta textão…. Mentira, prometo que não vai ser tão longo assim =) Minha trajetória na área de tecnologia é bem curta, até agora. ...
Transaction in Spring Boot as simple as possible
Transaction in Spring Boot as simple as possible, Introduction A few days ago I had to investigate a bug in production that involved a database transaction, specifically defined by...
Revisiting the L in SOLID
Revisiting the L in SOLID,Photo by Pavel Nekoranec on Unsplash This is a continuation of the SOLID. In the last post, I covered the O and now we will be continuing with the L. So i...