go

Recursos de programación de go
Did you try to implement one of the new java.util.concurrent.Flow.* interfaces yourself? Then you’re most probably doing it wrong. The purpose of this talk is to show that implementing them yourself is far from trivial and to discuss the actual reasons why they have been included in the JDK. Reactive Streams is a standard for asynchronous data processing in a streaming fashion with non-blocking backpressure. Starting from Java 9, they have become a part of the JDK in the form of the java.util.concurrent.Flow interfaces. Having the interfaces at hand may tempt you to write your own implementations. Surprising as it may seem, that’s not what they are in the JDK for. In this session, we’re going to go through the basic concepts of reactive stream processing and see how (not) to use the APIs included in JDK 9+. Plus we’re going to ponder the possible directions in which JDK’s Reactive Streams support may go in the future.
Hoy aprenderemos algunas particularidades de #Golang, el 3er lenguaje de programación que más interés despierta según StackOverflow: Concurrencia con gorutinas, implementación de interfaces implícita, composición, interoperabilidad, y muchas más cosas. #Go al rescate gracias a Las Buenas Gentes de #FriendsOfGo ???? Enlaces relacionados: ???? Comunidad Friends of Go: |-- ???? Twitter: https://twitter.com/friendsofgotech |-- ???? Blog: https://friendsofgo.tech ???? Cursos CodelyTV Pro: |-- ???? Oferta lanzamiento curso Go: http://bit.ly/oferta-go |-- ???? Curso "Introducción a Go: Tu primera app": https://bit.ly/go-codelytv |-- ???? Catálogo cursos: https://bit.ly/cursos-codely {▶️} CodelyTV |-- ???? Suscríbete a nuestro canal: https://www.youtube.com/c/CodelyTV?sub_confirmation=1 |-- ???? Facebook: https://facebook.com/CodelyTV/ |-- ???? Instagram: https://instagram.com/CodelyTV/ |-- ???? Twitter: https://twitter.com/CodelyTV
Web
28-05-2019
git , http , go , php , java , azure , scala , docker , python , node
Comparamos dos alternativas PaaS (Platform as a Service) con similitudes y diferencias para desplegar tus aplicaciones en la nube. Primero felicitamos a todos los participantes del Hackathon de Programar es una mierda, especialmente a los ganadores que con su esfuerzo han conseguido una suscripción completa al contenido de pago de danielprimo.io. Recuerda que al igual que ellos en la Zona Premium podrás aprender, practicar y encontrar inspiración para crear tus propias aplicaciones. Ha sido m...
SDKMAN is the Software Development Kit Manager. It is also the Groovy enVironment Manager of old. Since it was created in 2012, it has undergone many changes to the point that it is a far more diverse tool than at the time of its inception. However, it's primary purpose remains the same: to make the life of developers less painful! The Groovy enVironment Manager might have outgrown it's name, but it is still as relevant as ever. Today SDKMAN is not only responsible for serving binaries to many JVM communities, it also serves JDK binaries of many different flavours. This talk will look at where we came from, the current state of the project as well as the what the future holds for SDKMAN. We will take a dive into the current architecture, the technologies which make up our backend and how we provision our instances with Terraform and Ansible. We will also look into the exciting Go re-write that is currently underway, which will take us away from the current bash CLI. If you really don't know what SDKMAN is, or if you would like to have a peak under the hood at what it does or how it does it, this talk is a must for you! ------------- Todos los vídeos de Greach 2019 en: https://lk.autentia.com/Greach19-YT ¡Conoce Autentia! Twitter: https://goo.gl/MU5pUQ Instagram: https://lk.autentia.com/instagram LinkedIn: https://goo.gl/2On7Fj/ Facebook: https://goo.gl/o8HrWX
Facebook Developer Circles, in partnership with Codemotion, has released the Tech Leadership Training, is an online program designed to help developers in their journey to become CTO of startups. Apply here: bitly.com/DevCirclesProgram Each module will represent an opportunity to focus on specific aspects of the role of the CTO, with - video to go through thematic insights - online moment of Q&A - meetup in Rome and Milan with inspirational and successful CTO There will also be opportunities for networking with other participants to compare and share experiences. Module 1: Defining the CTO Role (Already online) We will focus on defining the role of CTOs by touching their main responsibilities and challenges. It will be important to understand the difference between IT managers and CTOs, leadership and the mindset. Module 2: AI/Machine Learning (Already online) Everyone talks about AI / ML, but when is it really strategic to use this technology to create real innovation for a startup? We will also focus on giving suggestions to the CTO to correctly introduce a new technology in a company. Module 3: Software Architecture/DevOps (Already online) What happens when a startup scales from 1000 users to, 1000 10 million users? in this module, it will be highlighted that only a correct and solid software architecture keeps the business safe. The training also includes a 2-day intensive Bootcamp delivered by Codemotion and Facebook experts to build on the content from the 10-week course. Participants can attend the Bootcamp organized in Milan (June 29-30) or in Rome (June 22-23). Day One: – Data-Driven Decision especially in the CTO perspective – Business / financial management – Tech Team Management workshop Day Two: – Values and Recruitment – Product Management According to Facebook Apply here: bitly.com/DevCirclesProgram
Facebook Developer Circles, in partnership with Codemotion, has released the Tech Leadership Training, is an online program designed to help developers in their journey to become CTO of startups. Apply here: bitly.com/DevCirclesProgram Each module will represent an opportunity to focus on specific aspects of the role of the CTO, with - video to go through thematic insights - online moment of Q&A - meetup in Rome and Milan with inspirational and successful CTO There will also be opportunities for networking with other participants to compare and share experiences. Module 1: Defining the CTO Role (Already online) We will focus on defining the role of CTOs by touching their main responsibilities and challenges. It will be important to understand the difference between IT managers and CTOs, leadership and the mindset. Module 2: AI/Machine Learning (Already online) Everyone talks about AI / ML, but when is it really strategic to use this technology to create real innovation for a startup? We will also focus on giving suggestions to the CTO to correctly introduce a new technology in a company. Module 3: Software Architecture/DevOps (Already online) What happens when a startup scales from 1000 users to, 1000 10 million users? in this module, it will be highlighted that only a correct and solid software architecture keeps the business safe. The training also includes a 2-day intensive Bootcamp delivered by Codemotion and Facebook experts to build on the content from the 10-week course. Participants can attend the Bootcamp organized in Milan (June 29-30) or in Rome (June 22-23). Day One: – Data-Driven Decision especially in the CTO perspective – Business / financial management – Tech Team Management workshop Day Two: – Values and Recruitment – Product Management According to Facebook Apply here: bitly.com/DevCirclesProgram
 These are the best podcast/talks I've seen/listen to recently:Parallelizing computation with dask TalkPython podcast. Good episode if you are interested in different solutions to improve the performance of algorithms for Data Science. For python native shops, Dask seems a very good solution with a low entry barrier for Data Scientists.InfoQ Podcast: Kim Scott on Radical Candor Very interesting to learn about giving and receiving feedback. To go deeper in the topic, the book is al...
 These are the best podcast/talks I've seen/listen to recently:Parallelizing computation with dask TalkPython podcast. Good episode if you are interested in different solutions to improve the performance of algorithms for Data Science. For python native shops, Dask seems a very good solution with a low entry barrier for Data Scientists.InfoQ Podcast: Kim Scott on Radical Candor Very interesting to learn about giving and receiving feedback. To go deeper in the topic, the book is al...
