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

Improving Project Presentation in jez-7.github.io

Introduction

The jez-7.github.io project appears to be a personal website or portfolio. A key aspect of such sites is the presentation of projects. Maintaining consistency and visual appeal across project displays enhances user experience and conveys professionalism.

The Problem

Inconsistencies in how projects are displayed can detract from the overall presentation.

Read more