-
REACT
Open-source JavaScript library used for building user interfaces specifically for single page applications. It allows us to create reusable UI components and large web applications which can change data, without reloading the page. React is fast, scalable, and simple.
REACT NATIVEReact Native lets us build native mobile apps using only JavaScript. It uses the same design as React, letting us to compose a rich mobile UI from declarative components. Fast development cycle reloading changes on real time without need for recompiling.
REDUXRedux is a predictable state container for JavaScript apps. It helps us manage apps data and respond to user actions consistently, run in different environments (client, server, and native), and are easy to test.
JESTDe facto unit testing framework for ReactJS projects. Provides and integrated experience with easy setup working out of the box with React. Simplifies testing allowing to analyze how state data change over time.
-
RAILS
Fast, flexible and reliable framework to build MVC webapps and standard API backend solutions. Rails allow us to develop MVPs (Minimum Viable Products) in a cost effective way fulfilling our clients needs in the shortest time possible.
DevOpsWe use DevOps best practices to guarantee continuous software and faster features delivery, faster resolution of problems, increase the productivity of our team, improve communication and collaboration and ensure the client engagement on the project.
LEAN"...Lean means creating more value for customers with fewer resources." We understand customer values and focus our key processes to continuously increase it, satisfying it's needs and engaging the client as part of our development cycle.
TDDWe validate our code with Test Driven Development, focusing on smaller chunks of functionality which guarantees that the new implemented code passes all tests keeping the base code stable despite of changes and decreasing bugs introduced.