Daniele Polencic is a well-known face in London’s tech scene. A technical consultant for learnk8s.io and certified training partner for Kubernetes and the Linux Foundation, Daniele is a passionate proponent for JavaScript programming, and consults with startups when he is not coding himself.
Daniele is a technical consultant at learnk8s.io and a certified Kubernetes administrator and authorised trainer partner for Kubernetes and the Linux Foundation. He’s passionate about solving problems and programming, particularly in JavaScript. In the last decade, Daniele has trained developers for companies in e-commerce, finance and the public sector. When he isn’t writing code, he advises startups in the London tech scene.
Daniele tweets at @danielepolencic.
Talks I've Given
-
Scaling Microservices with Message Queues, Spring Boot and Kubernetes
Featuring Daniele Polencic
You used the Spring framework to create web-services in the blink of an eye. And you know how great it’s to build small services that compose into a larger system. And it works great — until you have to run it in production.
With so many dependencies, how do you deploy applications in the right...
architecture spring-boot microservices kubernetes -
Kubernetes Chaos Engineering: Lessons Learned in Networking
Featuring Daniele Polencic
When you deploy an application in Kubernetes, your code ends up running on one or more worker nodes. A node may be a physical machine or VM such as AWS EC2 or Google Compute Engine and having several of them means you can run and scale your application across instances efficiently. When there is...
cloud devops networking chaos-engineering kubernetes -
Deploying and Scaling Spring Boot Microservices to Kubernetes
Featuring Daniele Polencic
You used the Spring framework to create web-services in the blink of an eye. And you know how great it’s to build small services that compose into a larger system. And it works great — until you have to run it in production.
java jvm kubernetes microservices spring-boot spring -
2
Workshop: Scaling Machine Learning in the Cloud with Kubernetes
Featuring Salman Iqbal and Daniele Polencic
Building any production-ready machine learning system is complex. You have to manage services and tools that often don’t play nice with each other. And when they do you have to spend time manually tweaking deployments and hand rolling solutions before a single model can be tested. Worse, these...
infiniteconf infrastructure scaling machine-learning kubeflow kubernetes -
From Zero to Forex Trading bot Hero - Intermediate
Featuring Daniele Polencic
During this talk, you will discover Daniele's journey building a trading bot. From building a basic prototype in Typescript to using functional programming techniques to trade autonomously across multiple foreign exchanges and generate thousands of dollars in revenue.
fullstack fullstackcon javascript js typescript node.js functional-programming fintech bitcoin -
2
Playing Pacman with Monte Carlo Tree Search - Beginners
Featuring Eleanor Keane and Daniele Polencic
Writing algorithms for Artificial Intelligence is a lot of fun. You end up teaching your software how to move and learn in the environment and how to take actions to survive to obstacles and threats. But this is still software. How do you know your AI is not dumb as doorknobs? How do you test...
bigdata infiniteconf visualisation artificial-intelligence ai d3.js javascript games -
Visualising Game Trees with D3.js
Featuring Daniele Polencic
Writing algorithms for Artificial Intelligence is a lot of fun. You end up teaching your software how to move and learn in the environment and how to take actions to survive to obstacles and threats.
But this is still software. How do you know your AI is not dumb as doorknobs? How do you test...
javascript d3.js