This is going to be my sixth book. It is called "Alphabet Soup". I had this idea about a book with 26 chapters where each chapter title starts with a different letter of the alphabet. That is how Alphabet Soup was born. Each chapter a sort of recipe. Could be a recipe for simplicity or a recipe for patience. They say life is how we make it. I guess I could say life is how we bake it. How about a recipe for humility as in humble pie? I have no idea where this new journey will take me but I plan to combine my love for writing with my goals to be the best I can be and to leave the world better than I found it. Below are the chapters as I write them. 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. All my other books are here.
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