Início Companies no InfoQ Brasil
Apresentações
Feed RSS-
Arquiteturas reativas e a experiência Mobile no Magazine Luiza
Nessa palestra serão discutidas abordagens para criação de aplicações mobile usando técnicas Reactive, com base em 1,5 ano de experiência intensiva voltada à criação de apps móveis no Magazine Lu(...)
-
Utilizando o Apache Kudu como Workload Analítico
Um dos grandes desafios quando desenvolvemos um sistema de Workload Analítico em Tempo Real é trabalhar com dados que mudam de forma rápida em um intervalo de tempo muito baixo. A proposta dessa (...)
-
Go for Rubyists
In this talk we will compare Go and Ruby against each other and see how a Rubyists can start and become productive with Go. Go is a open source programming language created at Google whereas Ru(...)
-
Apache Cassandra no Desenvolvimento de Sistemas de Alto Desempenho
Quando seus negócios crescem, seus sistemas chave não suportam mais o volume de informação inserido, não respondem mais requisições dos seus clientes, quem chamar? Como resolver? Conheça o Apache(...)
-
Go concurrency in the real world
In this talk, we'll explore several idioms and patterns applied in real world software running Go, starting from the basic syntax all the way to complete programs and blueprints for how to do new(...)
-
Provas escaláveis com .NET Core no Cespe/Cebraspe
Vamos apresentar a arquitetura do Sistema de Aplicação de Testes Eletrônicos (SATE) do Cespe/Cebraspe, empresa que realiza avaliações educacionais de grande porte como Enem e Saeb. A arquitetura (...)
-
Software sem bugs, reduzindo falhas em produção com práticas de programação funcional (em C#)
Todos desejamos escrever software que seja fácil de manter e com poucos problemas em produção. Há anos, venho atingindo este objetivo através da adoção de práticas de programação funcional em me(...)
-
Reactive Microservices with Vert.x and OpenShift
Vert.x is a popular open source toolkit to create Reactive distributed and polyglot applications on the JVM. In this talk we'll show how to use Vert.x leveraging Openshift capabilities, to build (...)
-
From laptop to the world: multi-region container deployment with Kubernetes
Kubernetes, the open source, container orchestration and cluster management tool draws on lessons learned from a near-decade of using containers at Google. We'll develop, run and test a Java appl(...)
-
Patterns for high-performance C#: from algorithm optimization to low-level techniques
We'll explore techniques and code patterns for creating high performance code, from analysis to actual optimization. We'll explain how to recognize when optimizations are needed, where the bottle(...)
-
How Apache Beam will change Big Data
What is Apache Beam in a perspective of a committer deeply involved with the data science community. Check also the most interesting features and how it might change small and big data processing.
-
Failing Gracefully with the Actor Model
We’ll show how we can leverage the actor model to build resilient and self-healing systems. We'll explore how actor supervision, behaviors, event sourcing, virtual actors can help us reach this goal.