April 2021
You wanted a banana but you got a gorilla holding the banana
Another article about bananas and gorillas
ripgrep is faster than {grep, ag, git grep, ucg, pt, sift} - Andrew Gallant's Blog
I blog mostly about my own programming projects.
Programming quotes by Joe Armstrong | defprogramming
Classic quote about OO vs. functional

Why Your App Looks Better in Sketch – Nathan Gitter – Medium
Exploring rendering differences between Sketch and iOS

13 Noteworthy Points from Google’s JavaScript Style Guide
by Daniel Simmons 13 Noteworthy Points from Google’s JavaScript Style GuideFor anyone who isn’t already familiar with it, Google puts out a style guide for writing JavaScript that lays out (what Google believes to be) the best stylistic practices for writing clean, understandable code. These are not hard

Essential RubyOnRails patterns — part 3: Clients and Wrappers
Good distinction clarified.

7 Practical Tips for Cheating at Design – Refactoring UI – Medium
Awesome useful tips for pretty design!

This Picture Will Change the Way You Learn to Code
Tips and tricks for how to learn to code like the pros.
15 Types of Regression you should know
This article explains 15 types of regression techniques which are used for various data problems. It includes detailed theoretical and practical explanation of regression along with R code

How to improve your workflow with VS Code and Jupyter Notebook
Supercharge your Data Science workflow. Jupyter Notebooks + VS Code = 💘
A simple guide to LaTeX
Learn about LaTeX in short lessons with full code examples. A comprehensive guide to basic and advanced features. These tutorials, provide a hands-on introduction to LaTeX. You will see, the

Microservice boundaries: five characteristics to guide your design
When starting off with Microservices, it’s hard for teams to know what exactly constitutes a well-designed microservice. Several teams…

Why Scrum is the Wrong Way to Build Software – Adam Ard – Medium
A brief list of what Scrum gets wrong

Rails background workers: Sidekiq overview and how to deploy it to Heroku
Sidekiq is a framework for background job processing that is very useful for handling expensive computation, emails, and other processes…

Top 10 errors from 1000+ Ruby on Rails projects (and how to avoid them)
We looked at our database of thousands of projects and found the top 10 Ruby on Rails errors. We’re going to show you what causes them and how to prevent them from happening. If you avoid these "gotchas," you can be a better, and bug free Rails developer.
[FoR&AI] The Origins of “Artificial Intelligence” – Rodney Brooks
[FoR&AI] The Origins of “Artificial Intelligence” – Rodney Brooks URL: http://rodneybrooks.com/forai-the-origins-of-artificial-intelligence Type: link Domain: rodneybrooks.com
Bitcoin is the greatest scam in history - Recode
It’s a colossal pump-and-dump scheme, the likes of which the world has never seen.
Ruby’s New Infinite Range Syntax: (0..) – Square Corner Blog – Medium
This Christmas, Ruby 2.6 will be released with support for a new syntax denoting an infinite range!