Is your Rails app ready for Production? | AkitaOnRails.com
An excellent review of the various issues you have to consider when deciding the put your rails app into production.
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?
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!
Two part series on using queues to communicate between services.