Today I Learned

Just an assortment of (mostly) Tech-related things I learn, figure out or try for the first time. Sometimes, it is just to admire something!

Installed Antigravity on Windows

2025-11-20, Thu

Installed Antigravity on Windows

2025-11-20, Thu

Installed Antigravity on my Windows machine. Eager to try it out.

#antigravity #windows #python

#antigravity #windows #python


GitHub Spec-Kit

2025-09-07, Sun

GitHub Spec-Kit

2025-09-07, Sat

TIL about SDD Spec-driven development. https://github.com/github/spec-kit The four phases are: /specify /plan /tasks and implement. Detailed Guide can be found at:…

#github #spec-driven-development #workflow #planning


More TypeScript Tools to Include

2025-09-05, Fri

More TypeScript Tools to Include

2025-09-05, Thu

Learned about zod a tool for checking JSON data formatting. and about ‘ts-pattern’ to include in my JSON “case” and “if/then” clause checking.

#t…

#typescript #zod #ts-pattern #json


Meta Workflow Creation Using LLM

2025-08-30, Sat

Meta Workflow Creation Using LLM

2025-08-30, Fri

This is very meta. I used an LLM to create a workflow to create a slash command inside Claude Code. That slash command will update my TIL list. Th…

#meta #workflow #claude-code


Connecting Claude SDK to Github Repo

2025-08-27, Wed

Connecting Claude SDK to Github Repo

2025-08-27, Wed

Today I learned how to integrate the Claude AI assistant directly into a GitHub repository. By running the /install-github-app command in Clau…

#claude #github #ai #integration


When an LLM Corrects Your Understanding

2025-08-25, Mon

When an LLM Corrects Your Understanding

2025-08-25, Mon

Today, Gemini Pro told me:

You don’t need to push the image to Docker Hub for your co-developer to work on the code. Hub is typically us…

#llm #learning #docker #misconceptions


Installed Playwright MCP

2025-07-28, Mon

Installed Playwright MCP

2025-07-28, Sun

After hearing about it in several YT videos, I finally installed playwright for CC today. Now, it will take photos of my apps in progress and improve itse…

#playwright #mcp #testing #claude-code


LLM with Open Weights

2025-07-20, Sun

LLM with Open Weights

2025-07-20, Sun

For the first time ever, I managed to install an LLM with “open weights” (DistilBERT) and take a look at its parameters! I am hoping to make a video on what …

#llm #open-weights #distilbert #machine-learning


Claude Code’s Python Testing Ability

2025-07-09, Wed

Claude Code’s Python Testing Ability

2025-07-09, Tue

I am in awe of how quickly CC tests its code changes on the CLI. Bash is its strong suit. It will often “» run python; import abc from def” to…

#claude-code #python #testing #cli