RReact Native Read More 5 minute read Set up your CI and CD for React Native Part 2byFrancisco ChaconJune 28, 2018 Reading Time: 4 minutesGenerate signed builds for your mobile project Why do we have to sign our APK/IPA files? As I’ve…
RReact Native Read More 3 minute read Setup your CI and CD for React Native Part 1byFrancisco ChaconApril 11, 2018 Reading Time: 4 minutesWhat is Continuous Integration and Continuous Delivery? Continuous Integration (CI) and Continuous Delivery (CD) are now necessary concepts…
DDevelopment Read More 9 minute read Generating documentation with Rspec Rails SwaggerbyJuan Carlos RuizMarch 27, 2018 Reading Time: 8 minutesKeeping the documentation updated while the API has been developed is one of the most demanding tasks regardless…
QQuality Assurance Read More 4 minute read 6 Lessons that I learned in my first year as a QA TesterbykarenfletesJuly 17, 2017 Reading Time: 3 minutesMy first year as a QA Tester has been an exciting learning experience. For those of you who…
TTesting Read More 2 minute read Developers and Testers: 3 Keys To Working Together and achieve QAbyHortencia LechugaJuly 6, 2017 Reading Time: 2 minutesIf we work together to successfully accomplish the final product based on client’s requirements, the true potential and…
QQuality Assurance Read More 3 minute read What really is Automation Testing?byadminJune 25, 2017 Reading Time: 3 minutesIn MagmaLabs we know that testing is something that helps us to prove that our projects have the…
TTesting Read More 1 minute read De Código, Café y Cervezas 07 – ¿Somos profesionales?byVictor VelazquezMay 25, 2017 Reading Time: < 1 minuteHeriberto Pérez, Alejandro Espinoza, Víctor Velázquez Ingenieros de Software en MagmaLabs comparten otro episodio De código, Café y…
RRails Read More 3 minute read Fixing Rspec and Cucumber random failures in your Continuous Integration ServicebyheridevMay 24, 2017 Reading Time: 3 minutesWhen you have a large test suite chances are that some of the tests fail randomly and when…
TTesting Read More 1 minute read De Código, Café y Cervezas 06 – ActiveModel::SerializerbyVictor VelazquezMay 5, 2017 Reading Time: < 1 minuteHeriberto Pérez, Alejandro Espinoza, Víctor Velázquez Ingenieros de Software en MagmaLabs comparten el sexto episodio De código, Café…
TTesting Test your rake tasksbyVictor VelazquezJanuary 8, 2014 Reading Time: 2 minutesI’ll show you how to test a rake task in a simple Sinatra Bootstrap project. Here we will…