Fabio Rosado

My time is divided between flying and coding

Post WIP article about adding a column to a postgres db while running in docker https://fabiorosado.dev/add-column-to-postgres

Fix issue with the database table not having the column

The command django makemigrations wasn't creating any new migrations so had to create the columns manually.

Add summary endpoint to the api - return summary from blocks of text

Stop using getServerSideProps on index and fetch data after load instead - should speed up the site