Debugging Rails with VSCode
No matter how carefully coded, reviewed, and tested your Ruby code is, odds are good that at some point you'll cause a catastrophic failure to at...
No matter how carefully coded, reviewed, and tested your Ruby code is, odds are good that at some point you'll cause a catastrophic failure to at...
Coding is fun, debugging issues on other team members machines isn't. It works on my machine doesn't cut it anymore! This post outlines how to run...
Overview After all the fun make it work bit is over now comes the bit where you have to think about architecture / security :( I'm not going...
The Problem At work I've been trying to consolidate similar functionality into modules to avoid repeating myself and give myself less work, the issue is that...