Início The Conf no InfoQ Brasil
Apresentações
Feed RSS-
AgileVentures - Crowdsourced learning and Software Development as part of a Distributed Team
Ruby on Rails, EmberJS, Elixir, React, Ethereum - How a group of horizontally-organized developers dedicated to crowdsourced learning and pair programming is developing better software. Scrums, a(...)
-
Rescuing GitLab from CSS Bloat
I will share some strategies my coworkers and I have taken when refactoring CSS bloat. Through this talk, you should expect to learn from my mistakes and have a better understanding on what appro(...)
-
Scaling your applications with Kubernetes and Docker
High availability, high consistency, high disponibility are the popular words when we think about Web Applications but when our application increase, we have many problems and situations to solve(...)
-
Stop hating your test suite!
This talk will show you how to recognize and avoid some of the most common problems that make us hate our tests, as well as give you tips on how to improve them.
-
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. (...)
-
From development to store with React Native and VSTS
In this talk, I want to show you how you can publish an app from your development machine without all the bureaucracy of certificates, passwords, provisioning profile, etc. you just need to commi(...)
-
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(...)
-
Creating UI for your Smart Contract
So what happens when you sure have a great idea for your new blockchain apps but doesn't have a clue on how exactly your users will interact with it? It has no servers so how do I get my beautifu(...)
-
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(...)
-
Infrastructure as Code in the Wild
Ride with me on the journey of architecting and deploying a secure, production ready (and PCI-DSS compliant) infrastructure of a credit card processing company using 100% infrastructure as code. (...)
-
Create a Docker Swarm cluster with Terraform and Ansible
Do you want to start in the world of Infrastructure as Code with a useful case? Let's go creating a multicloud Docker Swarm cluster to run your microservices as a good starting point, using Terra(...)
-
Elixir GenServer - Understanding Elixir concurrency model
Talk about processes, message passing, linking processes, GenServer behavior and functionalities and finally dissect GenServer behavior to understand what is going on behind the scenes.