go

Recursos de programación de go
Web
19-08-2018
http , go , .net , agile
To create a significant software system using the cloud we need to think differently than when we are building a system to run in our data center or using VPS from a classic hosting provider.Outside the Cloud (data centers and VPS),  the underlying computing resources are:Effectively fixed because obtaining new resources requires months.They are scarce because we try to buy the minimum resources needed.Expensive since we have to pay them entirely and amortize them.But in the Cloud, the unde...
One promise of Function-as-a-Service model is the ability to scale without limits, up or down, whenever needed. But how does that work in practice? Can AWS Lambda handle thousands of messages per second? How fast can Azure Functions scale up under sudden heavy load? What kind of latency can you expect from Google Cloud Functions? In this session we will establish several performance benchmarks and go through the results of running them on the services of major cloud providers. I will also suggest practical steps to evaluate whether your application profile is suitable for serverless today.
Helm is the official package manager for Kubernetes. This session introduces Helm and illustrates its advantages over "kubectl" with plain Kubernetes manifests. We will learn about its architecture and features, such as lifecycle management, parameterizability using Go templating, chart dependencies, etc. Demos will explain how all the bits and pieces work together.
Hablaremos de la Arquitectura de software desde un punto de vista ágil y la compararemos con el enfoque tradicional, lo que expondrá la necesidad de adoptar un modelo evolutivo. Explicaremos la importancia de la arquitectura de software y cómo incorporarla en proyectos ágiles. ---------- ¿Y si lo escuchas mientras vas al trabajo o te pones en forma?: https://www.ivoox.com/26731162 ---------- La conferencia es un punto de encuentro sobre desarrollo de software para aquellas personas que buscan mejorar sus habilidades y discutir sobre el futuro del desarrollo de software profesional. Si no sabes qué es Software Craftsmanship, recomendamos leer el libro “ The Software Craftsman” e información sobre Extreme Programming como método de desarrollo de software. Suscríbete a nuestra newsletter; https://goo.gl/5jc6uP Facebook; https://goo.gl/o8HrWX Twitter; https://goo.gl/MU5pUQ LinkedIn https://goo.gl/2On7Fj/
Our world changes fast and at increasing speed. Things that weren't possible 5 years ago come into reach. Incumbents need to adept to match start-ups that use newer technologies. We are evolving towards smaller, faster, shorter. Smaller teams or even micro-teams, flat organizations, no management, even shorter cycles, smaller components. During this inspiring talk Sander discusses Cynefin, how software development goes wrong, how to go beyond Scrum, why self-organization is hard, why continuous delivery allows you to stop estimating or do projects and why microservices are hard, but essential.
January - The Plateau Effect: Getting from Stuck to Success, Bob Sullivan & Hugh Thompson- The Thirty-Nine Steps, John Buchan- Memento Mori, Muriel Spark- Cosmonauta, Pep Brocal- The Man Who Was Thursday: A Nightmare, G. K. Chesterton- Ébano, Alberto Vázquez-Figueroa- The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life, Mark Manson - The Importance of Being Earnest, Oscar Wilde February - The Maltese Falcon, Dashiell Hammett- This Is Water, David Foster Wallace...
Codenares somos la comunidad de desarrolladores del software del Corredor del Henares (Alcalá de Henares y alrededores). Este Meetup es nuestro punto de unión para organizarnos y realizar quedadas los Viernes o Sábados de cada trimestre. Si te gusta programar esta comunidad te interesa. Suscríbete a nuestra newsletter; https://goo.gl/5jc6uP Facebook; https://goo.gl/o8HrWX Twitter; https://goo.gl/MU5pUQ LinkedIn https://goo.gl/2On7Fj/
These are some interesting talks/podcast that I've seen/heard during the past month:Cloud Native related:Anatomy of a Production Kubernetes Outage Oliver Beattie A great example of a complex outage and the learning derived from it.Altitude NYC 2018: Observability workshop Peter Bourgon Good workshop to understand how to instrument our applications for good telemetry, logging, and tracing.Kubernetes: Finally...A True Cloud Platform Sam Ghods A good description of kubernetes as...