SSoftware Engineering Read More 5 minute read Introduction to Turbo: Speed up your Rails Apps with HotwirebyCarlos GutierrezAugust 16, 2024 Reading Time: 5 minutesWhat is Turbo? Turbo is a technology developed by the creators of the Ruby on Rails framework whose…
RRuby on Rails Read More 4 minute read Integrate Ruby on Rails with language models like OpenAI’s…byVictor VelazquezJuly 11, 2024 Reading Time: 4 minutesHave you ever wondered, how to build a Ruby on Rails app for PDF analysis with OpenAI API?……
SSoftware Engineering Read More 6 minute read Mastering the Observer pattern in JavaScriptbyfernando.trasvinaMarch 24, 2024 Reading Time: 6 minutesMastering the Observer pattern in JavaScript Introduction The Observer pattern is a design pattern that allows an object…
SSoftware Engineering Read More 4 minute read Why Every Modern Business Absolutely Needs a Software Development PartnerbyLucille AdamsDecember 8, 2023 Reading Time: 3 minutesHey there! Let’s dive into why snagging a software development partner is like finding that secret ingredient that…
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…
SSoftware Engineering Read More 6 minute read Server-Side Rendering with Next.js: Everything You Need To Know (And Love It)bysteffanynaranjovMay 8, 2023 Reading Time: 6 minutesNext.js has become popular in the last years but why developers love it? Next.js is a framework built…
EEcommerce Read More 6 minute read Trends That Will Boost eCommerce in The Coming YearsbyMagmaLabs TeamApril 14, 2023 Reading Time: 7 minutesCompanies have had to face more changes in the last two years than in the previous two decades.…
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…