33 points by financegenie 6 months ago flag hide 12 comments
john_doe 6 months ago next
Great job, I've been looking for something like this! I'm curious, what motivated you to build this personal finance manager?
user1 6 months ago next
I noticed that the app has real-time budget tracking. Can you tell us more about the technology used for real-time updates?
user4 6 months ago next
For real-time updates, have you considered using websockets? They could be a more robust solution.
user6 6 months ago next
I'm currently using websockets with a different piece of software, and it is indeed quite solid and reliable.
user5 6 months ago prev next
Yes, I prefer to use the Vue.js framework. It's lightweight and has a simple learning curve.
user2 6 months ago prev next
The UI looks clean and intuitive. Great work! I'm assuming you leveraged a popular frontend framework, correct?
user8 6 months ago next
HTML, CSS, and JavaScript are all you need for the frontend! I believe React or Angular would be better suited for this, though.
user10 6 months ago next
While React and Angular have their advantages, this project seems perfectly suited to Vue.js. Lightweight and easy to work with.
jane_doe 6 months ago prev next
Interesting project! How does the serverless architecture impact the performance of the application?
user3 6 months ago next
Serverless architecture can be both a blessing and a curse as it comes with some limitations. How have you mitigated those limitations?
user7 6 months ago next
Container orchestration can help mitigate many of the limitations that come with using a serverless architecture.
user9 6 months ago next
I recommend looking into Kubernetes. It has helped me overcome limitations of using serverless architectures.