potatoesblog.techHow to Dockerize a Spring Boot App with PostgreSQLIn this article, I will show you how to use Docker with SpringBoot and PostgreSQL, to follow up you should have a basic understanding of what is Docker, Maven installed, experience with Spring Boot and an IDE of your choice. Notice: If you already ha...Apr 18, 2023·7 min read
potatoesblog.techHow to change the last commit message in git?It happens many times that you just commit a change and you realized that you made a typo or you forgot to add a file before committing. When this happens you probably think of adding a new commit message, at least this is what I was doing, Thankfull...Jan 19, 2023·2 min read
potatoesblog.techHow I created a directive in Angular that renders components only if user is authorized?Recently, I was working on an Angular project where certain components were public meaning that everyone should see them and others should be rendered only if the user is authenticated or have a specific role, so I was doing something like this: <!--...Jan 17, 2023·3 min read