Max's Coding Blog

Thoughts on TypeScript

TypeScript vs plain JavaScript conversation seems to never end, so I thought I'd share my thoughts on why I love TS while also passionately hating it.

Read →

Flow Grid in SwiftUI

Making a row-based image grid that automatically moves to the next row and (optionally) fills blank horizontal space, also known as "Flow Layout", in SwiftUI.

Read →