analyzing-rubygems-stats-v2017-0

Humming Along Analyzing RubyGems Stats for 2017

2017 was a stable year for the Ruby ecosystem. There weren’t any new libraries that exploded in popularity, but work on existing gems hummed along.

Neven Rakonic
things-i-wish-active-record-had-after-using-ecto-0

Things I Wish ActiveRecord Had After Using Ecto

Moving from one programming language to another is not hard as long as you have good knowledge of the concepts they share.

Vladimir Rosancic
ssl-pinning-revisited-0

SSL Pinning in iOS Swift Edition

A follow up on our article on the benefits of SSL pinning.

Adis Mustedanagic
how-to-prepare-mobile-app-new-iPhone-x-0

How to Prepare Your Mobile App for the New iPhone X

iPhone X starts shipping in early November, so it’s time to roll up your sleeves. Apps that aren’t adjusted will run in compatibility mode.

Vedran Burojevic
superfast-csv-imports-using-postgresqls-copy-0

Superfast CSV Imports Using PostgreSQL's COPY Command

Dealing with various sources of data in web applications requires us to create services that will extract information from CSV, Excel, and other file types.

Petar Ćurković
generate-api-documentation-from-rspec-examples-with-dox-0

Generate API Documentation from RSpec Examples with DOX

When developing an API, one should also write documentation so other developers know how to integrate with it. The problem is, nobody likes to write it.

Melita Kovač
how-we-build-json-apis-with-rails-0

How We Build JSON APIs with Rails

A couple of months ago, we started a new project and decided to use Ember on the front and Rails as an API backend.

Nenad Nikolić
squeezing-webpack-into-backend-frameworks-0

Squeezing Webpack into Backend Frameworks

In order for a page to be fast, it’s a good idea to concatenate all your JavaScript assets into one file and all your CSS assets into another.

Darko Kukovec
analyzing-rubygems-stats-v2016-0

Is Ruby Dead? Hell No! Analyzing RubyGems Stats for 2016

JavaScript frameworks are growing in number, new languages are developed faster than ever, and people are still talking about the death of Ruby and Rails.

Marko Ćilimković
becoming-an-ios-developer-swiftly-0

Becoming an iOS Developer Swiftly

So you want to learn the programming language everyone’s talking about, but don’t know where to look? We’ll give you a few pointers to kick-start you on your way to becoming a great Swift developer!

Vedran Burojevic
building-web-apps-with-go-0

Building Web Apps with GO

GO is a newcomer to the world of programming. Google's open source, statically typed programming language that provides you with some nice features.

Ivan Lučin
how-to-efficiently-process-large-excel-files-using-ruby-0

How to Efficiently Process Large Excel Files Using Ruby

Last year, I worked on a project in which I needed to parse and handle large .xlsx files. Some of those files had more than 200K rows.

Vladimir Rosancic