Blog
All my thoughts in one place.
July 15th 2024
Preventing Text Overflow in Flex Layouts with Unknown Width
A quick solution to handle text overflow when flex items have unknown or dynamic widths.
Learn more
April 10th 2024
Operator Precedence of Nullish Coalescing and Ternary Operators
Learn about how operator precedence affects the combination of nullish coalescing and ternary operators in JavaScript.
Learn more