SSoftware Engineering Read More 4 minute read 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…
BBeginners Level Read More 3 minute read 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…
TTesting Read More 5 minute read Rails + RSpec + Turnip = <3byOzmar UgarteMarch 19, 2020 Reading Time: 4 minutesIntegration tests are used to ensure that all software components work together. In the RoR world, Cucumber is…
AAlexa Read More 5 minute read Developing an Alexa Skill with the Jovo frameworkbyArmando DuranDecember 16, 2019 Reading Time: 5 minutesAs a mobile developer, cross-platform development can be hard. Using different codebases for the voice apps development world.…
QQA Read More 3 minute read Mobile Testing: Real devices vs Simulators/EmulatorsbyAlexDecember 9, 2019 Reading Time: 2 minutesIn the testing world we always have lots of possibilities when making a test on an application or…
DDevelopment Read More 7 minute read Scheduled NotificationsbyRNoyolaDecember 2, 2019 Reading Time: 5 minutesHave you ever wondered how apps like Tinder, Facebook, Reddit and many more send annoying recurrent notifications to…
RRuby on Rails Read More 3 minute read 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…
SSolidus Read More 3 minute read 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.…
RRails Read More 2 minute read Customizing Solidus order number generationbyJuan Carlos RuizAugust 5, 2019 Reading Time: 2 minutesSolidus 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 minutesJest is an amazing testing tool developed by the folks at Facebook and maintained by a vast community of…