Biff demo: developing in production
In the first ten minutes I cover developing in production with Biff in general (i.e. developing an application while it's running in production instead of developing locally and then deploying). If you're interested in the concept then you could watch just that section. In the rest of the video, I develop some initial features for Platypub. The code I wrote can be found in this commit.
- 0:00 – Overview
- 2:14 – Explanation of how dev-in-prod works
- 8:03 – Quick example of dev-in-prod
- 10:37 – Overview of Platypub, updating the data model
- 16:34 – Submitting transactions and querying XT from the REPL
- 18:45 – Render a list of posts
- 23:53 – Edit posts
- 45:48 – Render posts as a website
- 51:56 – Deploy the website to Netlify