Vídeos de programación

Vídeos sobre programación y desarrollo de software.
This talk introduces some of the history and evolution of Peer-to-Peer (P2P) systems in the last 20 years. Although the novelty of the concept has faded, it did still provide many contributions to the design of distributed systems that are still relevant nowadays. The talk address the connections to filesystem research from the 80s, the evolution of DHTs, and its influence on the NoSQL DBs and Blockchains.
Si ya éramos conscientes de la evolución que había en el campo de la inteligencia artificial, este año ha sido el boom con el auge de las IAs generativas, siendo ChatGPT la más popular de todas ellas. Hoy entrevistamos a Miguel Angel Calero, referente dentro del mundo de la inteligencia artificial y con el que hablaremos de los orígenes de las IAs generativas y cómo podemos integrarlas para que formen parte de nuestro día a día, con sus ventajas e inconvenientes. #CompartimosExperiencias​​​​ #LightningTalks​​​​ #ElBoomDeLasIAsGenerativas Síguenos en nuestras redes para estar al día de las novedades: - Twitter: https://goo.gl/MU5pUQ ​​​​ - Instagram: https://lk.autentia.com/instagram ​​​​ - LinkedIn: https://goo.gl/2On7Fj/ ​​​​ - Facebook: https://goo.gl/o8HrWX
El pasado 3 de abril se cumplieron 50 años de la primera llamada realizada desde un dispositivo móvil que, en 1973, era un ladrillo inmanejable. Desde aquel día hasta hoy los móviles han cambiado muchísimo, modificando también el mundo y las relaciones sociales. Por eso queremos hacer esta mesa redonda, en la que poner el foco en cómo el uso de estos dispositivos ha cambiado nuestro trabajo desde el punto de vista de negocio y estrategia, desde el diseño y desde el desarrollo web. ¿Quiénes son los ponentes? Ana María Gómez. Mi obsesión por buscar soluciones y poner las cosas en orden me ha llevado a ayudar a nuestros clientes a diseñar estrategias y productos digitales para grandes compañías. Con un bagaje técnico, defensora de los métodos ágiles, siempre estoy en búsqueda de la mejora continua y hacer que las cosas vayan bien. Javier González. Diseñador de productos digitales centrado en la experiencia de usuario. Convencido de la importancia del buen diseño en cualquier aspecto de la vida, me dedico a diario en intentar convencer a los demás de que ésta puede ser la diferencia entre el éxito y el fracaso de un proyecto. Paso media vida en las oficinas de los clientes y la otra media la dedico a mi familia. El tiempo que me sobra me gusta ir a la montaña. De mayor quiero ser fotógrafo de National Geographic. Luis Calvo. Luis Calvo comenzó su carrera profesional en Netjuice, a finales de los 90, en pleno "boom" de internet, como maquetador y diseñador web. Experto en el uso de las tecnologías "del lado del cliente" (html, css, javascript, xsl, ...) ha participado en el desarrollo y conceptualización de un gran número de portales, páginas corporativas y aplicaciones web para las principales empresas. Cree firmemente en la accesibilidad web y en el desarrollo bajo estándares.
In this talk, we’ll look at software architecture, team organization and the interplay between technology and humans. We’ll address some of the patterns and anti-patterns that can be observed when organizations try to evolve towards more decentralization and autonomy, and take a look at some strategies to ensure technology supports and enable the desired outcome. We’ll also mention data mesh as it’s 2023 and we have to.
How to efficiently build and manage hundreds of Kubernetes Clusters that serve modern online analytics databases, for different customers? To add to the challenge, what if customers need to run their own clusters inside their own private clouds? We are sharing our system design that solves it. How to provide fully managed online analytics databases like Pinot to hundreds of customers, while those Pinot clusters are running in each customer’s own private virtual cloud? The answer is by combining the power of Kubernetes with our automated scalable architecture that can fully manage a fleet of Kubernetes clusters. When companies consider using SaaS (Software as a Service) products, they are often held back by challenges like security considerations and storage compliance regulations. Those concerns often require that the data stays within the same virtual cloud owned by the company. And it makes managed solutions very hard for companies to implement. In StarTree we have built a modern data infrastructure based on Kubernetes so companies can keep their data inside their own infrastructure, and at the same time get the benefits of using a fully managed Apache Pinot cluster deployed in the customer’s cloud environment. We have designed a scalable system based on Kubernetes that enables remote creation, maintenance, and monitoring of hundreds of Kubernetes clusters from different companies. This enabled us to scale quickly from a handful of deployments to over 100+ Pinot clusters in a short time span with just 10+ engineers.