When talking about Angular, one of the biggest challenge that we used to have is with the SEO. Actually, is not a problem only with Angular, but it is a…
While working on the Benchmark tool, we wanted a way to visualize the results. Visualizations would allow us to view benchmark results. We could compare results. And view performance over…
The problem we are trying to solve in this post is finding a “simple” way to parse ad hoc structures. The basic premise is the need to recover information in…
In this article we are going to create a different chat using NodeJS and gRPC. But before we start, if you don’t know what is gRPC, I strongly recommend you…
Following on from the benchmarking overview post, the following post will go into more detail on what metrics we are capturing, how we consume, and how we will intend to…
Introduction This blog post details how to develop Spark Applications. Part I is related to Databricks Notebook development. Background As explained in the previous posts, Computing Platform will support two…
Worried about how to provide a quality SDLC to Databricks based Spark applications? REQUIREMENTS FOR THE READER Please read first this post previously to understand the current topic. Have a…
You don’t just want to do know that your system is working, you want to know that your system is working well. Gathering performance metrics is essential in knowing this.…
..or how to work with Spark Applications Abstract This article contains a description of procedures for best practices and Continuous Delivery processes with Spark Applications. Since there is basically three…
BACKGROUND A reminder: Lambda/Kappa Architecture The Computing Platform extends the lambda architecture layout as it is a data-processing architecture designed to handle massive quantities of data by taking advantage of both batch and stream-processing methods.…