Hacker News new | ask | show | jobs
by BruceBlacklaws 1738 days ago
https://www.BruceBlacklaws.com/

This is my app portfolio and interactive CV

- App and all backend APIs scale to zero (Cloud Run is hosted Knative)

- PHP WebSocket server used by the chat application (single instance of PHP CLI maintains app state) with a chatbot that is integrated into Google Dialogflow

- Zero-cost asynchronous worker runs for the lifespan of the running WebSocket server container

- Server-side rendering implemented using Symfony Twig

- MVC without the M (clear separation of concern/backend components)

- RequireJS implemented on the frontend

- CV integrated into the Request Interview API that ships as a microservice