docker

Recursos de programación de docker
Presentación disponible en https://klashxx.github.io/slides/django/ #/ Material de la charla disponible en https://github.com/klashxx/PyConES2017/ Basado en una historia real xP … se mostrará como es posible desarrollar una webapp con Python afrontando un deadline ajustado y sin experiencia previa en desarrollo frontend. Este proyecto se convirtió en una experiencia altamente gratificante aunque no exenta de escollos, solventados con mayor o menor fortuna. Precisamente estos tips prácticos serán los que protagonicen la charla con un objetivo claro, intentar facilitar el transito del novato al mundo Django. Alguno de los puntos que trataremos: - La elección del framework con Django como opción natural. - ¿Cómo me monto mi entorno de desarrollo? (docker-compose) - ¿Qué motor de BBDD elijo? - Estructuración del proyecto - settings.py y .env - Esquema de urls - Autenticación / Registro - Modelos y Vistas ... tal para cual - Django Rest Framework o el Santo Grial de nuestro Backend - Cómo diseñar nuestro Frontend, el mundo de los templates - Gestión de permisos .. cada oveja con su pareja - JS, Bootstrap , ¿eso que es lo es? - Ya tengo mi web ¿ahora qué? Estrategias de despliegue Nos iremos con una app en el portátil y con suerte quedareis tan enganchados como yo al universo Django. https://2017.es.pycon.org/
@JesperWermuth This is a talk about how and why we codified and automated an entire infrastructure at Danske Spil, including server generation, networking, access, infrastructure building and deployment, code project building and deployment, generation of CI environment and much more. We even codified the workflows of the DevOps department, a very interesting part of the project that I look forward to share. The talk has a technical angle and there will be high level views and code examples and perhaps a demo if I feel lucky that day. Some of the technologies / things involved are: terraform, packer, vagrant, AWS, jenkins, gradle, VPNs, NATs, Virtual Private Clouds, IAM, Java, Artifactory, Docker, Swarm, Registry, … Hope to see you there 8) https://www.autentia.com
@asafmesika "To mock or not to mock" that is the question which has been dividing the developer community for quite a while. The discussion climaxed after the heated debate between DHH, Kent Beck and Martin Fowler - “Is TDD Dead?”. The developers siding with mocks do it primarily due to the difficulty of launching third party components. Some are written in Java - like Kafka or Elasticsearch - which makes it easier to use the real thing - but some are not, which leaves you only with binaries, like MySQL, Redis or Consul. Launching binaries using the shell from Java, being platform agnostic, and taking care of downloading the correct platform binary are just some of the difficulties developers are facing. In this lecture I will show how the existence of Docker transforms the way tests are written. I will introduce you to the innovative library Testcontainers, which provides a complete toolset for controlling Docker in tests. For example, we will take a look at how it enables starting up Consul or MySQL using three lines of code. We will review what the Testing Dichotomy looks like with this power in your hands. At the end of this lecture the audience will know how to test in a pragmatic way making it productively as a result. I believe this approach is mandatory as the world shifts heavily towards team autonomy which means automating your tests on your own - i.e. No QA team dependency. https://www.autentia.com
Quién nos lo iba a decir. Publicamos hoy el segundo episodio de este podcast, y esperemos que haya más en el futuro. En esta ocasión lo dedicamos a un todo un blockbuster en los últimos tiempos, Docker. El santo grial de la virtualización ha llegado. En este episodio damos un repaso a algunos de los conceptos y nociones básicas de docker, y tratamos de revisar algunas de las aplicaciones que han crecido entorno a esta tecnología, que en menos de un lustro ha evolucionado a la velocidad del rayo.La mejor forma de aprender docker y saber en todo lo que estábamos equivocados es ir a:https://www.docker.com/https://training.docker.com/https://docs.docker.com/Si te gusta crear entornos o construirlo todo con docker pronto empezarás a necesitar:https://docs.docker.com/compose/https://codefresh.io/https://hub.docker.com/Y si te vuelve loco y crees que Matrix no es más que un contenedor docker necesitarás:https://docs.docker.com/engine/swarm/https://kubernetes.io/https://opennebula.org/Lo poquito que sabemos de docker en parte lo hemos aprendido gracias awww.loowid.com , el proyecto open source con el que grabamos cada episodio de este podcast y que podéis ejecutar vosotros mismos usando docker.Todos los que tengáis comentarios o sugerencias para el podcast podéis enviarnos un correo a programaresunamierda@gmail.com o dejarnos un comentario en Twitter: @progesunam . No olvidéis de suscribiros a nuestro podcast en iVoox o iTunes, o si lo preferís agregad el RSS a vuestra app de podcast preferida. En cualquier caso siempre agradeceremos reviews del podcast en cualquiera de las plataformas.
Quién nos lo iba a decir. Publicamos hoy el segundo episodio de este podcast, y esperemos que haya más en el futuro. En esta ocasión lo dedicamos a un todo un blockbuster en los últimos tiempos, Docker. El santo grial de la virtualización ha llegado. En este episodio damos un repaso a algunos de los conceptos y nociones básicas de docker, y tratamos de revisar algunas de las aplicaciones que han crecido entorno a esta tecnología, que en menos de un lustro ha evolucionado a la velocidad del rayo.La mejor forma de aprender docker y saber en todo lo que estábamos equivocados es ir a:https://www.docker.com/https://training.docker.com/https://docs.docker.com/Si te gusta crear entornos o construirlo todo con docker pronto empezarás a necesitar:https://docs.docker.com/compose/https://codefresh.io/https://hub.docker.com/Y si te vuelve loco y crees que Matrix no es más que un contenedor docker necesitarás:https://docs.docker.com/engine/swarm/https://kubernetes.io/https://opennebula.org/Lo poquito que sabemos de docker en parte lo hemos aprendido gracias awww.loowid.com , el proyecto open source con el que grabamos cada episodio de este podcast y que podéis ejecutar vosotros mismos usando docker.Todos los que tengáis comentarios o sugerencias para el podcast podéis enviarnos un correo a programaresunamierda@gmail.com o dejarnos un comentario en Twitter: @progesunam . No olvidéis de suscribiros a nuestro podcast en iVoox o iTunes, o si lo preferís agregad el RSS a vuestra app de podcast preferida. En cualquier caso siempre agradeceremos reviews del podcast en cualquiera de las plataformas.
Noam Tenne: A hacker-hearted and disciplined software developer. Has been programming on the JVM for the past 14 years on both cloud based and on-premise platforms, gaining much experience in building scalable, mission critical web applications and microservices. Now making the Docker world a better place at Codefresh Inc. Every community needs a hero. For the Groovy community that hero is El Groovyssimo
Jess Frazelle is a Software Engineer at Google. She was previously a Software Engineer at Docker. Jess Frazelle has served as a Maintainer of Docker, Contributor to Runc and Golang as well as other projects. Jess Frazelle is working on making containers more secure. She loves all things involving Linux namespaces and cgroups and is typecasted as the person who runs everything in containers.
"It has been discussed for long, but sometimes wrongly, about how you should monitor microservices and containers in production. I hope to clarify with this talk what's the best way to control the availability and performance of the running applications over container based platforms. The talk will be based in our experience developing the only native tool for monitor of containers and in all the information we acquired while working with more than 200 clients from the public sector and/or Fortune 500 running Docker, Kubernetes, Openshift or DCOS Mesos in production. AWS has made it easy for companies to embrace the benefits of the cloud. In a world of microservices, having to configure things like auto scaling policies, logging or monitoring for every different service can become a real problem." Descarga gratis la versión digital del libro de Roberto Canales “Conversaciones con CEOs y CIOs sobre Transformación Digital y Metodologías Ágiles ” https://goo.gl/i2zZtJ Facebook; https://goo.gl/o8HrWX Twitter; https://goo.gl/MU5pUQ LinkedIn https://goo.gl/2On7Fj/
"Wimpy tries to solve this problem by automating the whole process of application delivery, since the preparation of the environment, to application packaging, and application deployment. Some of its key features are: - Simple yaml file for configuration. - It enforces AWS best practices automatically. - Uses Docker for application packaging and execution. - Composed by different parts that you can disable." Descarga gratis la versión digital del libro de Roberto Canales “Conversaciones con CEOs y CIOs sobre Transformación Digital y Metodologías Ágiles ” https://goo.gl/i2zZtJ Facebook; https://goo.gl/o8HrWX Twitter; https://goo.gl/MU5pUQ LinkedIn https://goo.gl/2On7Fj/