Link Blog

Page 77 of 128 (2551 total posts)

April 2021

06-04-2021
API With Sinatra and Sequel: Ruby Tutorial | Toptal

API With Sinatra and Sequel: Ruby Tutorial | Toptal

Source: toptal.com

The rise of the web and mobile applications has led to an increased need for back-end API services. Ruby on Rails' philosophy seemingly makes it the ideal framework for creating back-end APIs. However, using Rails only for the API is overkill. In this article, Freelance Software Engineer Boško Ivanišević explore...

Tags: software-engineering
06-04-2021
Company Logo API

Company Logo API

Source: blog.clearbit.com

We're happy to announce Clearbit's free Logo API. While services like Gravatar make it straightforward to pull in a user's default avatar, we haven't found anything that caters well to company logos. And yet there's a lot of clear use-cases ranging from setting an organization's default image on signup to

Tags: software-engineering
06-04-2021
Unit Testing in Ruby - via @codeship | via @codeship

Unit Testing in Ruby - via @codeship | via @codeship

Source: blog.codeship.com

cancelled_at).to be_a(Time) end end end SINGLE RESPONSIBILITY If your method doesn't fall into one of the three categories above - meaning that its purpose isn't defined by a result, a method call, or a side effect - perhaps it's doing too much.

Tags: software-engineering