Início JVM_Langugaes no InfoQ Brasil
Apresentações
Feed RSS-
Kotlin do zero a produção: a experiência do C6 Bank
Kotlin é uma linguagem criada pela JetBrains como uma alternativa ao Java e Scala e criada com um design focado nas necessidades da indústria. Um exemplo desta mentalidade é a interoperabilidade (...)
-
Scala ♥ Graal
Scala é a linguagem predominante no Twitter dadas as suas características que facilitam a implementação de sistemas de alta performance. Essa palestra apresenta desafios de performance da linguag(...)
-
An Overview of Multiplatform Kotlin
Kotlin stands out for being a modern, concise, powerful language. Supporting not only the JVM (and the Android platform), its initial support for transpiling to JavaScript, and most recently the (...)
-
Kotlin + Anko: Simplificando o que já é simples
A palestra fala da experiência com Kotlin e Anko (https://github.com/Kotlin/anko), detalhando como essas bibliotecas facilitam a introdução à linguagem e aumentam significativamente a produtividade.
-
Ruby, Clojure, Elixir comparative study
Ruby has Rails; Elixir has OTP, Clojure has... rainbow parenthesis? Let's take a brief tour on each of these three languages and see how they are similar, where they differ and what they appeal. (...)
-
Validating Big Data Jobs - Stopping Failures before Production (w/ Spark, BEAM, & friends!)
The talk will have code examples in Apache Spark, as well as explore similar concepts in Apache BEAM (a cross platform tool), but the techniques should be applicable across systems. To keep the t(...)
-
Aplicação do Kotlin em Microservices utilizando DDD, Event Sourcing e CQRS
No ano de 2017 a Zup teve como um dos principais desafios o lançamento da plataforma Realwave 3.0: um componente de BSS. Nessa apresentação iremos mostrar como o Kotlin tem contribuído para que s(...)
-
Either, Some or None: An introduction to monadic structures and functional programming
We will discuss and understand the monadic structures, going through the most important monads, it's operations and main advantages of the functional programming using Scala, Kotlin, Swift, a lit(...)
-
Kotlin: The "New" Kid on The Block!
In this talk we're going to learn how Kotlin can help you to be more productive, the benefits of it compared to other JVM languages, how you can start to use it for Android and backend (or even i(...)
-
Geolocation & Real Estate over Brazil
Challenges building a stack of applications that handles localization in one of the largest real estate portal in Brazil. How we use Scala & Akka to solve business and technical requirements to b(...)
-
Writing extensible functional code
In this talk, we are going to present the concept of Protocols (Elixir & Clojure) and/or TypeClasses (Haskell & friends) and relate them to alternatives in other languages (e.g. Mixins in Ruby an(...)
-
Autorização de transações no Nubank: Consumindo serviços anos 80 com tecnologias atuais
Nesta palestra vamos mostrar como integramos tecnologias ‘jurássicas’ com tecnologias modernas, incluindo Finagle, codecs do Scala e código em Clojure. É bastante comum integrarmos nossos sistema(...)