Latest Updates

Documenting code, one commit at a time.

Refactoring for Clarity: Prioritizing Entity-Centric Logic

In the springboot-calificaciones project, a key focus is maintaining clear and manageable service layer code. One aspect of this involves how data transfer objects (DTOs) and entities are handled within service methods.

DTOs vs. Entities in Service Methods

When implementing create and update operations, a common question arises: Should service methods accept DTOs or entities as parameters?

Read more
Docker CSS HTML

Optimizing Docker Image Size for jez-7.github.io

The Problem

The jez-7/jez-7.github.io project's Docker image was larger than necessary, impacting deployment times and efficiency. The goal was to reduce the image size without sacrificing functionality.

The Approach

The primary focus was on adjusting the Docker icon size within the ProjectsSection component. This involved modifying the size class used by the Docker component to

Read more