Blog Archive
Generating Code Is Cheap, Engineering Is Not
(Updated on )
Generating code has become cheap. Building good software has not. AI takes over more of the implementation, and engineers move one level higher. From up there, they design the systems the code lives in, set the rules AI has to work within, and still see the users, the product, and the business.
Read Post
The never type in TypeScript
(Updated on )
The greatly underestimated and often overlooked never type is a core Type in the TypeScript type hierarchy. TypeScript itself says: "The never type represents the type of values that never occur." Even though it is said to never appear, it is omnipresent.
Read Post