Ireneusz Skrobiś
Head of ProductionMy diverse educational background allows me to approach software development problems from different sides and angles. I have bachelor degrees in Sociology and IT in Business. I am an agile Team Leader and Project Manager. Sport and Combat training allowed me to learn that success comes with hard work. Along came the self-improvement, loyalty, discipline and self-control.
ABOUT MY TEAM “...there is no I in Team”
My Team has an in-depth and long term experience (4 years on average) and currently consists of 9 members. We specialize in Ruby on Rails, React.js, React Native and Node.js. We work from one office which guarantees close and successful cooperation. We use the following communication tools: Slack, Pivotal Tracker, Trello, Jira and Google Hangouts.
Blog posts that I worked on
When Not To Choose Ruby On Rails For Your Web Project
It is not unusual for a new technology to originate from a successfully developed project. For example, we can find the pattern in the story of a web framework for Python – Django, which was originally developed to manage a number of news-oriented sites for the LJworld company.
GraphQL Mutations In Ruby On Rails
In this article, I would like to focus on adding GraphQL mutations. We will be working on the test application we created previously in this article. It might be helpful for you to know the structure, models, and types we are using so I encourage you to take a look.
GraphQL with Ruby On Rails: Queries in Multiple Files
Today we are going to add specs (again, we will focus only on the happy paths) for GraphQL queries. But there is one thing about the current implementation of the queries that I don’t like. We have everything defined in one file: `app/graphql/types/query_type.rb`