Postagens

GitLab - How to not automatically close issues when merge a branch

Imagem
  What problem does this solve It don't want to automatically close your issues after a merge request.

Using Microsoft Exchange on linux with Davmail and Mailspring

Imagem
  What problem does this solve If you need to use Exchange email on a Linux distribution.

How to create a React App with Parcel

Imagem
What problem does this solve How set up a React app with Parcel.             

How to use SWC compiler in a React App with CRACO

Imagem
  What problem does this solve  If you need to optimize the build time of your React app swc is a very good option.

How to validade objects on backend - Spring Boot

Imagem
What problem does this solve If you need to validate objects on backend with Spring boot. You can create validation to each property with custom messages. A very useful feature to your projects.