Jake
th3oth3rjak3.bsky.social
Jake
@th3oth3rjak3.bsky.social
Software engineer and rust enjoyer.
So clean. Well done!
November 26, 2025 at 6:43 PM
So cathartic…
November 26, 2025 at 4:34 PM
I’ve recently installed the KDE soon of fedora and it’s excellent!
January 23, 2025 at 11:24 PM
Thanks for this! I’ve wanted to start zig but have been unsure how to best do allocations due to the various types.
December 20, 2024 at 12:58 AM
It also highlighted an issue where one of my server types was still in snake case instead of camel case I’ve it got to the client. I didn’t know it was even a problem until I added Zod, and then it threw an error saying a property was undefined.
December 16, 2024 at 8:14 PM
I was having a problem in one of my client code types and it turns out the backend was returning an ISO &601 date string and it was typed as a date. Zod would have caught that in the schema and will also convert the date string for you. It also offers an infer method to generate types.
December 16, 2024 at 8:12 PM