Błażej Pichur
Author at Naturaily Blog
Product-Minded Senior Software Engineer who loves to build features from the very beginning to the very end.
March 18, 2019 • 8 min read
READ MORELearn more about private protected public rubyDo You Really Know Public Private And Protected In Ruby
Public, protected and private access – all of the programmers are familiar with that concept. Nothing special, we work with them on a daily basis. However, as Ruby developers, do we really know the details? Read on and challenge yourself!
June 18, 2018 • 11 min read
READ MORELearn more about ruby on rails enumRuby on Rails - How to Create Perfect Enum in 5 Steps
If you work on a project within the domain of Ruby on Rails, enum can be an attribute you’d want to understand and use frequently. Why is that? In short, enums (enumerations) make your work faster, more efficient and less erroneous.