Sat 12:20, Seattle
posts

tags:

    #technical interviews (3)#musing (2)#javascript (8)#react (2)#typescript (5)

2023

  • Feb 19

    Three common interview practices I wish to see less of

    #technical interviews#musing

2022

  • Dec 30

    The frontend interview guide you've been missing

    #technical interviews
  • Aug 08

    Why async/await is more than just syntactic sugar

    #javascript
  • Aug 04

    Working with dates using Regex Named Capture Groups

    #javascript
  • Jul 17

    Detect JavaScript Memory Leaks with queryObjects

    #javascript
  • Jun 18

    When You Should Prefer Map Over Object In JavaScript

    #javascript
  • Jun 14

    Verify if a url links to an image (without relying on regex)

    #javascript
  • May 20

    A complete guide to check data types in JavaScript

    #javascript
  • May 19

    JSON and the stringification oddities in JavaScript

    #javascript
  • Apr 21

    Why you should include debugging in the interview process

    #technical interviews#musing
  • Mar 20

    Preemptive memoization in React is probably not Evil (yet)

    #react
  • Mar 18

    When does React render your component?

    #react
  • Mar 04

    A complete guide to TypeScript's never type

    #typescript
  • Feb 19

    Type polymorphic functions in TypeScript

    #typescript
  • Jan 31

    An introduction to type programming in TypeScript

    #typescript
  • Jan 26

    the double-assignment pattern in jQuery's source code

    #javascript
  • Jan 03

    Type Algebra

    #typescript

2021

  • Dec 28

    The type hierarchy tree

    #typescript