HackerTrans
TopNewTrendsCommentsPastAskShowJobs

arebours

no profile record

comments

arebours
·7 năm trước·discuss
I was you 2 years ago. Now after experiencing failed keyboard, battery and overall poor performance in my MBP I'm back with linux on a thinkpad. I'm curious about Windows though.

A bit of advice: if you end up buying a macbook give it some time and don't move your whole life into the ecosystem. It's incredibly hard to move out. You can't just export all your photo albums, Things tasks, and so on.
arebours
·7 năm trước·discuss
> Except for very simple use cases, serverless platforms in general encourage bad software design patterns.

> For example, in this case, if a regular database was used instead of Firebase, "counting the number of supporters" would have been done inside the database using a query.

I don't think this is connected to serverless achitecture. You have to write a database query either way. And it would be just as easy to count or retrieve entities one by one with traditional approach.