Throughout the week, I read a lot of blog-posts, articles, and so forth, that has to do with things that interest me:
- data science
- data in general
- distributed computing
- SQL Server
- transactions (both db as well as non db)
- and other “stuff”
This is the “roundup” of the posts that have been most interesting to me over the Christmas and New Year period 2019, and the first week of 2020.
.NET
- Optimizing garbage collection in a high load .NET service. The blog post I link to is an awesome post about how to track down memory issues which impacts the performance of your .NET application. If you write .NET applications, please go ahead and read this post.
Data & Databases
- Uber’s Data Platform in 2019: Transforming Information to Intelligence. This is a very interesting post, discussing how Uber is handling data and the infrastructure for data. One of the things I found interesting was how they use data science for infrastructure.
- DBLog: A Generic Change-Data-Capture Framework. This post is about DBLog, which is Netflix “homegrown” Change Data Capture, (CDC), framework. What is interesting is that DBLog is developed as a framework, and you can “plug in” different data sources. I am looking forward to when it becomes open source!
Distributed Computing
- Kubernetes Video Series. What I link to here is not a blog post, but a playlist of Kubernetes videos ranging from the very basic to more advanced.
- Microservice Observability, Part 2: Evolutionary Patterns for Solving Observability Problems. This is the second post in a series, covering microservices and observability. If you develop microservices, do yourself a favor and read this series. It is well worth it!
Streaming
- What’s New in Apache Kafka 2.4. Apache Kafka 2.4 was released a couple of weeks ago, and this post lists new and improved functionality in the release. There are quite a few “juicy” things in there!
-
Testing Kafka Streams Using TestInputTopic and TestOutputTopic. Above I mentioned about new features in Apache Kafka 2.4, and this post looks at one of the new features. The feature is the ability to easier test Kafka Streams via a couple of new classes:
TestInputTopic
andTestOutputTopic
. - Beyond Microservices: Streams, State and Scalability. This is an InfoQ presentation where the presenter discusses how microservices evolved in the last few years.
- Exploring ksqlDB with Twitter Data. A while ago Confluent released ksqlDB, the evolution of KSQL. In this post. Robin Moffat looks at using ksqlDB to connect to a live Twitter feed and do “cool stuff”.
~ Finally
That’s all for this week. I hope you enjoy what I did put together. If you have ideas for what to cover, please comment on this post or ping me.
comments powered by Disqus