Mark SladeDeploying strongly typed microservices and clients with OpenAPIProblem statementsMar 28, 2021Mar 28, 2021
Mark SladeNarrowing arrow types with Array.filter and TypeScriptWhen dealing with heterogeneous arrays in TypeScript, I frequently want to use list.filter(...) to extract an array of all one type…Mar 25, 2021Mar 25, 2021
Mark SladeInput validation with user defined type guardsYou can read more about user defined type guards at the official documentation, but in summary they are basically awesome. If you find an…Mar 25, 20211Mar 25, 20211