Indexes on Rails: How to make the most of your Postgres database - Karol Galanciak - Ruby on Rails and Ember.js consultant
Excellent advanced info on crating dB indexes, looking at query plans to understand performance.
Excellent advanced info on crating dB indexes, looking at query plans to understand performance.
Answering the perennial question, once again, in the positive.
An excellent review of the various issues you have to consider when deciding the put your rails app into production.
Really hard concurrency concepts.
Websockets is important to understand if you’re going to be a full stack Dev.
Rails Actioncable is complicated. Here are a series of links about it.
Rails Actioncable is complicated. Here are a series of links about it.
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!
Good insights about becoming slave to rules without remembering why you’re do8ng it!
Just proves yet again that with the Unix command line you can do anything!
How to build microservices on Heroku with Sinatra. Realy useful!
Detailed tips on what not to do when using rails with docker.
I’m back looking at statistics. This KS test is one of the basic statistical tests to compare two samples.
You know I’m into scalability right now. Here’s a short article with lots of the basics.
Everyone knows by now to never put secret keys in code, right?