Siempre he estado posteando sobre tecnología, cursos, pero, ya casi pronto a cumplir mis 48 años quiero comentarles algo que he visto en mi vida y que me ha ayudado muchísimo. No se que religión profeses, así que no juzques mi post por tu posición religiosa, sino miralo como una conclusión en base a la experiencia y si te sirve super, sino, simplemente ríete y sigue navegando en la internet.Nunca...
Renovate Bot - To keep your dependencies up to date.
I am a software engineer in ExoReaction and had the opportunity of configuring and use Renovate for our projects in our repositiores (Quadim, Cantara, entraeiendom)It hasn't happened to your project that over time its dependencies are outdated.Well, I'll tell you that there is an excellent...
Curso Spring Boot 2022
Estimados, Esta disponible el curso gratuito de Spring Boot en mi canal de Youtube.
Espero les sea de utilidad.Enjoy!...
Applying Google Code Style to your Java Projects
Over the years I have seen how some projects upload their code with indentation or without indentation.I learned working with teams that apply good practices, that it is good to use a style guide for the source code.One of them and widely used in other companies, is the google java format which...
Automating Resource Management in Java
One day ago, my friend "Nazareno" showed me his code of how to call a database function and it had a structure like this:Try-with-resourcesThe problem with it code is that only is managing the automatic close connection with the try-with-resources:In it new try all the resources are closed in the reverse...
Virtual Checker built with Angular + Firebase + Flutter + JakartaEE + Microprofile + PostgreSQL on Azure - Parte 4
This post is about the inspector backend, it will be deployed in our payara server.The source code is on GitHub: https://github.com/joedayz/ws-inspector1. This project will be using Jakarta EE, Microprofile, Blaze Persistence, Apache DeltaSpike, Lombok and Firebase-Admin as principal dependencies....