@tjhilton
Nothing here yet.
Nothing here yet.
Feb 3 · 9 min read · Background I’m a long-time user of GitHub Copilot as a professional programmer, as my employer gave me access when we first started trialling its use in our company. I’ve used it mainly through Rider, which is the IDE I generally prefer, although I h...
Join discussion
Feb 2 · 3 min read · Things that happened From a technical point of view, the main thing that happened in January is that I got access to Claude Code and have been playing around with that. I hope to write up my thoughts soon. Things I learnt I’ve published a number o...
Join discussion
Jan 28 · 1 min read · I knew that typescript supports a type being a specific string, rather than the string type, so (for example) a function parameter can only receive the string “foo” and not a different string. Today I learnt that this can be done by using the as cons...
Join discussion