Articles about Development

React Native: The Journey of a Beginner

React Native: The Journey of a Beginner

React Native is, perhaps, the most interesting and fast-evolving platform. Today you can create a new project based on its latest version, and in just a few months it will get outdated for a few releases. And if a year ago React Native was quite a raw product, now there are lots of plugins for dealing with native components as well as common React components.

Knowledge Management across Agile Project Teams

Knowledge Management across Agile Project Teams

If you happen to own or work for a software enterprise, you possibly have been asked a hundred times if you are agile. Although initially intended to upturn the accessibility of software development teams, in the recent times 'agile' has emerged as the default team-based working model for all enterprises, irrespective of their size, industry and location.

Integrating Self-Storage Services in Web Software

Integrating Self-Storage Services in Web Software

Self-storage facilities are companies that provide storage space (lockers, containers, garages, etc.) by lease. Often, self-storage companies have multiple locations with a few hundred of units in each. It is quite a big business and it requires management software to keep all units under control. There is special software for their needs.

How to Speed Up Your Tests via :build_stubbed

How to Speed Up Your Tests via :build_stubbed

Rspec is an awesome thing that was created for ruby community. Most of us write tests. However, sometimes in large projects our test becomes really slow. So, each launch of the test really hurts and it does not meter whether you launch your test before commit/push or on CI. When your test suits pass over 30 minutes  -  something definitely went wrong.

Top 5 JavaScript Frameworks For Your Projects

Top 5 JavaScript Frameworks For Your Projects

In the world of front-end development, things are a bit complicated. New frameworks appear all the time, which provides both opportunities and challenges for developers. The situation has become better in the past few years but it's still confusing. Polymer, Aurelia, Sencha, Webix and so on - what's behind all those names? How and when should you use them?