Some great links for 09/27/2018
This article almost perfectly corresponds to what I believe about coding style
tags: code practices coding style cleancode
Another article about the perennial question of how to organize git branches
Some great links for 09/24/2018
I’m trying to get smart about Kalman filters. This is a great resource
Some great links for 09/23/2018
This has just been made free! I think these tutorials will contain some gems.
tags: ruby free tutorials ruby on rails
Fowler discusses real and so called faux agile.
Answering the perennial question, once again, in the positive.
tags: rails
Progressive web apps, an interesting alternative to a SPA.
tags: progressive web spa app
A super useful collection of cli alternatives. Save time and headaches!
tags: cli Unix commands tricks
Fun list of papers, reports, and dissertations related to ruby from academia.
tags: bibliography dissertation research ruby
Wow, lots of neat things here for the very mundane chore of running in the rails console!
All about parsing CSV and what the current solutions are in Ruby, and problems therein.
tags: csv
Some great links for 09/11/2018
tags: code examples oneliner ruby
tags: Agile
Some great links for 09/02/2018
A gem containing functionality to represent, import and export spreadsheets
tags: rails ruby Spreadsheets
Excellent advanced info on crating dB indexes, looking at query plans to understand performance.
Some great links for 08/31/2018
A really nice tutorial explaining how to write a gui app on Linux using Ruby.
tags: creating linux desktop ruby glade gtk+
Forking with git, and just creating and merging branches can be very confusing.
Some great links for 08/27/2018
I’m not personally an rspec fan, but lots of people are
tags: ruby ruby on rails rspec configure
Authorization is the management of who is allowed to do what (vs. authentication which is accurate identification of who a user is)
tags: pundit rails recipes authorization
ActionCable is a very powerful subsystem in Rails to create server push scenarios easily.
tags: ActionCable WebSocket rails engineering
Hey, Ruby on Rails is still there!
Some great links for 08/20/2018
Kalman filters are a mathematical process for smoothing out a noisy signal (its more complicated than that ) its a central algorithm in robotics and real time sensing systems in general.
tags: Kalman robot kalmanfilter sensors
Some great links for 08/18/2018
This is very interesting and cool way to use ruby for fancy cli scripts, like people often use AWK. I haven’t quite figured out how to use it but it’s cool!
A really clear visual explanation of what a Markova chain is and what it is good for.
tags: markovchains visual explanation