VVueJS Read More 7 minute read An Intro To Using VueJS for Front End DevelopmentbykevinnioJune 5, 2019 Reading Time: 7 minutesWhat is Vue.js? What is Vue.js? Vue.js is a progressive Javascript framework which is designed to build interactive…
RRails Read More 5 minute read Mount a Solr search engine with Rails using Docker ComposebyedmanMay 30, 2019 Reading Time: 4 minutesOne of the most interesting challenges while developing an application is indexing and searching for data efficiently. Solr…
RRuby Read More 4 minute read What are ruby contracts and how we can use them?bygerardo.lopezApril 9, 2019 Reading Time: 4 minutesWhat are Ruby Contracts? The gem author defines them as follows: Contracts which let you clearly and beautifully…
RRails Read More 5 minute read AuthorizationbyeduardoGHdezApril 9, 2019 Reading Time: 4 minutesAuthorization determines which actions a user can perform on an application There are a lot of alternatives which…
TTips Automate all the things!byJuan Carlos RuizMarch 26, 2019 Reading Time: 4 minutesMotivation In a normal software development day, I do a lot of activities related to the task that…
JJavascript Read More 4 minute read Destructuring, the easiest waybySamantha BelloMarch 4, 2019 Reading Time: 4 minutesIn the last days, I have been working on a project with ‘React’, and every single day I…
DDevelopment Read More 4 minute read Roles and permissions in SolidusbyOzmar UgarteFebruary 19, 2019 Reading Time: 4 minutesFew days ago I was working on adding new roles with their permissions into a Solidus application, it…
QQuality Assurance Why do requirements matter?bykarenfletesFebruary 6, 2019 Reading Time: 2 minutesYou probably have heard about this topic a lot. Clear requirements are essential to give your product a…
QQuality Assurance Read More 2 minute read How Quality Assurance Works on Agile Projects in MagmaLabsbyelizabeth.cobianJanuary 4, 2019 Reading Time: 2 minutesDid you know? In each project at MagmaLabs, there is a person in charge of the quality of…
RReact Native Read More 3 minute read How to select the next TextInput after pressing the “next” keyboard buttonbyArmando DuranSeptember 5, 2018 Reading Time: 2 minutesSee code on Github Navigating between text fields using the keyboard is very convenient to improve the user…