After a long break, I'm back with a post. It concerns my new mini-project. Due to the fact that I currently work professionally in Java, I decided to learn a more modern framework for writing front end. The choice fell on Angular. As you know, knowledge is best absorbed by writing your own projects, so I am pleased to present to you the effect of my learning so far.

The application is designed to support the work of plastic processing technologists. I have already written a similar application and it is called BendMaster (you can see the entry about it here). The main purpose of the application is to calculate the value of the k-factor for the user, about which you can learn more, e.g. at with this link, as well as calculation of material loss values for the bending angle range from 20° to 175°.
The application has the following technology stack:
- Frontend:
- Angular 15
- Bootstrap (ng-Bootstrap)
- Bootstrap icons
- Backend:
- SpringBoot
- Liquibase
- MySQL
You can see the code on my github, and below is a short demo of the application: