Latest Updates

Documenting code, one commit at a time.

Building a Spring Boot Backend: Initial Setup

Setting up a new backend project can be daunting. This post describes the initial steps taken when building a Spring Boot backend application, focusing on entity creation, repository definition, service implementation, and controller setup.

Project Structure

The project, named vaca-mariposa-backend, uses Maven as its build tool and incorporates several key components of the Spring ecosystem.

Read more

Frontend Project Setup and General Style Adjustments

Introduction

Starting a new frontend project can be both exciting and daunting. Establishing a solid foundation early on is crucial for maintainability and scalability. This post covers the initial setup of a new frontend project, focusing on creating the project base and making general style adjustments to ensure a consistent look and feel.

Project Base Creation

The first step in any

Read more