InITNEXTbyAbdulsamet İLERİ·Nov 25, 2024Tuning Go Application, which has GC issues with a few stepsLessons Learned in Performance Tuning and Garbage CollectionA response icon7A response icon7
InTrendyol TechbyAbdulsamet İLERİ·Jul 18, 2024Kafka Konsumer Two Years Journey 🚀The state of Kafka consumer libraries and new features two years after their release.
InStackademicbyAbdulsamet İLERİ·Oct 29, 2023Let's implement a basic hotel reservation system with 2PC using pessimistic and optimistic locks in…Hello all! In this article, I will implement 2PC (Two-Phase Commit) with pessimistic and optimistic locking in Go within a basic hotel…A response icon1A response icon1
InStackademicbyAbdulsamet İLERİ·Sep 13, 2023Profiling Go Applications in the Right Way with ExamplesWhat is profiling?A response icon2A response icon2
InITNEXTbyAbdulsamet İLERİ·Aug 7, 2023Let’s implement a basic leader election algorithm using Go with RPC 🚀Motivation
InTrendyol TechbyAbdulsamet İLERİ·Jul 7, 2023Kafka Konsumer 🔥 🚀Easy implementation of Kafka consumer with built-in exception manager 💃
Abdulsamet İLERİ·May 21, 2023How to use Consul-based Service Discovery in Prometheus 🤔Hello all! In this article, I will explain why we need to integrate service discovery tools like (Consul) within Prometheus with an…A response icon1A response icon1
InTrendyol TechbyAbdulsamet İLERİ·Apr 18, 2023New Winner of Kafka Consumers: Scala to Go Journey 🚀350 Million Messages per DayA response icon5A response icon5
InLevel Up CodingbyAbdulsamet İLERİ·Nov 17, 2022Boosting your Kafka integration tests using Redpanda with GoWith the example of testcontainers and dockertestA response icon1A response icon1
InTrendyol TechbyAbdulsamet İLERİ·Oct 31, 2022Kafka Exception C{r}onsumer 🔥 🚀As a Trendyol Indexing Team, our architecture is heavily based on an event-based system that should be consistent, eventually. So even…