The community of React Native offers a huge amount of ready to use libraries that can handle showing small messages called Toast. However, implementing it on our own is not a big effort. Additionally, we get full control of their behavior and look. Using Context API and hooks we can implement such a solution in no time.
In the last article we added a few GraphQL mutations to our test application. It is time to create automated tests for each of them. But first things first, we need to set up `RSpec` in order to write better specs.
In this day and age, users spend twice the time spent using desktops on mobile devices, so it is not surprising that they expect two things: high performance and storage saving.
For keeping the data stored in the application we can use redux-persist, which during a process called ‘rehydration’ restores the last known content of the store.
Since 2000, the outsourcing industry has grown from a $45.6 billion to $92.5 billion market. The consistent growth shows that the market accepted it as a development strategy and that outsourcing is here to stay.
The Ruby on Rails framework is powerful in many ways. One of its strong points is that Ruby on Rails is being shipped with ActiveRecord – an Object Relational Mapping system. ActiveRecord comes up with its own DSL, which lets you write Ruby code, which in turn is translated to SQL, allowing you to use database native features, including “locking”.
Proper frontend development is highly challenging, but scaling frontend development such that several teams can work simultaneously on large and complex products is much harder.
Becoming a Testing Hero will not need a spider bite or a pocket full of kryptonite. How to become one? Discover and master the set of Testing Best Practices (TDD). It’s like approaching the next level of every game – from a random user who just plays a game to a Pro who creates the reality.
Created by Google this open-sourced system helps manage containerized applications within cluster environments. It gives developers a better way to deal with related and distributed components as well as services in infrastructure.
Software development houses market is full of great solution providers racing to become the best SDH out there. The competition is tough, so SDHs use innovative approaches to product development, creativity and top-notch skills that can help them to get noticed.
As front-end developers, when we’re adding a feature it’s a common solution to just use JavaScript. I mean, why not? But what can we do with CSS instead of JS?
Managing servers and infrastructures manually is not a very complicated task, but when you start working with multiple servers, manual configuration is getting more complex and almost unachievable. This is where the notion of Infrastructure as a Code comes in.
To attain this goals one can implement a very simple and powerful solution which is based on the theory called the Diffusion of Innovations which can be used to explain how, why, and at what rate new concepts spread through organizations.
This guide will show you how to upgrade to Rails 6. We’ll cover the upgrade process in general and provide helpful tips to make your upgrade as smooth as possible.