Kamil’s personal blog

Kamil’s personal blog

Follow
homeAboutbadges
Tag

Ruby on Rails

#ruby-on-rails

More content

Read more stories on Hashnode


Articles with this tag

Ruby-Kafka, async_producer and large messages - buffer overflow issue

Dec 22, 20194 min read

Waiting for a new project (I am so excited about a new one!) is a good time to go back to recent problems. (Un)fortunately some time ago me and my...

Ruby-Kafka, async_producer and large messages - buffer overflow issue

Threads in Ruby - when does it make sense?

Aug 20, 20192 min read

CRuby has a Global Lock Interpreter, that imposes certain limitations on us. I wrote about it a bit in my previous article. But does this means that...

Threads in Ruby - when does it make sense?

Quick class preview from rails console

Apr 7, 20191 min read

One think I really like in Rubymine is that it knows where are classes are and thanks to that we can move to them with one click. After moving to VIM...

Quick class preview from rails console

ActiveRecord find_or_create_by and concurrency - how to handle it?

Mar 17, 20196 min read

ActiveRecord provides a bunch of useful methods. One of them is a find_or_create_by which is cool, because it avoids using IF...

ActiveRecord find_or_create_by and concurrency - how to handle it?

How to become a Ruby ​​developer?

Sep 28, 20184 min read

Recently I was preparing a list of things to learn for my friend who decided to change his profession. There are a lot of books and tutorials, but it...

How to become a Ruby ​​developer?