Skip to content

erock's blog

Technical writings by Eric Bower.

  • By Eric Bower
  • Based in United States of America
  • Roughly nine posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2023 15
2024 9

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

on writing
I often think about writing a feature like writing a story. If I do my job well, it is coherent and easy to read, write, and maintain. When there's a lot of indirection, it feels …
On , 388 words
Why structured concurrency?
With brevity, my operational view on structured concurrency is the management of a tree structure of tasks. It doesn't matter what color the function is, this task tree can be fully controlled by a parent, …
On , 615 words
On plugin systems
Any successful library will inevitably become a plugin system. Whenever a successful library tries to accommodate the preferences of all its user-base, a plugin system is born. On the surface, engineers love building plugin systems; …
On , 425 words