The new toys JavaScript MIGHT getBy Christopher EhrlichAtwood’s Law states that “Any application that can be written in JavaScript, will eventually be written in JavaScript.” Web developers are stuck with JavaScript for the foreseeable future, ...
tRPC - Move Fast and Break NothingBy Christopher EhrlichTypeScript is increasingly becoming the standard in web dev. But while we now have excellent typesafety in our frontends and our backends, getting it for API calls is still takes some effort and usually requires codegen. tRPC to the rescue!...