TypeScript | Known and Unknown Keys
July 15, 2019There are cases where we have known and unknown keys in an object. Having at least the known keys will help with TypeScript code assistance…
Tools Used for Content
July 13, 2019Below are the tools that I use for creating my content: Capitalizing titles: https://capitalizemytitle.com/ Chrome DevTools console script…
TypeScript | Array of Numbers as Type
July 12, 2019Using will get the contents of an array as a union. For arrays of arrays, unwrap the array contents as much needed. Playground example.
Useful SEO Links
June 30, 2019Helpful tools to validate structured data https://search.google.com/structured-data/testing-tool/ http://linter.structured-data.org/
Markdown Syntax
June 22, 2019Courtesy of https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet H1 H2 H3 H4 H5 H6 Alternatively, for H1 and H2, an underline…