11/17
Some great links for 11/18/2018 — Fast line-following robots part 1: control Interesting take on age old algorithm tags: robots control linefollowing Posted from Diigo. The rest of my favorite links are here.
Page 43 of 141
(2810 total posts)
11/16
Some great links for 11/17/2018 — The Waiting Time Paradox, or, Why Is My Bus Always Late? tags: random [statistics](https://www.diigo.com/user/pitosalas/statis...
11/14
Some great links for 11/15/2018 — Home | web.dev An interesting google tool for checking a web sites performance and other behavior. tags: Google performance Posted from Diigo. The rest of my favorite links are here.
11/13
Some great links for 11/14/2018 — Getafix: How Facebook tools learn to fix bugs automatically – Facebook Code Amazing automated bug discovery and fixing tool tags: tools AI bugs facebook Posted from Diigo. The rest of my favorite links are here.
11/12
Some great links for 11/13/2018 — A Safer RuboCop Rubocop is a great tool for Ruby programmers tags: rubocop WebSockets – A Conceptual Deep-Dive Websockets is important to ...
11/10
Some great links for 11/11/2018 — Crystal is not Ruby Pt. 2 – Runtime Revolution Ive been playing around a lot with Crystal. If you’re a ruby person you will really like this for it’s compiled binaries. The typing is a big of a mixed bag but overall I think its helpful. tags: crystal ruby Posted from Diigo. The rest of my favorite links are here.
10/24
Some great links for 10/25/2018 — https://link.medium.com/0oNpyGJ4gR Excellent detailed article about benchmarking a rails app and then introducing a tool that replaces malloc and purports to provide a 2x improvement tags: memory optimization rails performance ruby Posted from Diigo. The rest of my favorite links are here.
10/23
Some great links for 10/24/2018 — The Most Important Non-Programming Skills for Programmers Decent summary. A bit obvious though. But a good read. tags: skills programmers Posted from Diigo. The rest of my favorite links are here.
10/21
Some great links for 10/22/2018 — danburzo/percollate This looks like a super useful tool! tags: web pdfs tool [Why Crystal is the most promising progra...
10/20
Some great links for 10/21/2018 — A collection of awesome Ruby libraries, tools, frameworks and software Always looking for the best possible rub tools? Here you go! tags: ruby tools gems Posted from Diigo. The rest of my favorite links are here.
10/19
Some great links for 10/20/2018 — Minitest Tutorial: Getting Started with Minitest | Codeship | via @codeship Lots of great details about using Minitest I prefer minitest/spec. tags: tutorial minitest ruby Posted from Diigo. The rest of my favorite links are here.
10/18
Some great links for 10/19/2018 — tags: tutorial algorithms [datastructures](https://www.diigo.com/user/pitosala...
10/17
Some great links for 10/18/2018 — Top 5 Contemporary Software Engineering Books – KI labs Engineering – Medium tags: books software engineering Posted from Diigo. The rest of my favorite links are here.
10/16
Some great links for 10/17/2018 — alexmojaki/birdseye This looks amazing, for teaching. tags: python debugger graphical Posted from Diigo. The rest of my favorite links are here.
10/14
Some great links for 10/15/2018 — Ruby goes Serverless! – Apache OpenWhisk adds native support for Ruby Title says it all. tags: ruby [less](https://www.diigo.com/user/pitos...
10/13
Some great links for 10/14/2018 — Creating Powerful Command Line Tools in Ruby – via @codeship | via @codeship Another great article about creating a well behaved cli tags: creating [cli](https://www.diigo....
10/05
Some great links for 10/06/2018 — ngrok – secure introspectable tunnels to localhost This looks like an amazing tool to surface a local server on the open web. I have to test it but it looks awesome tags: web [rails](https://www.diigo.com/user/pitosalas/rai...
09/30
Some great links for 10/01/2018 — 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. tags: [rails](https://www.diigo.com/use...
09/28
Some great links for 09/29/2018 — ebobby/has-many-with-set An interesting variation on how to represent a many to many relationship in rails. tags: activerecord manytomany [join]...
09/26
Some great links for 09/27/2018 — 10 practices for writing readable code This article almost perfectly corresponds to what...