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 Burojević
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 Rosančić
whitelisting-with-the-lesser-known-presence-in-method-0

Whitelisting with the Lesser-Known #presence_in Method

Have a look at this hidden ActiveSupport #presence_in method that provides a convenient way to do whitelisting in just one line.

Damir Svrtan
magic-constants-in-android-development-0

Magic Constants in Android Development

Every little bit counts. While code readability is important, it is much more important to ensure that the application behaves smoothly for each user.

Josip Marković
how-to-make-your-ios-apps-more-secure-with-ssl-pinning-0

How to Make Your iOS Apps More Secure with SSL Pinning

SSL pinning plays a major role in building highly secure mobile apps which users will be able to use even in countless insecure wireless networks.

Ante Karin
analyzing-rubygems-stats-v2015-0

Trends in Ruby Analyzing Rubygems Stats for 2015

The market is flooded with new languages and frameworks. Many seem promising, and a lot of developers are talking about the death of Ruby and Rails.

Damir Svrtan
multiline-strings-ruby-2-3-0-the-squiggly-heredoc-0

Multiline Strings in Ruby 2.3 the Squiggly Heredoc

Did you ever have to write a nicely indented multiline string in Ruby? There was no out-of-the-box solution until the squiggly heredoc was introduced.

Damir Svrtan
say-hello-to-a-faster-android-emulator-0

Say Hello to a Faster Android Emulator

For years, Android developers have been struggling with the Android emulator. Two years ago we switched to Genymontion which is both fast and reliable.

Ivan Kocijan
top-10-ios-swift-libraries-every-ios-developer-should-know-about-0

Top 10 iOS Swift Libraries Every iOS Developer Should Know About

To make the transition to Swift easier and save you from writing some components for your app, here are 10 libraries every iOS developer should know about.

Vedran Burojević