April 2021
thisredone/rb
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!
Markov Chains explained visually
A really clear visual explanation of what a Markova chain is and what it is good for.
How a Kalman filter works, in pictures
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.
Python Tuples and Tuple Methods | Codementor
Python doesn’t have arrays... but it does have lists and tuples. Actually lists are arrays. And tuples are ... different ... and don’t seem that useful. But this article explains it all.
Does ActionCable Smell Like Rails? — Appfolio Engineering
ActionCable is a very powerful subsystem in Rails to create server push scenarios easily.
The Role of Color in UX
The emotional impact of interface colors shouldn’t be overlooked. And while some colors are “universal” in UI design (such as black, white, and gray, at least one of which is used in virtually every good design out there), the colors with which they’re combined can have a huge impact on a product’s UX.
Using Pundit for authorization in Rails - recipes and best practices
Authorization is the management of who is allowed to do what (vs. authentication which is accurate identification of who a user is)
How to configure RSpec in Ruby on Rails
I’m not personally an rspec fan, but lots of people are
Git commands to keep a fork up to date
Forking with git, and just creating and merging branches can be very confusing.
A few less-known Ruby (on Rails) methods, pt 1.: Array
Have you already tried to re-invent a wheel and re-write perfectly valid methods that exist in Ruby? Here’re some of them.
westonganger (Weston Ganger)
A gem containing functionality to represent, import and export spreadsheets
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.
iridakos - Creating a Linux Desktop application with Ruby
A really nice tutorial explaining how to write a gui app on Linux using Ruby.
Developers Should Abandon Agile
This is RonJeffries.com, the combination of new articles, XProgramming, SameElephant, and perhaps even some new items never before contemplated. Copyright © 1998-forever Ronald E Jeffries
Ruby one-liners
Ruby one-liners URL: http://benoithamelin.tumblr.com/ruby1line Type: link Domain: benoithamelin.tumblr.com
CLI: improved
A super useful collection of cli alternatives. Save time and headaches!
Rails Console Magic Tricks – Luis Vasconcellos – Medium
Wow, lots of neat things here for the very mundane chore of running in the rails console!
The Ruby Bibliography
Fun list of papers, reports, and dissertations related to ruby from academia.