Read More 4 minute read RRust An introduction to RustbyccarruiteroApril 8, 2021 Reading Time: 4 minutesAt MagmaLabs we always keep up to date by trying and using new technologies because of our client’s…
Read More 5 minute read BBest Practices QA & Documentation: Writing a Legacybyberzy floresAugust 28, 2020 Reading Time: 4 minutesDo you constantly postpone the Documentation on your projects? Well, maybe you have to read this blog post!…
Read More 4 minute read SSoftware Engineering 13 Bits of Advice for New ProgrammersbyVictor VelazquezMay 21, 2020 Reading Time: 4 minutes13 Bits of Advice for New Programmers when they feel overwhelmed by all the things they need to…
Read More 3 minute read BBeginners Level Getting Started with Solidus Series: CustomizationbyjaimelrApril 9, 2020 Reading Time: 3 minutesLearn how to fully customize Solidus stores from scratch following this step-by-step guide. Solidus customization is the second…
Read More 17 minute read AAndroid React Hooks, TypeScript and Redux for React NativebyfernandoamzApril 2, 2020 Reading Time: 16 minutesBuilding a counter app to know how to start a project with Typescript it’s easy if you follow…
Read More 3 minute read RRuby on Rails Best practices using Rails SeedsbyOzmar UgarteNovember 25, 2019 Reading Time: 2 minutesRails offer us a mechanism through the db/seeds.rb file, which allows us to write Ruby code and use…
Read More 3 minute read SSolidus Getting Started with Solidus Series 1: SetupbyjaimelrNovember 4, 2019 Reading Time: 2 minutesSolidus is an open-source eCommerce solution built with Ruby on Rails and maintained by a community of passionate developers.…
Read More 4 minute read RRuby How to take advantage of Ruby blocksbymickeytglJuly 8, 2019 Reading Time: 3 minutesBlocks in ruby are a very powerful aspect of the language. They are often less used in when…
Read More 4 minute read RRuby on Rails Clearing the air: How to test new features with Rails?bykevinnioJune 10, 2019 Reading Time: 4 minutesFeature specs are integral to a good test suite. Whenever we add new features to a web application,…
Read More 7 minute read JJavascript 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…