RReact Read More 5 minute read React 18 features: batching, useTransition and useDeferredValuebyFabian AlejandroJune 27, 2023 Reading Time: 5 minutesA Fresh Look For React I love React applications, but there is always the problem that in applications…
JJavascript Read More 5 minute read Parallelism in Javascript: A Quick Introductionbyfernando.trasvinaApril 6, 2023 Reading Time: 5 minutesJavaScript 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 minutesIn this article we will see how to use Web Workers to perform intensive CPU tasks in the…
RReact Read More 5 minute read Expo vs React Native CLI in 2023byArmando DuranMarch 8, 2023 Reading Time: 5 minutesIn the React Native community, there are two popular ways to create an app, you can use the…
SSoftware Engineering Read More 3 minute read Error handling in Node.js applicationsbyfernando.trasvinaFebruary 14, 2023 Reading Time: 3 minutesError handling in applications is a very important part of the development process. It is important to handle…
SSoftware Engineering Read More 1 minute read Stimulus: Cross-Controller Coordination With EventsbyJonathan TapiaJanuary 10, 2023 Reading Time: 2 minutesA controller is the basic organizational unit of a Stimulus application. They are instances of JavaScript classes that…
RReact Read More 4 minute read React Best Practices: useEffect Hookbyfernando.trasvinaDecember 19, 2022 Reading Time: 4 minutesBy using useEffect Hook, you tell React that your component needs to do something after rendering. This hook…
RRails Read More 2 minute read How To Install Stimulus In a Rails AppbyJonathan TapiaOctober 27, 2022 Reading Time: 2 minutesIn this tutorial, you will install Stimulus using Webpacker and Rails 7. If your Rails app is is…
RRails Read More 11 minute read How To Integrate Cronofy To Your Rails AppbyKitzia VidalOctober 19, 2022 Reading Time: 10 minutesIn this article we will learn how to integrate Cronofy within Rails to interact with a calendar and…
BBlockchain Read More 4 minute read Exploring Blockchain Technologies and How They WorkbyRegi PublicoSeptember 14, 2022 Reading Time: 4 minutesBlockchain is relatively a new technology that is quickly transforming the world. This popular digital ledger has created…