React Development: All You Have to Know
ind out what React Development is and how you can use it to create powerful applications. Learn about the benefits of using this language and its features.
Ask anyone about how they evaluate possible new libraries, packages and gems to add to their project and you get variations on the same topic. Actively developed, Pull Requests merged in a timely fashion, no long-outstanding bugs...
CircleCI is a very simple tool that is well-configured as a supervisor of our projects. But is the configuration itself simple? This, of course, depends on the complexity of the project. In our case (mono repo) it turned out to...
It can easily feel these days like Ruby on Rails, especially in it’s latest installment, has everything and the kitchen sink (I honestly wouldn’t be too surprised to find ActiveSupport::KitchenSink in there). Can there be...
‘I have a plan for my product. What I need is to start developing it’. We often have potential clients contact us in this way. In fact, building a product from scratch is not as easy as some people think. All processes should...
A/B tests in product development are a chance to increase product attractiveness (conversion) and as a result generate more profits. Although opinions on the validity of such tests are sometimes divided, I have no doubt that they...
We Rubyists tend to sneer at the NPM crowd every time something bad happens to them (remember left-pad? Or event-stream?). No sneers to be heard this week, however, as we learned that strong_password was hijacked on RubyGems and...
They say that when we meet someone for the first time, that initial impression is the most important one. The same applies to a project code repository. A well-written README is crucial not only for current developers but also...
I’ll go ahead and say it: TypeScript is the best JavaScript extension I never knew I needed until I used it. Using it with React is pretty easy, but in the case of Vue.js it might be slightly more daunting. Read about all this...