Over a week ago, I was trying to top-up my Skype Credits but I can't find that option anymore. Then I saw this news. It's their product, it's their decision, but I just want to say, it used to be a really good product. Skype brings a lot of good memories of the early days of online work.
My take on this. We have been in this situation as well, we rebuilt a project formerly built by another team.
1. First, get the database design right, simplify it as much as possible, and consider that you are going to migrate data from the old design to the new design too. Chances are that some of the old structure might not be needed anymore. Work with your client to determine which tables or fields you can already remove. Also, for data that is not expected to be frequently searched or retrieved through complex queries, considering organizing those in JSON format.
2. Do not code right away. Do a very thorough plan of all the controllers and models you need, and review functions that will be reusable, especially in the models; do the same thing for helpers. You mentioned that it was built by a founder without formal training. There’s a good chance a big part of the code does not follow SOLID principles. Your ultimate goal in this planning is to reduce duplicate functions and make it easy to write test cases for your code, both in the BE and FE.
3. For complex or big features, regardless of your team’s experience, I would encourage you to still use flowcharts. Finalize the logic first before coding. You may find logics that can be simplified or is critical to your database design if you do this.
4. Implement TDD, then configure your CI pipeline to automatically trigger test cases and block merging if a single test case fails. This will instill discipline in your team and reduce the number of bugs.
I don't know if it's an option for you to switch to another language. If it's an option, use TypeScript. Strict typing helps early detection of errors caused by incorrect types or accessing missing properties.
I always feel excited about buying a new book, especially one with beautiful cover, most of it I ended up not reading at all, the excitement dies down easily.
I grew up listening to the radio and was always curious why FM indeed sounds cleaner than AM. My assumption before is that it's setup that way since FM is intended for music stations.
I feel you on this. Technology-wise, the world is more connected, but people are more distant than ever. I don't know what happened, but there are people that I was very close with personally years ago. We are connected on Facebook, but I always disconnect from them. Maybe it's my age, too, but I just don't see the current connection as genuine anymore. The excitement is not there anymore, and maybe we got used to it already, I don't know.
https://www.youtube.com/watch?v=tsUyjzRIU9w - play it, thank me later.