JEJuan Elias Jabibinnochedecodigo.hashnode.dev·May 2, 2023 · 9 min readUnit testing with JestUnit testing is a critical practice in software development that involves writing test code to ensure that individual units of code, such as functions, classes, or modules, behave as expected. One of the most popular testing frameworks for JavaScript...00
JEJuan Elias Jabibinnochedecodigo.hashnode.dev·Apr 25, 2023 · 9 min readMiddlewares in KoaWhat is a middleware? A middleware in Koa is simply a function that takes two parameters: the Koa context object (ctx) and a function that represents the next middleware in the stack (next). Middlewares can modify the ctx object and control the flow ...00
JEJuan Elias Jabibinnochedecodigo.hashnode.dev·Apr 21, 2023 · 3 min readThe heart of Node.js: Event LoopNode.js is a popular runtime environment that uses an event-driven, non-blocking I/O model. At the core of this model is the event loop, which is responsible for handling incoming requests and executing callbacks. In this article, we will explore the...00
JEJuan Elias Jabibinnochedecodigo.hashnode.dev·Oct 7, 2022 · 4 min readMódulos en NODE.JSQue es un módulo? Es una funcionalidad que esta organizada en uno o varios archivos JavaScript y puede ser reultilizada en la aplicación siendo esta es la razon por la cual organizamos el codigo en modulos. Cual es la utilidad de los módulos en node....00
JEJuan Elias Jabibinnochedecodigo.hashnode.dev·Sep 27, 2022 · 3 min readIntroducción a AWSQue es AWS? Amazon Web Services es un proveedor de servicios en la nube, actualmente es la plataforma de nube mas usada en el mundo ya que ofrece mas de 200 servicios diferentes. Cuales son los servicios mas usados en AWS? - EC2 : Este servicio se e...00