Some great links for 12/16/2018
Rails keeps on marching on. Another great addition. Supports an intelligent way for a rails app to receive and handle incoming email.
tags: rails email actionmailbox
This classic is updated. And they switch from java to JavaScript. This is a great improvement. Yes, personally I would have preferred ruby but js is a more logical choice!
tags: refactoring software engineering computer science book
It’s sometimes hard to figure out a good palette in data visualizations. This is a useful guide.
tags: aws ruby serverless
Some great links for 12/12/2018
Really good article about a way to teach robotics and pros
Some great links for 12/10/2018
QT is a cross platform user interface framework. It’s for building client side apps that you can run everywhere.
tags: crossplatform user interface qt
A really interesting and more or less brand new way to do testing
tags: mutation testing testing engineering
Some really excellent tips and ideas about an important topic!
tags: teach programming
Another actioncable resource
tags: ruby rails ActionCable
Rails Actioncable is really complicated. Here's another link
tags: rails ActionCable Websockets
Rails Actioncable is complicated. Here are a series of links about it.
tags: ActionCable rails WebSocket
Rails Actioncable is complicated. Here are a series of links about it.
tags: rails ActionCable Websockets
Some great links for 12/09/2018
We can always learn more and better shortcuts!
Some great links for 12/08/2018
Picking colors is not an obvious thing. This is a good article about this!
Some great links for 12/05/2018
A really great list of services to integrate into your application. A bunch that I didn’t know about!
Some great links for 12/03/2018
Looks interesting
A comparison of the Javascript tax you pay for each of three popular js frameworks.
tags: javascript frameworks costs
Some great links for 12/02/2018
InterSystems perspectives on being a researcher and scientist
tags: research
Nice review of various programming language s including crystal
tags: comparison crystal programming
Useful ways to think about choosing your technology platform!
tags: entrepreneur technology's
Some useful pry tricks
Some great links for 11/24/2018
Good description of how to use fibers in ruby.
tags: fibers processes concurrency
Nice summary of good coding practices. Ruby specific.
A very detailed explanation of writing queries with sequel which is an alternative to ActiveRecord.
Amazing library to generate GraphQL queries in ruby. Everyone should know GraphQL!