Link Blog
April 2021
Fish shell 3.0
Big news! If you aren’t using the Fish shell yet, what are you waiting for? It’s practically 100% compatible with bash and is 190x better in certain areas!
Refactoring — oops, I’ve been doing it backwards. – freeCodeCamp.org
Good insights about becoming slave to rules without remembering why you’re do8ng it!
Problem solving with Unix commands
Just proves yet again that with the Unix command line you can do anything!
Sinatra/Heroku microservices | silk and spinach
How to build microservices on Heroku with Sinatra. Realy useful!
How to use Docker Compose for Rails development: Do not bundle install in Dockerfile.dev
Detailed tips on what not to do when using rails with docker.
The Kolmogorov-Smirnov Test — Kolmogorov-Smirnov
I’m back looking at statistics. This KS test is one of the basic statistical tests to compare two samples.
Scaling a Ruby on Rails app on Heroku
You know I’m into scalability right now. Here’s a short article with lots of the basics.
How bad can it git? Characterizing secret leakage in public GitHub repositories
Everyone knows by now to never put secret keys in code, right?
codercom/code-server
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!
Messages on Rails Part 1 - Introduction to Kafka and RabbitMQ - Karol Galanciak - Ruby on Rails and Ember.js consultant
Two part series on using queues to communicate between services.
Shift Left to Make Testing Fast and Reliable - Azure DevOps
Back in September 2014, we were three years into our cloud cadence. And we were still running our testing the way we had tested before moving to the cloud. We were trying to do things faster, we were trying to optimize our automation, but we were struggling.
HTTP Prompt - An interactive command-line HTTP client
If you’re getting a web api to work, this seems like a great alternative,
We Can Do Better Than SQL
Interesting account of all the ways that SQL sucks and of course a proposed fix!
Scripting and automating git processes
This one is pretty eclectic but if you find yourself writing a script in ruby or python or bash and you need to respond in the logic to what's going on in git, then you will find some very useful tips here.