ASP.NET Core introduced the concept of TestServer for integration testing of web applications. Integration tests need web application run with all bells and ... Read all
A software developer takes a comparative look at the Spark Streaming and Structured Streaming platforms, and each handles various data science scenarios. Read all
A discussion of monolithic vs. microservices-based software architectures, and how these two architectural models stack up in a real-world use case. Read all
AWS Lambda is great for putting together and deploying serverless applications. Here's how you can run it locally with the benefit of SAM Local's features. Read all
A data expert discusses the phenomenon of data redundancy, and how it can become a problem when dealing with big data sets in databases and data warehouses. Read all
A mobile developers takes a look at using Amazon SQS as an event source for to an AWS Lambda instance, and shows how do to this in a real-world application. Read all
For the first article in this series, we take a look at how to install and configure the Eureka Server to act as an auto-discovery tool for your Java microservices. Read all