Movatterモバイル変換


[0]ホーム

URL:


Jake Zimmerman

A collection of my writings about programming

Here I write technical posts across a broad category of topics,mostly related to programming languages and productivity tips.

→ 👨‍💻More about me
→ 📺Talks I’ve given
→ 💭Thoughts and opinionpieces

Jump toAll Posts or toAll Categories, or subscribe viaRSS.

Suggested posts

Sorbet’s weirdapproach to exception handling

September 4, 2022

A quick post explaining why exception handling in Sorbet is weird, byway of a buggy program and some pretty pictures.
Read more →

Profiling in Haskell fora 10x Speedup

May 19, 2019

I wrote up a toy project in Haskell and profiled it to learn aboutHaskell’s profiling tools and about profiling code in general. Profilingin Haskell with Stack is super easy…
Read more →

Union Types in Flow &Reason

April 19, 2018

Union types are powerful yet often overlooked. At work, I’ve beenusing Flow which thankfully supports union types. But as I’ve refactoredmore of our code to use union types, I’ve noticed that our bundle sizehas been steadily increasing!
Read more →

Code Review from the CommandLine

January 13, 2018

I do the bulk of my code reviews from the command line, especiallywhen reviewing larger changes. I’ve built up a number of tools andconfig settings that help me dig into the nuances of the code I’mreviewing, so that I can understand it better than if I were justbrowsing online.
Read more →

Reach for Markdown, not LaTeX

February 26, 2017

Writing should be a pleasant experience. With the right tools, it canbe. LaTeX is powerful but cumbersome to use. With Markdown, we can focuson our writing, and worry about the presentation later. Pandoc can takecare of the presentation for us, so the only thing left to do isstart.
Read more →

Categories

Posts by category

All posts

2025

2024

2023

2022

2021

2020

2019

2018

2017

2016

2015

2014

↑ Back to top


[8]ページ先頭

©2009-2025 Movatter.jp