tags:
- #technical interviews (3)#musing (2)#javascript (8)#react (2)#typescript (5)
2023
Three common interview practices I wish to see less of
#technical interviews#musing
2022
The frontend interview guide you've been missing
#technical interviewsWhy async/await is more than just syntactic sugar
#javascriptWorking with dates using Regex Named Capture Groups
#javascriptDetect JavaScript Memory Leaks with queryObjects
#javascriptWhen You Should Prefer Map Over Object In JavaScript
#javascriptVerify if a url links to an image (without relying on regex)
#javascriptA complete guide to check data types in JavaScript
#javascriptJSON and the stringification oddities in JavaScript
#javascriptWhy you should include debugging in the interview process
#technical interviews#musingPreemptive memoization in React is probably not Evil (yet)
#reactWhen does React render your component?
#reactA complete guide to TypeScript's never type
#typescriptType polymorphic functions in TypeScript
#typescriptAn introduction to type programming in TypeScript
#typescriptthe double-assignment pattern in jQuery's source code
#javascriptType Algebra
#typescript
2021
The type hierarchy tree
#typescript