Link Blog
April 2021
Bayesian Inference
This is pretty amazing. Need to play with this more!
r/java - Any hiring manager here? What kind of Java project will impress you for entry level position?
Interesting thread of good answers for new grads on how to prepare to get a job in the software world.
Open-source tool that uses simple textual descriptions to draw UML diagrams.
Looks like a pretty amazing simple tool for creating those tedious diagrams. Similar to GraphViz for a different domain.
Big-O Algorithm Complexity Cheat Sheet (Know Thy Complexities!) @ericdrowell
Handy summary
How to tell the difference between a default and a provided value for optional arguments in Ruby? - Karol Galanciak - Ruby on Rails and Ember.js consultant
A nice little tip for handling arguments in Ruby
40 Best Ruby Gems We Can’t Live Without
It’s always welcome to see what the latest most useful gems are.
Ruby tricks for junior developers | Drivy Engineering
Nice review of some more advanced ruby features.
Papers With Code : the latest in machine learning
This site shows off research papers which include the code to run. Very nice!
Makefiles, Best Practices
It’s been a while since I’ve had to write a make file, but these are very useful tips if you do!
A Standard and Clean Series A Term Sheet
Always good to see a sample of what’s considered good these days!
The simplicity and power of Ruby Struct - usage, performance, alternatives
Interesting esoteric info about ruby, structs, hashes and more!
Refactoring — oops, I’ve been doing it backwards. – freeCodeCamp.org
Good insights about becoming slave to rules without remembering why you’re do8ng it!
Welcome | Flask (A Python Microframework)
Wow, this looks just like Sinatra. If you want to build a quick web server this is the tool for you!
Problem solving with Unix commands
Just proves yet again that with the Unix command line you can do anything!
nasa-jpl/open-source-rover: A build-it-yourself, 6-wheel rover based on the rovers on Mars!
Amazing little version of the robot that was sent to mars, "easy" to 3d print!