Hunter Henrichsen

Hunter Henrichsen

Search Circle
< lecture

Lecture 19 - Q&A Session

posted over 1 year ago 2 min read

Lecture 19 - Q&A Session#

Announcements#

News / Articles#

Tech Talk - Eden (Choosing TypeORM over Prisma)#

Tech Talk - Alec (AI and Other Tools for Building Quickly)#

Managing Costs (off of Lambdas) and Scale-to-Zero#

I had some questions before and after last class about how to achieve a serverless effect, or in other words, how to create and dispose machines as they’re needed.

Fly.io has a concept called Machines that can be started and stopped on demand, in addition to GPU machines available. These can be triggered via API, which means you can use your other server to trigger starting and communicating with a machine like this.

Aside - Lower-tech Versions of Course Technologies#

Example Repo – does a Node.js API, and a Frontend as separate apps in one repo, run with Docker.

Other Lower-Tech JS Libraries#

Other Tools You Should Know About#

Reading#