Desantis LLM Covered By Politico ๐
My post about the weird LLM bot from the DeSantis campaign got a link from a Politico story today. It did reveal a little more info that I thought wa [...]
a collection of dev rss feeds - blogroll
Posts
My post about the weird LLM bot from the DeSantis campaign got a link from a Politico story today. It did reveal a little more info that I thought wa [...]
Iโve been using the new node:test based testing framework more and more, and recently hit a tricky issue. I often mock dependencies for a file to keep [...]
Donโt get me wrong. Iโm a big fan of CSS. It does what it does really well, and you canโt beat the backward compatibility of web standards. Sometimes, [...]
Last night I got a text from the DeSantis campaign. Since I live in South Carolina and Republican primary season is right around the corner this is no [...]
There are a ton of database migration tools out there, and they all have a similar set of features. A lot of times the decision on what migration tool [...]
I use GitHub Actions for all my CI, and one annoying thing I hit early on was having to keep my GitHub Actions Node version in sync with the Node vers [...]
Iโve been thinking about how to hot reload within server code to improve my development experience a lot lately. One thing that doesnโt appeal to me m [...]
I jump around between projects very frequently, and often those projects use Docker Compose. When moving around I typically go to start Docker Compose [...]
One thing I love about GitHub CLI is that itโs easy to define aliases. You can run gh alias set ... to define a new alias and add all sorts of useful [...]
Iโm going to be writing up bug patterns as I see them, as a bit of a personal learning project. When I create bugs, what caused me to create them? Thi [...]
The other day I needed to test a React hook with Ava, which lead me to try to use React Testing Library, and it took me a few minutes to figure out th [...]
A lot of times Iโll open up a scratch file and run it through babel-node to see how it works while spiking out an idea or testing something thatโs jus [...]
Iโve tried the VSCode Jest extension a few times and never had much success with it. That said, the promise of tests running automatically and failure [...]
I needed to add a queue processing script to my Next.js app, and really wanted to use the Next.js compilation chain to build it so that I wouldnโt hav [...]