Day 1: java inroduction

What is Java? Java is a popular, high-level, object-oriented programming language designed for flexibility, security, and cross-platform compatibility. It follows the "Write Once, Run Anywher...
0 Read More

DAY 2 -JAVA

DAY 2 -JAVA
WHAT IS A JOR FILE?A JAR file allows Java runtimes to efficiently deploy an entire application, including its classes and their associated resources, in a single request.WHAT IS CLASS?Class is an gro...
0 Read More

Hexagonal+optimistic may not be easy

Hexagonal or ports & adapters architecture is commonly used to structure the services so that details of the communication (including APIs and database access) do not leak into the business logic ...
0 Read More

Cap8 Mais operações com Streams

Ordenando um Stream1 Ordenação de uma List Utiliza o método sort da List.Exemplo de ordenação por nome: usuarios.sort(Comparator.comparing(Usuario::getNome));2 Ordenação em um Stream O método ...
0 Read More

Configurations? Forget about it!

Configurations? Forget about it!
The Ultimate Application Config tool: A Realtime SDK and Web Admin Solution What's the first task we're assigned to when we join any project?Setup our Development Environment (Yeah!....
0 Read More

Day-06: Hello-world from JAVA

Day-06: Hello-world from JAVA
To install Java in Linux machine: sudo apt install default-jdk -yCode working flow: Source Code to Byte Code - Compilation Byte Code to Binary Code - Execution Source Code to Byte Code - Compile Ti...
0 Read More