Marko Ć. — 12 min readImprove Code Quality with RuboCopCleaner pull requests, automated knowledge sharing, and easy engagement with open-source software? Sign me up!
Nikola B. — 10 min readHere to Stay Analyzing RubyGems Stats for 2018As years go by, there is always a question whether Ruby is dead or alive, and as usual, we have done our research and compiled some statistics...
Vladimir R. — 6 min readThings I Wish ActiveRecord Had After Using EctoA few years ago, I wrote an article about moving from Django to Rails. As I said there, I don't find it too hard moving from one programming...
Petar Ć. — 5 min readSuperfast CSV Imports Using PostgreSQL's COPY CommandDealing with various sources of data in web applications requires us to create services that will extract information from CSV, Excel, and other...
Melita K. — 7 min readGenerate API Documentation from RSpec Examples with DOXWhen developing an API, one should also write documentation so other developers know how to integrate with it. The problem is, nobody likes to...
Nenad N. — 4 min readHow We Build JSON APIs with RailsA couple of months ago, we started a new project and decided to use Ember on the front and Rails as an API backend.
Darko K. — 8 min readSqueezing Webpack into Backend FrameworksIf you ever made a website, it probably contained some assets like images, CSS and JavaScript. In order for a page to be fast, it’s a good idea to...
Marko Ć. — 9 min readIs Ruby Dead? Hell No! Analyzing RubyGems Stats for 2016Another year is behind us and many things have changed in the web development world - the number of JavaScript frameworks continues to grow, new...
Damir S. — 4 min readBetter Login Forms Without Security RisksIt goes without saying that good login and registration forms are essential to providing a great user experience. However, more often than not,...
Stjepan H. — 5 min readHiding Secrets in a VaultEvery application needs configuration data like database passwords, AWS access keys, and social app IDs before it can run. What's the easiest...
Damir S. — 2 min readWhitelisting with the Lesser-Known #presence_in MethodQuite often when writing Rails applications we need to do some kind of user input sanitization. We usually end up doing some dull checks across...
Damir S. — 10 min readTrends in Ruby Analyzing Rubygems Stats for 20152015 is behind us and the market is flooded with new languages and frameworks. A lot of them seem promising, and in the same time a lot of...
Stanko K. — 4 min readBest Rails Image Uploader Paperclip vs. Carrierwave vs. RefileEverybody that has ever implemented file upload by hand in a Rails app knows that it’s no cakewalk, not to mention a major security risk. That’s...