The Volcano by MagmaLabs | AI, Software Development & Product Engineering The Volcano by MagmaLabs | AI, Software Development & Product Engineering
  • #WeAreMagma
  • Let’s connect!
  • Today I Learned
Recent Posts
  • AI Automation Agents for Business: 7 Workflows You Can Automate in Weeks
  • Why Leading Companies Still Rely on Ruby on Rails in 2026
  • Top Companies using Agents to Build their products
  • Ensuring Trust at Scale: Why AI Compliance Needs a Dashboard—Now
  • 2026 Tech Trends: The New Rules for Modern Software Teams
The Volcano by MagmaLabs | AI, Software Development & Product Engineering The Volcano by MagmaLabs | AI, Software Development & Product Engineering
  • #WeAreMagma
  • Let’s connect!
  • Today I Learned

fernando.trasvina

8 posts
Read More
  • 6 minute read
SSoftware Engineering

Mastering the Observer pattern in JavaScript

  • byfernando.trasvina
  • March 24, 2024
Reading Time: 6 minutesMastering the Observer pattern in JavaScript Introduction The Observer pattern is a design pattern that allows an object…
Web Workers
Read More
  • 2 minute read
SSoftware Engineering

Using Web Workers to Handle Memory Workload While Processing a Data Stream

  • byfernando.trasvina
  • June 20, 2023
Reading Time: 3 minutesIntroduction When you are processing a data stream gradually over time, you usually don’t want to keep all…
Read More
  • 5 minute read
JJavascript

Parallelism in Javascript: A Quick Introduction

  • byfernando.trasvina
  • April 6, 2023
Reading Time: 5 minutesJavaScript is a single-threaded language, which means it can only execute one task at a time. However, Web…
Read More
  • 4 minute read
JJavascript

Web Workers on Javascript for Intensive CPU Tasks

  • byfernando.trasvina
  • April 4, 2023
Reading Time: 4 minutesIn this article we will see how to use Web Workers to perform intensive CPU tasks in the…
Read More
  • 6 minute read
RRuby on Rails

How to Prevent Sequence Race Conditions when Using Rails ActiveJob

  • byfernando.trasvina
  • March 22, 2023
Reading Time: 5 minutesThis article describes using the Ruby on Rails web application framework along with an external service. It is…
Read More
  • 3 minute read
SSoftware Engineering

List of files processing in Node.js

  • byfernando.trasvina
  • February 16, 2023
Reading Time: 3 minutesFrequently you find yourself processing a list of files to read their content, process them, and produce results?…
Read More
  • 3 minute read
SSoftware Engineering

Error handling in Node.js applications

  • byfernando.trasvina
  • February 14, 2023
Reading Time: 3 minutesError handling in applications is a very important part of the development process. It is important to handle…
Read More
  • 4 minute read
RReact

React Best Practices: useEffect Hook

  • byfernando.trasvina
  • December 19, 2022
Reading Time: 4 minutesBy using useEffect Hook, you tell React that your component needs to do something after rendering. This hook…
https://www.youtube.com/watch?v=Rf65aCNAiLA
The Volcano by MagmaLabs | AI, Software Development & Product Engineering The Volcano by MagmaLabs | AI, Software Development & Product Engineering
Made With Love by MagmaLabs
  • #WeAreMagma
  • Let’s connect!
  • Today I Learned