Check out the following infographics and brief break-down to help you visualize and understand the decisions involved in choosing a microservice architecture.
Here's how to link Apache Kafka and Ignite, for maintaining scalability and reliability for data processing. We'll explore injecting data with KafkaStreamer, as well as IgniteSinkConnector.
There are several methods for handling client requests involving blocking operations. Check out this comparison between thread concurrency and network asynchronicity, with a problem, and potential solutions.
Vladimir Pecanac provides an excellent overview of the top 8 continuous integration tools your organization should be considering, if C/I is in your future.
In this article, we’ll look at a simple example that uses a dictionary for our cache. Then, we’ll move on to using the Python standard library’s functools module to create a cache. Read on for more info.
Swift and C# are both high-level programming languages, with shared features, such as being compiled programming languages. Here's a look at Swift from the perspective of a C# developer.
March 1, 2016
by Vidyasagar (Sarath Chandra) Machupalli FBCS
CORE
There are several parser-generators out there and most of them are good enough for most goals you may have. Among them I tend to use ANTLR more than others: it is mature, it is supported, and it is fast. Read on for the full explanation.
Have you ever been required to restart applications in CloudHub at a specific time of the day on weekdays? Automate it with CloudHub API and make life easier.
The provider() function allows us to create a configurable service where we can set input per application for the service created using the provider(). Let's take a look at it in detail.