Drawing Graphs using Dot and Graphviz
Another great overview and cheatsheet for Dot
Another great overview and cheatsheet for Dot
A timeless question, full of biases and misinformation.
Who knew these interesting html tags existed. Check them out!
I used to think this was a brilliant idea. This article convinced me it’s a gimmick.
This makes a ton of sense. Wait a minute while I go edit my html files, ok.
What the different runtimes do different. It might be a little dated but its still good.
In this first post, I would like to describe the differences between Processes, Threads, what the GIL is, EventMachine and Fibers in Ruby.
More nice information about multithreading and concurrency in Ruby
You know I’m into scalability right now. Here’s a short article with lots of the basics.
Great article about Service Oriented Architectures
Dealing with Ruby Threads is tricky. And add to that understanding the GIL, and thread unsafeness and its pretty subtle!
Everyone knows by now to never put secret keys in code, right?
Another great review of concurrency in Ruby
I don’t quite understand this, nor have I tried it. But the claim is pretty amazing: run vocode on aws or azure, so your development environment is hosted there!
Who knew this was a thing.
A bit technical and esoteric but interesting insights.
Wow this is a really good one. I didn't know and have to make sure I clear this up in my mind!
Perspective on the payback of hiring more people vs. optimizing Dev process so as to require fewer.
Two part series on using queues to communicate between services.
Looks quite useful if it works nicely.