This is going to be my third book. It is called "Love letters". This is me writing to and about all the people, places and things that I love. Love is the easiest thing for me to write about. The words just flow and I am full of love and there is so much I want to write about. The world needs more love. The world needs as much love as we can give. Below are the chapters that come to me off the top of my head. Here is a link to a digital copy of the book and as I write the chapters I will share them on my blog and link them below.
The next step in my project was to test out being able store and display the rates in a database. I decided to use nodejs and supabase for this. Everything worked beautifully. Only hickup was the following error due to my package.json not being correct. SyntaxError: Cannot use import statement outside a module Added this to package.json "type": "module" This works beautifully. Right now I am just testing fragments of what could be part of a bigger system to see what is possible and what works and how easy to code on a mobile. There is no fully functioning integrated end to end system just yet. This is also what I tested. A serverless append-only database using GitHub + Actions + Pages. That’s basically a lightweight backend system. This was the ChatGPT prompt I used. Guide me through each step. This is what I want. A manually run github actions that adds to docs/data.json with the current date and time. docs/index.html displays all the entries in data.json. Make s...
Comments