Hey man! Sorry for the late reply. No prep needed! Just have some stuff to talk through with you and maybe some pair programming. Here’s the agenda I’m thinking of:
- Talk through the structure of the memeslingers app
- Talk through potential sticking points and maybe do a little pair programming or pair whiteboarding of the trickier components
- Talk about this cool idea for an app I just got this morning: a recipe reader where you copy/paste the steps into input fields along with the estimated time to complete each step, then at the correct intervals it reads each step back to you.
* There’s an easy way and a fun way to do this. The easy way is to just do the obvious solution: load the text into an object/array, then step through it, calling a text reader API after appropriate wait times. The fun way is to see if it’s possible to dynamically generate and then destroy an AWS state machine using IaC 😂 There’s a Rube-Goldberg kind of quality to this solution, and I don’t even know if “dynamically generating AWS instances at runtime” is a good idea, there’s some terrifying billing implications if you were to ever scale, but it’s such a fun idea that I want to see if I can do it 🙂
That’s about all I’ve got right now. See you soon!
Notes
Todo
- [ ]