Blogs

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 ...


640K ought to be enough for anybody, or how to use less memory in Ruby. - Speaker Deck
Ought 640K to be enough for anybody? Well, today we can use dozens of RAM, and it does not matter if our applications take up a few gigabytes. Right?Have you ever been curious about why they use so much? Let's talk about how Ruby memory works, how...