Interesting things I've learned: Roman numerals in Postgres
I have XCIX problems, but Roman numerals ain't one
I'm Wei Yen, @yen223 on the internet. Ex-software engineer, currently working full-time on building Selectable.
I love maths, coffee, and all things programming.
I have XCIX problems, but Roman numerals ain't one
The num_nonnulls and num_nulls functions in Postgres
A useful SQL keyword that I didn't know about until recently.
Why backspaces sometimes don't work the way they should.
macOS comes with a lot of built-in utilities. Here's a list of some that I find interesting.
Because Postgres have counterintuitive rules around case.
This article contains my initial thoughts on using Cursor, an AI-powered code editor.
This article contains a collection of interesting things I've learned while working on my projects.
This article explains smart constructors, a design pattern that ensures data validity by validating values during object construction rather than through repeated checks.
This article introduces the concept of functors, a fundamental concept in functional programming that allows for mapping over wrapped types.