AAutomation Read More 8 minute read How To Set up E2E Testing for Single Page ApplicationsbyheridevDecember 5, 2022 Reading Time: 9 minutes Have you ever had the need to work on Integration or End-to-end (E2E) tests for a Single Page…
RReact Native Read More 5 minute read Profiling on React Native appsbyfernandoamzApril 15, 2021 Reading Time: 6 minutes An app is considered to have bad performance if it responds slowly, shows slow animations, freezes, crashes, or…
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,…
JJavascript Read More 9 minute read Functional Programming in a Nutshell (in JS)byCarlos AlcalaJuly 9, 2020 Reading Time: 9 minutes Functional Programming (FP) is a great tool to add to your toolbox! It enables you to write simple,…
AAndroid Read More 17 minute read React Hooks, TypeScript and Redux for React NativebyfernandoamzApril 2, 2020 Reading Time: 16 minutes Building a counter app to know how to start a project with Typescript it’s easy if you follow…
DDevelopment Read More 7 minute read Scheduled NotificationsbyRNoyolaDecember 2, 2019 Reading Time: 5 minutes Have you ever wondered how apps like Tinder, Facebook, Reddit and many more send annoying recurrent notifications to…
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…
EEcommerce Read More 2 minute read Magento 2 Mixinsbyrene.castilloJune 17, 2019 Reading Time: 2 minutes In this article, I will let you know how to use Mixins in Magento 2. What is a…
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…
JJavascript Read More 4 minute read Destructuring, the easiest waybySamantha BelloMarch 4, 2019 Reading Time: 4 minutes In the last days, I have been working on a project with ‘React’, and every single day I…