- Видео 30
- Просмотров 34 985
Voxxed Days Ticino
Добавлен 29 мар 2015
Which way is up? by Todd Motto
NOTE: Due to a technical problem the first 4 minutes of this video had no-audio. For this reason we decided to cut it in the initial part.
Sorry for the inconvenience. Sorry Todd!
----------------------------------------------------------------------------
Lessons learned on the road to conquering JavaScript and being an engineer. Venture into the current state of the JavaScript boom. Thoughts and feelings on impostor syndrome, feeling overwhelmed, putting focus into your everyday work, becoming a better engineer, hitting your goals, learning new technology and sharing your knowledge.
Sorry for the inconvenience. Sorry Todd!
----------------------------------------------------------------------------
Lessons learned on the road to conquering JavaScript and being an engineer. Venture into the current state of the JavaScript boom. Thoughts and feelings on impostor syndrome, feeling overwhelmed, putting focus into your everyday work, becoming a better engineer, hitting your goals, learning new technology and sharing your knowledge.
Просмотров: 362
Видео
Spring Boot for Devops by Nicolas Fränkel
Просмотров 3588 лет назад
Spring Boot is a product from Spring, that provides many configuration defaults for a new Spring project, so that one can set up a project in minutes. However, this is only one of the many features of Spring Boot. One of its module also provides many important Non-Functional Requirements out-of-the-box: monitoring, metrics, exposing those over HTTP, etc. In this presentation, I’ll demo some of ...
Cos'è la programmazione funzionale pura, e come può aiutare i test? by Luca Molteni
Просмотров 6 тыс.8 лет назад
Cos'è la programmazione funzionale pura, e come può aiutare i test delle nostre applicazioni? by Luca Molteni La programmazione funzionale pura aiuta i programmatori a creare programmi più robusti e semplici, permettendo di testare il comportamento delle loro applicazioni in maniera più predicibile. Ci sono vari modi per verificare il comportamento del codice, e stiamo sempre rivalutando quali ...
From GoF to λ by Mario Fusco
Просмотров 3,5 тыс.8 лет назад
Il libro di design patterns noto come Gang of Four è stata una sorta di Bibbia per tutti gli sviluppattori della mia generazione. Il suo principale pregio è stato quello di darci un vocabolario comune: quando un programmatore dice "qui ho usato uno strategy pattern" tutti i colleghi sanno di cosa sta parlando. Il problema è che la maggior parte dei pattern elencati nel libro sono una finzione o...
Ten SQL Tricks that You Didn’t Think Were Possible by Lukas Eder
Просмотров 6 тыс.8 лет назад
SQL is the winning language of Big Data. Whether you’re running a classic relational database, a column store (“NewSQL”), or a non-relational storage system (“NoSQL”), a powerful, declarative, SQL-based query language makes the difference. The SQL standard has evolved drastically in the past decades, and so have its commercial and open source implementations. In this fast-paced talk, we’re goin...
HTTP/2 Reactive microservices con WildFly 10 by Demis Gallisto
Просмотров 5608 лет назад
Come utilizzare l'AsyncResponse di jax-rs, le CompletableFuture di Java8 e le json-p streaming api per integrarsi in modo asincrono e reattivo con le api rest dei piu' famosi social network. Il tutto utilizzando la versione 10 di WildFly.
JsDoc: better code, less headaches by Alberto Congiu
Просмотров 2,1 тыс.8 лет назад
JsDoc is a markup language used to document Javascript code. It allows for organised knowledge sharing with other developers and your future self, and has IDE integrations for better code completion and static analysis. JsDoc annotations can also be parsed and exported to a format that is more easy to browse, like a set of HTML pages. In this talk we will look at the syntax, some use cases and ...
Java-based microservices, containers, Kubernetes - how to by Ray Tsang
Просмотров 5868 лет назад
Join this session to learn how to create a Java-based microservice using Spring Boot, containerize it using Maven plugins, and subsequently deploy a fleet of microservices and dependent components such as Redis using Kubernetes. Spring Boot makes creating microservices fast and easy - when it comes to running a single instance. Like most Java applications, the harder part is usually the cluster...
Mobile UX and the power of the Dark Side by Emiia Ciardi
Просмотров 1608 лет назад
I Dark UX pattern sono stratagemmi di design che per scelta introducono un elemento di confusione allo scopo di orientare, spesso con malizia, l'utente in una direzione desiderata. In questo talk andremo alla scoperta di quelli più usati e abusati. Vogliamo lasciarci tentare dal potere seduttivo del lato oscuro del UX design?
You can do better with Kotlin by Svetlana Isakova
Просмотров 8 тыс.8 лет назад
The Kotlin programming language is gaining popularity amongst the Android developer community. It’s a modern language that gives more power in everyday routines. Kotlin code generally looks cleaner and nicer, and it’s much easier to work with when you have less verbosity or code duplication. And this is especially noticeable comparing with the soon-to-be-archaic versions of Java used on Android...
Writing effective documentation by Andres Almiray
Просмотров 2958 лет назад
Writing documentation is often seen as no fun, but it does not have to be that way! Asciidoc is a member of the microformat markup languages family; like Markdown but with more pizzaz and power. Asciidoctor revolutionizes source doc processing in the JVM by leveraging well-known tools such as Maven and Gradle, you can even call it from the command line as is. In this talk we'll present syntax a...
The future of robotics by Elise Devaux
Просмотров 4018 лет назад
Predated by science fiction, pop culture and Hollywood, the figure of robot has been described and fantasized for hundreds of years. Yet, we are still thinking about it as something of the future. But robots are already here. Not only industrial robots, that have been around for decades now, but also humanoid companions, robots designed to interact and live with humans. From Japan to Europe, we...
Higher Order Components in React by Matteo Ronchi
Просмотров 5308 лет назад
React è una libreria per realizzare applicazioni web interattive. La filosofia di React sposa la programmazione funzionale, il concetto di composizione è intimamente radicato nel cuore della libreria. In React esistono 2 macro categorie di componenti: stateful e stateless. La prima categoria è rappresentata da elementi che contengono logica applicativa, questi componenti spesso dipendono da ele...
Lean software development: dai principi alla pratica by Matteo Vaccari
Просмотров 1,4 тыс.8 лет назад
Eliminare gli sprechi ed arrivare al Single Piece Flow. Come si fa in pratica? Lo vedremo attraverso tre esempi concreti che potrai applicare al tuo team. Ma attento: non è una ricetta facile! Parleremo di come ottimizzare il tempo degli sviluppatori, come applicare il Simple Design per evitare sprechi indotti dai framework, e come applicare il design per ridurre il work-in-progress e increment...
Why should I contribute to OpenJDK? by Patrick Reinhart
Просмотров 1278 лет назад
What could be a motivation for a developer to contribute to the OpenJDK even when Oracle JDK is used within the production? If coming the the conclusion that contribution would be worth while, what should you expect? Let's share experiences about this topic and what resources there are to get into it.
Build a Middleware for a RESTful world on top of vert.x by Florian Kammermann
Просмотров 2958 лет назад
Build a Middleware for a RESTful world on top of vert.x by Florian Kammermann
Costruire e rompere una Content Security Policy (CSP) by Michele Spagnuolo
Просмотров 3698 лет назад
Costruire e rompere una Content Security Policy (CSP) by Michele Spagnuolo
Becoming a Git master by Nicola Paolucci
Просмотров 5478 лет назад
Becoming a Git master by Nicola Paolucci
Codice Java performante by Alessio Soldano
Просмотров 2858 лет назад
Codice Java performante by Alessio Soldano
Sii Acqua, Amico Mio - Un'Introduzione a Shapeless by Edoardo Vacchi
Просмотров 1318 лет назад
Sii Acqua, Amico Mio - Un'Introduzione a Shapeless by Edoardo Vacchi
The HSPC Reference Architecture - Service Oriented, Knowledge Driven by Davide Sottara
Просмотров 1258 лет назад
The HSPC Reference Architecture - Service Oriented, Knowledge Driven by Davide Sottara
Fast Data: chi, cosa, quando, dove e perché by Roberto Bentivoglio
Просмотров 3078 лет назад
Fast Data: chi, cosa, quando, dove e perché by Roberto Bentivoglio
WebGL and the spatial web experience by Martin Naumann
Просмотров 1348 лет назад
WebGL and the spatial web experience by Martin Naumann
Hoxell: sviluppo di una piattaforma per hotels in ColdFusion/Railo by Alberto Capellini
Просмотров 3658 лет назад
Hoxell: sviluppo di una piattaforma per hotels in ColdFusion/Railo by Alberto Capellini
10 Reasons to attend your nearest CoderDojo, or to start one by Gaspar Torriero
Просмотров 738 лет назад
10 Reasons to attend your nearest CoderDojo, or to start one by Gaspar Torriero
Practical Mutation Testing by Sven Ruppert
Просмотров 2368 лет назад
Practical Mutation Testing by Sven Ruppert
Se7en deadly sins of deployments by Philipp Krenn
Просмотров 1538 лет назад
Se7en deadly sins of deployments by Philipp Krenn
The Myth of the Magical Messaging Fabric by Jakub Korab
Просмотров 7708 лет назад
The Myth of the Magical Messaging Fabric by Jakub Korab
Il paradigma di programmazione di Pregel con Spark GraphX by Andrea Iacono
Просмотров 7338 лет назад
Il paradigma di programmazione di Pregel con Spark GraphX by Andrea Iacono
Fantastic presentation
hi
In ogni caso: funzionalisti, oggettisti, imperativisti che siano, ottimo lavoro Luca !
Grazie!
a tip : you can watch series at Kaldrostream. Been using them for watching a lot of movies these days.
@Gary Alden Yup, been using flixzone} for months myself :)
interessante presentazione!
Perché dovrei produrre un output non deterministico sapendo che la variabile sum deve essere locale. Con un Cup Array list by side effect
E difatti non dovresti :)
So very cute by unusefully vid Pleas teach something concrete.
bla bla blaaa Can you do annimations? please take air by the nose no by mouth. NO LIKE FOR YOUR VID
Great talk! Thank you so much!
Вообще ничего не понятно...
Quando ho iniziato a vedere il video ho pensato.... "Fabio de Luigi si è dato alla programmazione!" ... poi al minuto 26:49 mi sono tolto ogni dubbio!
Entropia MILLE
Good info but terrible delivery\presentation.
Essss queeee ell
Please change the title to the language the presentation is in.
Why do you post a video with *english* title when the presentation is in fucking italian?
ma ora unsafe è diventato strict?
So good!
very nice , Non-relational storage or relational storage , find solution from me
what you have presentation file for this video ? thanks
lol v funny
She seems so stressed up there ;~;
I think it is a good presentation
Frank Hust it is! I hope she knows that
I am liking Kotlin more than Scala. Reminds me of the same tenants as Groovy. I hope it gets a wider surface area than just being an Android app development language.
I'm using kotlin in server-side development
Building my next indie game in Kotlin
finished yet ?
Fantastica spiegazione. Come sempre superlativo.
Bravissimo Demis.
Is there a English version of this talk present?
No, there isn't an English version of this talk (yet) sorry
#cazzibbuffi
#cazzibbuffi