Blogs
Python vs. Ruby: A Comparison of Differences and Similarities
When faced with a choice between two programming languages, the easiest way to pick one or the other is to ask yourself what business goals you’re trying to achieve.Delving into every single aspect of a given language to find a winner can be count...
101 Bash Commands and Tips for Beginners to Experts
Until about a year ago, I worked almost exclusively within the macOS and Ubuntu operating systems. On both of those OSes, bash is my default shell. I've acquired a general understanding of how bash works over the past six or seven years and would ...
Static analysis tools for all programming languages
brakeman - A static analysis security vulnerability scanner for Ruby on Rails applicationscane - Code quality threshold checking as part of your builddawnscanner - a static analysis security scanner for ruby written web applications. It supports S...
How to build a Rails application with VueJS using JSX
Have you ever wondered how many ways there are to build a Ruby on Rails application with VueJS?This is the first of three articles which explain step by step how you can build a Rails application with VueJS with some advice on which technique you ...