
Tech Talk: Git AMA
Dave hosts an Ask-Me-Anything session for all things git related. Enjoy!

Up and Running with Vue.js
You don’t need another JavaScript framework. You’ve got one you’re using. Hopefully you’re happy with it. You just read eight other articles about other awesome, shiny, new, amazing, fabulous frameworks with astounding new features that will change your very existence into something incredible. Right? I did. Vue.js is (like many other frameworks) worthy of all […]

Integration Testing Ruby on Rails with Minitest and Capybara
Capybara is an acceptance test framework for web applications. Learn how to use it with Minitest for integration testing of your Ruby on Rails applications.

Using Awk to beautify grep searches

Is Ruby dead? Hell no! - Analyzing RubyGems stats for 2016
Another year is behind us and many things have changed in the web development world - the number of JavaScript frameworks continues to grow, new programming languages are being developed faster than ever and people are still talking about the death of Ruby and Rails.

Packing & Unpacking: A Guide to Reading Binary Data in Ruby
Working with text is a lot easier than working with binary data… …with text you can use regular expressions & methods like scan, match & gsub. But if you want to work with binary data there is some extra work to do. That’s where the Array#pack & String#unpack methods come into play. Let me show […]

Export Records to CSV Files using Rails

A Shorthand Syntax for Defining Errors in Ruby

Handle Password and Email Changes in Your Rails API
</div>
<div class="art">
<div class="img">
<img src="http://www.lugolabs.com/static/frontendrails/fe_4755_logo-square.png" alt="Code reviewing as a mindset"/>
</div>
<h3 class="title">
<a href="https://everydayrails.com/2017/01/16/code-review-mindset.html" target="_blank">Code reviewing as a mindset</a>
</h3>
<div class="auth">Everyday Rails - 16 January 2017</div>
<div class="sum"><p>Code reviews are more than proper indentation and method length. They're about understanding your software, and developing a better team of developers. Here's my approach to the code review practice.</p></div>
</div>