Hacker News new | ask | show | jobs
by burn_cycle 1199 days ago
I'm primarily a mobile dev, so I generally don't have much choice in the matter of what languages I use (Swift, Java, Kotlin).

Occasionally, for a side project, I'll need some sort of back-end. This usually means I need to get some data from somewhere, process it a bit, store it and then ask for it at a later date. JS (Typescript in my case) is more than adequate for this, and if I add Redis and Nginx I can get away with paying very little for a VPS to run it on quite reliably.

The JS landscape has lots of problems, but I don't wade too deep into it so I'm mostly content.