Hacker News new | ask | show | jobs
by sebastianconcpt 2423 days ago
Telecomunications.

And a personal project too.

Mine is a dockerized Pharo that I deploy it as a microservice in Elasticbeanstalk (so it scales up/down and autoheals nicely). It's 2 smalltalk backends, plus one microservice which depends in one javascript microservice for one feature. The only reason for that nodejs microservice was firebase-auth. The NPM package was already available there so it made sense to just use that one. The rest is all good from Pharo.

And the frontend begun with react but I've switched to Svelte. I'm enjoying Svelte's clean concepts a lot!