Vídeos de programación

Vídeos sobre programación y desarrollo de software.
Privacy and the individual’s right to control own data is becoming a competitive advantage. Just as it is being green today, privacy and data ethics is turning into a social and strategic responsibility as it can enhance digital trust. The talk will give an overview of consumer trends when it comes to personal data and describe a range of concrete examples of best practices within data ethics to inspire developers in their work with new products and services. The talk will also zoom in on the new data protection law from the EU, and how it can be used constructively in stead of being regarded as a hindrance to growth and innovation. The talk is based on her latest book (http://dataethics.eu/book/). Pernille Tranberg is an advisor in data ethics for companies and public institutiones, she’s teaches kids and teens about the data era and digital selfdefense and she’s the co-founder of the think-do-tank Dataethics (http://dataethics.eu).
Ara Pulido joined Canonical in 2008 and worked as an Ubuntu Platform Test Developer until 2010 when she moved to the commercial engineering team. Today, she manages a distributed team of engineers focused on bringing Ubuntu to all sort of devices, from developer workstations to small IoT devices. She loves building and empowering engineering teams to do their best work.
What if someone told you that you could use the full capacity of your server? That you could have the same performance on the backend as your react frontend? Don't you believe it? That you could choose the best language/tool for the task and you were not limited by what you already know? In this talk, I'll show you that you can use the full power of React on the frontend and Vert.x on the backend. You will see a fast full stack development workflow with Rollup/Webpack + Babel + React. How you can mix JavaScript with any other language. Build microservice applications in minutes.
Anjana suffers from a debilitating case of curiosity, which led her from philosophy to English teaching to computational linguistics to software development. As an engineer at ÜberResearch, she currently codes from her home base in Berlin; that is, when she's not traveling the world trying to share the joy of programming and make the tech community more diverse and accessible. Talk to her about functional programming, language design & implementation, and speech technology, and ask her about Mozilla, Outreachy, and the Recurse Center!
Three years ago we started the development of our debut game 'Action Henk'. After a crazy rollercoaster ride, we now have a game out there on Steam and consoles. Now that the dust has settled a bit, we can take a look back at the vast amount of decisions made during the development. We will dive into both the awesome and awful choices we made on things such as tech, design, business and marketing.
@maomorales - Mauricio Morales Autoscaling & GraphQL Mad Scalability Meetup 21 junio Madrid "Somos un venture builder con foco en Tech Startups", así se define el equipo de Rockalabs. Dicen tener la fórmula para crear productos y Startups tecnológicas. Para los desarrolladores más interesados --- siempre están en busca de nuevos emprendedores y colaboradores que quieran crear grandes productos con ellos. Conoce más en http://rockalabs.com/es #/home Conoce más sobre nuestra empresa Autentia en https://www.autentia.com
Jupyter notebooks are transforming the way we look at computing, coding and problem solving. But is this the only “data scientist experience” that this technology can provide? In this talk, Natalino will sketch how you could use Jupyter to create interactive and compelling data science web applications and provide new ways of data exploration and analysis. In the background, these apps are still powered by well understood and documented Jupyter notebooks.
The growth of Internet of Things (IoT) in our daily life creates immense opportunities and benefits for our society. However, IoT security has not kept up with the same rapid pace of innovation and development. This situation creates substantial security flaws and putting our privacy at risk. This talk will present the new challenges we are facing with the new revolution of IoT, including concrete demonstrations. In addition, we will present possible solutions how to deal with those challenges. Finally, we will do some fun coding by a POC on one of these solutions.
The presentation gives an overview of the current status of the Java EE Security API work, part of the upcoming Java EE 8 specification. By starting why there is a need for such a new specification, we will cover the main concepts related to security. Soteria is the reference implementation of the specification. Although the spec is targetted to Java EE8, we can use it in several Application servers already. Various common use cases will be presented in a demo. Developers feedback is important to reach a good specification which can please the developers. At the end, there will be room for questions, remarks, feedback, etc...
Did you ever want to port that cool game you built to the browser? Or have your 3D design app work there as well? It's already possible now, but it will get even better in the future! We have asm.js as a subset of JavaScript, optimized for use cases like games, compression or image editing. Now WebAssembly promises to take this one step further by reducing storage size and decoding time while providing the same safe sandboxed environment with near-native performance. It takes your native code, no matter if C or Rust, and turns that into something that runs blazingly fast in your browser.