¿Y si lo escuchas mientras vas al trabajo o te pones en forma?: https://www.ivoox.com/35635054 ------------- Desde hace ya algún tiempo, hemos empezado a escuchar hablar con bastante frecuencia acerca de entornos de desarrollo low-code. Esta aproximación al desarrollo se basa en una forma de diseñar y desarrollar software de un modo rápido, prácticamente sin necesidad de escribir una línea de código. Oracle APEX es una solución de Oracle, incluida de forma gratuita en todas sus instalaciones que incluyan una base de datos, y es un claro ejemplo de un producto de éxito que Oracle utiliza en mas de un 80% de sus recursos internos. En esta presentación, hablaremos de entornos de desarrollo low-code, y utilizaremos Orale APEX para introducir una herramienta que nos permitirá crear una aplicación lista para entrar en producción sin apenas esfuerzo y en un tiempo record. ------------- Todos los vídeos de la Hackers Week 2019 en: https://lk.autentia.com/HackersWeek19-YT ¡Conoce Autentia! Twitter: https://goo.gl/MU5pUQ Instagram: https://lk.autentia.com/instagram LinkedIn: https://goo.gl/2On7Fj/ Facebook: https://goo.gl/o8HrWX
¿Y si lo escuchas mientras vas al trabajo o te pones en forma?: https://www.ivoox.com/34985405 ------------- What differentiates functional programming from other paradigms, what are its benefits. How simple programmes written functionally look in an object-oriented language and in a functional language. If you don`t know Haskell, don`t worry, it`s not necessary to understand the talk. We will use Haskell to see examples of functional programming and I will explain it as we go. Who knows, maybe you will leave wanting more and become a Haskell developer ;) ------------- Todos los vídeos de WTM Barcelona 2019 en: https://lk.autentia.com/WTMbcn19-YT ¡Conoce Autentia! Twitter: https://goo.gl/MU5pUQ Instagram: https://lk.autentia.com/instagram LinkedIn: https://goo.gl/2On7Fj/ Facebook: https://goo.gl/o8HrWX