• Construyendo Bajo Presión: cómo armar el primer MVP de tu startup en 2024

    ¿Qué les parece si les digo que pueden armar el primer MVP de su startup en menos de 1 mes y sólo con 100 USD? ¿Y si les digo que podemos ahorrar decenas de horas de discusiones técnicas y desarrollos genéricos usando 2 o 3 herramientas del mercado? En esta charla, exploraremos el camino acelerado para transformar tu idea en un Producto Mínimo Viable (MVP) dentro del competitivo mercado actual, dirigido a startups que enfrentan la escasez de recursos y la presión del tiempo. Cubriremos las últimas tendencias en 2024 sobre frameworks, tecnologías, servicios y herramientas esenciales en producción, siempre con el foco en el desarrollo ágil sin sacrificar la calidad. Y todo en un contexto limitado de tiempo y gente. Prepárate para aprender cómo llevar tu idea a la realidad, captando la atención de tus primeros clientes desde el lanzamiento con un producto funcional y atractivo, y que esté listo para capturar aprendizajes que lo van a llevar al siguiente nivel.

  • Construyendo Equipos de Alto Impacto para startups de Tecnología: Lecciones Aprendidas

    En esta charla, compartiremos experiencias sobre la creación de equipos de alto impacto para hacer productos digitales 100% desde cero. Hablaremos sobre cómo logramos mantenernos alineados en la misma cultura y objetivo, trabajando de manera 100% remota o de manera híbrida. Trataremos de responder las siguientes preguntas ¿Cómo armar el equipo? ¿Qué seniority contratar? ¿Cuánta gente necesitamos? Y la más importante, ¿cómo mantener un alto alineamiento para un contínuo rendimiento, y así lograr un impacto significativo en nuestra vida cotidiana?

  • Do you wanna build a (tech) startup? (it doesn't have to be a tech startup)

    En Diciembre de 2020 lanzamos MODO, una billetera de pagos conectada con los bancos más grandes del país. El producto fue creado desde cero ese mismo año por personas con diferentes conocimientos técnicos y culturas, que no se conocían entre sí y que tuvieron que trabajar durante la pandemia, de manera 100% virtual y 100% alineados en el mismo objetivo. ¿Cómo hicimos para salir en tan poco tiempo? En esta charla, vamos a ver los desafíos que se presentan al crear una empresa de tecnología, al mismo tiempo que desarrollamos el producto, (disclaimer) desde el punto de vista del responsable de tecnología. Intentaremos cubrir estas preguntas ¿Cómo armar el equipo? ¿Qué tecnologías utilizar? ¿Qué seniority contratar? ¿Cuánta gente necesitamos? Y la más importante, ¿qué podemos hacer hoy y qué tenemos que dejar para después?

  • CÓMO DESARROLLAR UN ECOSISTEMA DE APIS PARA LA INDUSTRIA FINTECH

    En esta charla, vamos a compartir lo que hemos aprendido al desarrollar una plataforma desde cero para la industria fintech (proyecto MODO), la cual provee múltiples funcionalidades para los bancos más importanets de Argentina. Revisaremos desde nuestra primera aproximación usando OpenAPI/SwaggerHub (design-first) y hablaremos de las mejoras del proceso + lo que se viene.

  • How to develop an API ecosystem for the fintech industry from the ground up

    In this talk, we are going to explain what we did @ MODO (a new mobile payment solution similar to Bizum) to develop from the ground up a single platform that provides multiple functionalities to the biggest banks in Argentina, using OpenAPI/Swagger and a design-first approach.

  • Divide y vencerás, o cómo dividir las experiencias de tu web app en micro-frontends

    Probablemente has escuchado hablar sobre microservicios, como una técnica para mejorar la escalabilidad de tu backend monolítico al partirlo en servicios independientes. Pero aunque esta técnica actualmente está siendo muy utilizada, muchos de estos microservicios AÚN siguen consumiéndose por una única UI monolítica. El problema a resolver en el front-end parece ser similar, pero, podemos aplicar la misma solución? En esta charla, vamos a poner sobre la mesa los desafíos reales que requieren una solución utilizando micro-frontends. Luego, vamos a explicar la estrategia de UI Domains para “dividir a la bestia’, y algunas herramientas que puedes utilizar para simplificar la implementación de tu web app.

  • Why being lazy is being smart with Azure Logic Apps

    With Azure Logic Apps, you can quickly build scalable workflows that integrate apps and data of several cloud services and on-premises systems. With 200+ connectors available, the possibilities are huge but, how easy is to build and maintain these integrations? And how much do you really save by using this tool vs. your own custom code? In this session, we are going to show through a simple set of examples how easy, but yet powerful, this service is. And to explore different ideas with the audience to automate your daily tasks using this Azure service.

  • Cómo elegir entre Angular y React para tu próxima aplicación

  • 6 razones para elegir React

  • Design-first APIs with OAS

    Ready to learn new stuff? If you are modeling APIs using Google docs, this talk IS FOR YOU. You’ll learn how to design your APIs from scratch with OAS, and all the bonuses you could get without adding a single line of code: a mocked service, autogenerated code & docs, API testing, etc.

  • TypeScript ❤ React

    TypeScript provides enormous help for creating large JavaScript applications, by assisting developers to communicate better and detect errors. ReactJS was created to simplify the development of web-applications, providing rendering speed and scalability. Can we use both together? Yes! This talk is focused on showing how easy is to build large applications with React and TypeScript and the benefits you, your app and the consumers of it will get by combining these two powerful tools.

  • World APIfication with Azure API Management

    Today, all big players like Amazon, Google and Azure provide us an API Management solution that we can use to productize our data and services within minutes, removing the friction of integrating all our services deployed in the (public) cloud or on-premise. Not only that, these solutions also help us to decide how to manage each part of the ecosystem, allowing developers of a company (or not) to discover and use all available tools in a secure and unified way. In this talk, we are going to talk about the use cases that require an API Management solution, which will help you to create and maintain consistent API ecosystem for your company or integrated with the rest of the world.

  • How to build the Status API of your microservices ecosystem

    There are a number of things you need to know after your service goes to Production. The most simple and important one: is it working? And if it's not, where is the problem? Since these questions apply to all the services in your ecosystem and how they interact with each other, you might want to know this quickly and easily. But, more importantly, you want to design & implement this in a simple and secure way. In this talk, I'm going to talk about real-life examples that made us realize why this is important. And some of the tools we are using (and building) to know this real-time.

  • Why you should (not) build a reusable components library for your company

    Everything starts with a good idea, but it takes a lot of work to make it shine. And when you do it, and people start using it, you feel the need to take it to the next level. And so on, maintaining at the same time what is working in production. In this talk, I will share the lessons learnt of designing a reusable components library with React, that led us to redefine the entire UI development process and front-end architecture @ MuleSoft.

  • Microservicios en todos lados

  • ISOMORPHIC APPS: (JUST) THE GOOD PARTS

    Repo of the presentation https://github.com/nanovazquez/nodeconf-isomorphic-workshop

  • Let's microservice all the things

  • What we do @ Mulesoft with node.js

  • React @ MuleSoft