java

(pt) Componentes de segurança no Spring Boot 3

(portuguese) Este video faz parte do curso que criei em Spring Boot 3, e explica os principais componentes de segurança. Podem encontrar o curso na Udemy aqui https://www.udemy.com/course/spring-boot-da-terra-a-cloud/?referralCode=097457F956591AE382BA

Read More
architecture

Spring Boot – Course

If you need to develop your skills on Spring Boot, look no further, I have created a course (only in portuguese at this time) that covers 17 different subjects with more than 32 hours and

Read More
java

Java Learning – Constructor chaining

Constructor chaining refers to invoking one constructor from another within the same class. This technique offers several benefits, including: Consider the Java class ColoredPoint2D, which is equipped with three distinct constructors: What should the constructors include

Read More