A book that shares something I learned that day in each chapter. TIL stands for Today I Learned. In reverse this is LIT. It is going to be lit. Let there be light. Let it be good literature. I needed a fun and catchy title. I saw that TITLE contains TIL. Title sounds like tital then ital which comes from vital. This book answers the question - What does it mean to LIVE? Live stands for "Learning is vital everyday". 42 in roman numerals is XLII (X stands for next book) (LII stands for learning is ital). This is my eighth book (4×2). The word "vital" comes from the Latin word vitalis, which means "of life". 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