I have been just splitting my head to parse data from from a erp database to csv and then from csv to erp database again using the programming language user by erp system.
The first part of converting data to csv works fine with help of ai coding assistant.
The reverse part of csv to database is getting challenging and even claude sonnet 3.7 is not able to escape newline correctly.
I am now implementation the data format in json which is much simpler.
I took a 5 months break to create a web app for personal finance. It calculates the amount you need for achieving financial Independence and simulates the expenses, networth, and income with time based on investment returns and inflation rate
But I still can't easily figure out to deploy my apps to a VPS.
So far I have manually set up my server and database.
I want learn more on devops to deploy it using containers.
This will enable me to host mutiple service in a VPS and I don't have to use PAAS solutions.
I can also easily switch providers too.