-
Ruby
Testing with HTTP Requests
A slow and unreliable test suite is a test suite developers won’t want to work on. In Part One of…
Read More » -
Ruby
HTTP Calls in Ruby
An API doesn’t exist on its own. There are always two parties involved: The Client and the Server. In Rails,…
Read More » -
Ruby
Level Up Your Security in Rails
I am not a security expert, and the truth is that most other developers aren’t either. I haven’t created my…
Read More » -
Ruby
Metaprogramming in Ruby
In this article, we’ll be looking at a few different aspects of metaprogramming in Ruby. For starters, what is metaprogramming?…
Read More » -
Ruby
Exploring the Structure of Ruby Gems
When creating Rails apps, especially ones that don’t diverge too far from a typical/standard one, we don’t have to think…
Read More » -
Ruby
Producing Documentation for Your Rails API
Why is it such a joy to work with Stripe or Shopify as a developer? It could be for a…
Read More » -
Ruby
The Simple Yet Powerful Ruby Enumerable Module
Here is a simple requirement: Find the positive numbers in an array. There are most likely hundreds of solutions, but…
Read More » -
Ruby
Comparing Rails and Phoenix: Part II
In the first post of this two-part series, we touched on generating a new application and talked about the entry…
Read More »