Technology Choices for My SaaS in Retrospect
thomasbandt.com
Technology Choices for My SaaS in Retrospect
1–10 of 74 posts
Re: Technology Choices for My SaaS in Retrospect
#2Re: Technology Choices for My SaaS in Retrospect
#3Re: Technology Choices for My SaaS in Retrospect
#4Re: Technology Choices for My SaaS in Retrospect
#5Re: Technology Choices for My SaaS in Retrospect
#6Re: Technology Choices for My SaaS in Retrospect
#7I applaude you for keeping things simple, not over-engineering, and resisting the urge to use the latest tech.
They are using React, Tailwind, Typescript, Docker, FP etc. which is what you would find in many modern tech stacks.
That's what I love about this "we should only use old tech" argument. There is no specifics, justification or technical basis for any of it.
So you end up wondering how old should my choices be in order to satisfy the crowd.
Re: Technology Choices for My SaaS in Retrospect
#8Looks like he’s storing data in the server’s file system, but I see no mention of backups. Hopefully there’s more than one copy of the data somewhere (or it’s not critical data)!
At which point storing the files on S3 would have been far easier, quicker and safer.
Re: Technology Choices for My SaaS in Retrospect
#9Speaking of marketing, he probably could've plugged his product at some point in that article and leveraged the inbound traffic
Re: Technology Choices for My SaaS in Retrospect
#10This is also reflected in his choice of Xamarin: he "doesn't like" Dart as a language, so he's forced to choose "dotnet MAUI as a platform [which] might not be as mature and capable as Flutter even today". Flutter as well "suffers from many bugs and problems". Is Flutter really that buggy?