A paradigm is a different way to solve problems. We can link the concept of a paradigm to the concept of a map, since to get from one point to another, we have an infinite number of paths we can choose… and the paradigm is responsible for telling us where to go to get from […]
Tag: dev
The Software Life Cycle
The software life cycle refers to the whole process of software development, since its building starts and ends, including maintenance and evolution in time. This life cycle defines how we are going to carry out the software process, in which a framework of the tasks needed to build high quality software is established. This is […]
The Programmer’s Paradox
In the programmers’ career, there’s always a critical time during a project development in which they will inevitably ask themselves: “Should I invest my time in continuing to improve the code that is already ‘ready’ or should I just finish the project?”. It’s then that programmers find themselves for the first time in this paradoxical […]
Matr + Crashlytics
Once we publish our apps in stores, we need to know practical and clear statistics about the issues that occur in our users’ devices. To do so, mat|r implements the tool Crashlytics in all the apps we develop in the platform, through Firebase. Firebase Crashlytics is a lightweight tool for crash reporting in real […]