Adding Docker to your Rails workflow
One of the challenges we face when we are developing an application, is having a uniform development stack among team members. In this tutorial, I’ll show you how to use Docker and docker- compose to manage your rails application...
Setup your CI and CD for React Native Part 1
What is Continuous Integration and Continuous Delivery? Continuous Integration (CI) and Continuous Delivery (CD) are now necessary concepts to develop a mobile application. Continuous Integration allows you to make sure your application...
Importing fonts the right way
Why would I need to import a font to my website? Sometimes the design team sends you an awesome mockup for a brand new – great looking app, so you need to put all your coding skills to work to make this idea become reality. You...
Generating documentation with Rspec Rails Swagger
Keeping the documentation updated while the API has been developed is one of the most demanding tasks regardless of the language that you’ve selected for your backend. There are many tools for managing and keeping your documentation...
Using the get schwifty gem
Hey there, today I’m writing about an interesting gem I used some days ago to render some slow pages. This gem has an interesting workflow. It renders a loading page that we’ve already defined while a background task makes...
Magento2 – Delete Order(s) by CLI Command
In this article we create a cli command for delete one or more orders. Sometimes it is necessary to delete one or more orders, because we are wrong with the data or simply because they are test orders. In magento2 it’s very simple...
Magento2 Cli Commands, and how to create your own
Magento2 has a large number of commands that make it really simple to manage but not only that, it also can create your very own commands, and this is awesome!. A new Magento2 feature its console component. The Root folder now contains...
How to upgrade from rails 4.2.9 to rails 5.1 and don’t die trying
Hi there 👋 I’m going to show you how I upgraded Rails app from version 4.2.9 to Rails 5.1. The recommended way of upgrading your Rails application is doing it version by version, for example, in this case, we would...
De Código, Café y Cervezas 12 – Performance
Heriberto Pérez, Alejandro Espinoza, Víctor Velázquez Ingenieros de Software en MagmaLabs comparten otro episodio De código, Café y Cervezas con temas de tecnología, desarrollo de software, entrevistas, y eventos. Tema central:...
De Código, Café y Cervezas 10 – Technical Debt
Heriberto Pérez, Alejandro Espinoza, Víctor Velázquez Ingenieros de Software en MagmaLabs comparten otro episodio De código, Café y Cervezas con temas de tecnología, desarrollo de software, entrevistas, y eventos. Tema central:...