Refactoring — oops, I’ve been doing it backwards. – freeCodeCamp.org
Good insights about becoming slave to rules without remembering why you’re do8ng it!
Good insights about becoming slave to rules without remembering why you’re do8ng it!
Wow, this looks just like Sinatra. If you want to build a quick web server this is the tool for you!
Just proves yet again that with the Unix command line you can do anything!
Amazing little version of the robot that was sent to mars, "easy" to 3d print!
Sinatra state management tips
How to build microservices on Heroku with Sinatra. Realy useful!
Say I've got: get '/' do $random = Random.rand() response.body = $random end If I have thousands of requests per second coming to /, will the $random be shared and 'leak' outside the context or...
Useful things to remember about using sessions in Sinatra
A tool to allow me to launch multiple apps locally to get a new SOA service going for debugging.
Detailed tips on what not to do when using rails with docker.
Great overview of how Redis works, all the types and concepts
I’m back looking at statistics. This KS test is one of the basic statistical tests to compare two samples.
More good explanation of how to see if two sets of observations seem to be coming from a single distrbution.
Kind of interesting about security, hacking, protocols and ssh