RRust Read More 4 minute read An introduction to RustbyccarruiteroApril 8, 2021 Reading Time: 4 minutes At MagmaLabs we always keep up to date by trying and using new technologies because of our client's…
JJavascript Read More 3 minute read Configuring Webpack 5 and webpack-dev-server on ReactbyOswaldoPinedaMarch 11, 2021 Reading Time: 4 minutes Have you ever wondered how today's modern JS applications can process so many style modules or images? Well,…
RRuby on Rails Read More 6 minute read Approaching Rails Legacy Systems – Chapter 1: Project AnatomybyVictor VelazquezApril 24, 2020 Reading Time: 6 minutes This is the chapter 1 of a series of blog posts about some pieces of advice, tools, and…
RRuby on Rails Read More 3 minute read Best practices using Rails SeedsbyOzmar UgarteNovember 25, 2019 Reading Time: 2 minutes Rails offer us a mechanism through the db/seeds.rb file, which allows us to write Ruby code and use…
SSolidus Read More 3 minute read Getting Started with Solidus Series 1: SetupbyjaimelrNovember 4, 2019 Reading Time: 2 minutes Solidus is an open-source eCommerce solution built with Ruby on Rails and maintained by a community of passionate developers.…
SSolidus Read More 2 minute read Customize Solidus mailersbyeduardoGHdezSeptember 9, 2019 Reading Time: 2 minutes Solidus has a set of mailers which notify some actions such as confirmation of an order, notification when a…
RRails Read More 2 minute read Customizing Solidus order number generationbyJuan Carlos RuizAugust 5, 2019 Reading Time: 2 minutes Solidus provides an out-of-the-box mechanism to generate order numbers. However, sometimes you could be interested in personalizing this…
TTesting Read More 2 minute read Adding Jest to a Babel 6 projectbykevinnioJune 27, 2019 Reading Time: 2 minutes Jest is an amazing testing tool developed by the folks at Facebook and maintained by a vast community of…
RRuby on Rails Read More 4 minute read Clearing the air: How to test new features with Rails?bykevinnioJune 10, 2019 Reading Time: 4 minutes Feature specs are integral to a good test suite. Whenever we add new features to a web application,…
VVueJS Read More 8 minute read An Intro To Using VueJS for Front End DevelopmentbykevinnioJune 5, 2019 Reading Time: 7 minutes What is Vue.js? What is Vue.js? Vue.js is a progressive Javascript framework which is designed to build interactive…