Today's post will focus on standing up a very simple example of combining Kotlin with the Spring Boot framework. This is a small step of my larger Job Costing project, where I have ported a Java Swing app to a React/Kotlin/Spring app. This will be a very simple exercise and should only take a few … Continue reading Job Costing #3 – Kotlin & Spring
Category: Projects
Job Costing #2 – Architecture
Today I return to my project of updating my client's job costing app from Java Swing to web technology. I previously discussed the scope of the project. As a reminder, the goal is to leave the business rules in place and simply change the platform that the app is running on. Goals From an overview … Continue reading Job Costing #2 – Architecture
Job Costing #1 – Scope
Today I'm starting a new professional project. The client wants me to update the platform of their current job costing application from a Java Swing app to a web app.