LVLeonardo Veneziainsilicontheway.hashnode.dev·Feb 2, 2024 · 2 min readPatrón de diseño AdapterEl patrón Adapter es mi favorito, es extremadamente sencillo, tiene un caso de uso muy interesante en el frontend: cambios en la api. Problema Cambios en dependencias de un módulo (otros componentes, servicios, variable global) afectan su comportamie...00
LVLeonardo Veneziainsilicontheway.hashnode.dev·Jun 17, 2023 · 2 min readOur Journey to Silicon ValleyI am a Latin American frontend developer with a clear goal in mind: to become an expert in early startup development. But, how?... Well, I need a plan. The first step to achieving it is to assess what I lacking. That's why I did this list of my growi...00
LVLeonardo Veneziainsilicontheway.hashnode.dev·Jun 13, 2023 · 2 min readArchitecture: FluxIntroduction Flux was born within the Facebook team as a solution for scalability problems in complex web applications. Flux has a unidirectional data flow approach that simplifies debugging in comparison to the MVC approach. How? Flux is made up fo...00
LVLeonardo Veneziainsilicontheway.hashnode.dev·Jun 12, 2023 · 1 min readArchitecture: MVCIntoduction MVC is a widely used architecture in web and desktop applications because it is useful for dividing the responsibilities of the code. Purpose The objective of the MCV pattern is to facilitate the management of an application by splitting ...00