ooh.directory
Visit this blog bower.sh
Technical writings by Eric Bower.
Any gaps could be due to errors when fetching the blog’s feed.
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 …
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, …
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; …