Início Arquitetura e Design no InfoQ Brasil
Apresentações
Feed RSS-
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(...)
-
Shortening the time from analysis to deployment with ML-as-a-Service
This presentation shows one architecture design using RESTful resources, document oriented databases and pre-trained pipelines to achieve real-time predictions of time series with high availabili(...)
-
Data Lake As a Service? Comparativo entre BigQuery, Presto e Athena
Através de uma abordagem prática com exemplos reais, serão comentados os pontos fortes e fracos dos serviços Google BigQuery, Amazon EMR com Presto e Amazon Athena. O objetivo é compartilhar com(...)
-
Building ML application locally with Spark
An introduction about a powerful machine learning library (MLlib) along with an overview of Spark, describing how to launch applications within a cluster. A demo will show how to simulate a Spark(...)
-
DevOps no iFood: receitas para domar uma Black Friday por dia, mantendo o futuro em vista
O iFood enfrenta desafios de suportar uma "Black Friday" por dia e ao mesmo tempo manter estratégias para evolução rápida, dadas as perspectivas de crescimento intenso no curto prazo. Nessa pales(...)
-
Practical Machine Learning Models to prevent Revenue Loss
We offer a demonstration of machine learning (ML) to create an intelligent application based on distributed system data. We'll show ML techniques in the development of a data analysis application(...)
-
The Realist’s Guide to Language Design
In this talk, instead of pushing one more in front of your face and asking you to fall in love with its, we’ll take a step back and examine some popular languages from a language designer’s persp(...)
-
Além dos containers na nuvem: Paas, CaaS e FaaS na prática
Nessa palestra, vamos explorar o que está por trás desses múltiplos modelos ‘as a Service’ de cloud computing e em que casos podemos utilizá-los.
-
Actors Unleashed: Reactive Systems, DDD, and a Ubiquitous Language
Actor Model is not just a new "shiny object" for developers to chase after, a fad soon to be abandoned. This talk explains why actors are so vital to the software development, and why the actor m(...)
-
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.
-
Proteja suas fronteiras: segurança de microservices com Spring Security e CAS
Nesta palestra, apresentaremos como é mantida a segurança geral e a autorização de serviços na Geofusion.
-
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.