The blog has been updated from Gatsby version 2 to 4! It builds without any warnings or errors in the console, and I'm pretty proud of that. I've spent more time working on this site than writing actual content.
I own two domains for this blog: anthonyfox.io and afox.dev. The .io address was the default, but afox.dev will become the default URL since it's shorter.
I can now embed mermaid diagrams directly in my posts! I don't make new years resolutions, but if I did, getting better at diagramming relationships, flows, etc., would be one of them! MermaidJS is a tool I've been using at work lately. You write your "diagrams" in markdown fences, and Mermaid will render it into diagrams! Plain text domination!!
Here's an example, I can write the following directly into markdown files.
erDiagram CUSTOMER ||--o{ ORDER : places ORDER ||--|{ LINE-ITEM : contains CUSTOMER }|..|{ DELIVERY-ADDRESS : uses CUSTOMER { string firstName string lastName }
...and it magically renders to this!
Here are some books I've read recently:
Authored by Anthony Fox on 2022-01-21