AI Powers for SQL

I’m not a fan of SQL. I always found the syntax to be clumsy and tiresome. Compared to modern coding languages it seems arcane with basic instruction and primitive types. I could have spent more time learning it I suppose but I never wanted to, and I think my time was better spend elsewhere. (To … Read more

Local Git, Git servers and attaching remotes

tl;dr Use git local repositories for throwaway projects when coding with AI agents. If you really want to keep them down the line you can attach them to a remote repository like GitHub or BitBucket later I’ve started using LLMs and various AI coding tools (MCP servers, AI first IDEs, etc.) to get a handle … Read more