JJavascript Read More 5 minute read Parallelism in Javascript: A Quick Introductionbyfernando.trasvinaApril 6, 2023 Reading Time: 5 minutes JavaScript is a single-threaded language, which means it can only execute one task at a time. However, Web…
JJavascript Read More 4 minute read Web Workers on Javascript for Intensive CPU Tasksbyfernando.trasvinaApril 4, 2023 Reading Time: 4 minutes In this article we will see how to use Web Workers to perform intensive CPU tasks in the…
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…