EronAlves1996

EronAlves1996 @eronalves1996

About: Java/Angular developer and Computer Science enthusiast

Joined:
Jul 27, 2021

EronAlves1996
articles - 40 total

Implementing the Skeletal Implementation design pattern

Let's explore the java standart library a little bit? The java Collections framework is used by java...

Learn More 2 0Jul 8 '25

Uma reflexão sobre minha carreira

Esse é um dos poucos posts que vou escrever em português mesmo, e explico isso no decorrer desse...

Learn More 10 0Jul 3 '25

Deep drive into driver load mechanism of JDBC

JDBC is the classic API in Java for database connectivity (it stands for Java Database Connectivity...

Learn More 2 2Jun 6 '25

Deep dive into Java Streams implementation - Creating Streams

From Java 8, Java Streams and Lambdas was a great addition to Java language, but from there to today,...

Learn More 3 0Jun 3 '25

You don't need a Builder in Scala

In java, due to the language inflexibility, we need a way to pass properties under a name when some...

Learn More 0 0Apr 14 '25

Fundamentals of Multiprogrammed Environments

Computers today can realize a lot of useful features and with some ilusion to be at the same time....

Learn More 5 1Mar 31 '25

Domain Driven Design: the layered arch

The layered arch, more traditionally, the 3-tier arch is a trending in the enterprise...

Learn More 1 0Mar 6 '25

Language design and Idiomatism

There are really hard things to discuss in general circles. In programming communities in general is...

Learn More 2 0Feb 27 '25

Print each level of a Tree in a new line

Some weeks ago, in the social networks, I scrolled over some comments and posts about a somewhat...

Learn More 1 0Feb 20 '25

Domain Driven Design: It's a matter of communication

Let's be real: in the majority of sets you gonna work with a multidisciplinary team. You don't work...

Learn More 0 0Jan 8 '25

Another way to check palindromes

By these days, I was scrolling into Linkedin and Twitter, and see a very common coding challenge:...

Learn More 0 0Dec 30 '24

Domain Driven Design: making a domain modeling

Recently, I started to read Eric Evans's Book, Domain Driven Design, and I make a decision to share...

Learn More 4 0Dec 28 '24

Dica - Definindo enums como parâmetros em componentes JSF

Você pode definir no seu componente JSF um parâmetro do tipo Enum, e, na hora de utilizar, passar a...

Learn More 1 0Mar 3 '24

JSF possui inflexibilidade

Acho que uma das piores infelicidades na vida de desenvolvedor talvez seja realizar que, talvez, uma...

Learn More 0 0Mar 2 '24

Reimplementar a API de Servlets em Rust?

Ontem à noite, estava eu confabulando em reimplementar toda a especificação de Servlets do Jakarta EE...

Learn More 0 0Feb 17 '24

Mockando LocalDateTime.now()

Um dos principais aspectos dentro de software são as qualidades das entregas. Não adianta eu...

Learn More 4 0Dec 21 '23

Things that I've learned doing a coding challenge in Kotlin (Android)

In the past days, I taked a coding challenge, that, in summary, required making a Tic Tac Toe...

Learn More 4 0Nov 6 '23

(tradução) Lombok e JPA: O que pode dar errado?

Esta é uma tradução do artigo Lombok and JPA: What go wrong? escrito por Andrey Oganesyan. Lombok é...

Learn More 4 0Oct 26 '23

Evoluindo um Merge Sort: de primitivos a collections

Comecei recentemente a estudar algoritmos e estruturas de dados e estou realizando as implementações...

Learn More 1 0Sep 13 '23

Como resolver serviços que aguentam poucas requisições?

Imagine que você tenha um serviço que é literalmente uma blackbox (você não consegue alterar nada...

Learn More 4 0Aug 15 '23

Como praticar sempre e com constância

Existem dois aspectos que me ajudam na prática diária e que me contribuem para me tornar um dev cada...

Learn More 5 0Aug 2 '23

O CRUD mais rápido que você fará em Java

Ei! Que tal fazer um CRUD bem rápido em Java? Vamos saber como: O Spring facilitou muito a vida do...

Learn More 20 0Jul 31 '23

Evite redundâncias ao definir Entities do JPA

Se você for definir uma tabela, por favor, não faça isso! Vamos saber melhor por que! No JPA, uma...

Learn More 2 1Jul 29 '23

Domain Languages (ou Linguagens de Domínio)

Alguns dias atrás fiz um post com um desafio extraído do livro The Pragmatic Programmer. O desafio...

Learn More 1 0Jul 24 '23

Um dos Matchers mais importantes do Spring Security

Post original em: https://twitter.com/masoxi22/status/1681136803112181760 Este aqui deve ser o...

Learn More 4 0Jul 18 '23

Configurando Neovim para Java

Engana-se muito quem acha que é necessário toda uma infraestrutura dedicada para programação Java. A...

Learn More 16 0Jul 16 '23

String vs StringBuffer vs StringBuilder

Hi! In a recent investigation and development of some application, I was in the middle of a doubt:...

Learn More 4 0Apr 8 '23

How classpath scanning works behind the scenes?

Today, I was playing around with some basic file scanning and classpath scanning and the result was...

Learn More 3 0Jan 20 '23

Communication between components in Angular

In Angular, any component is a live unit of information, style, UI and logic. Angular follows...

Learn More 2 0Nov 3 '22

Entendendo Insertion Sort

Programas são compostos por muitos blocos dentro de si, e estes blocos por sua vez são compostos por...

Learn More 4 0Aug 25 '22