Home » Archives for Gökhan Gökalp » Page 4
Hello all. I will talk about “building highly scalable distributed applications with actor model” (Microsoft Orleans Project) at 29 June Friday night. Agenda History Actor Model Project Orleans Development with Project Orleans Approximate Performance Expectations References You can get detail information about the meetup from…
Nowadays with the increasing use of cloud-based systems, serverless architecture is a great concept that has been talking a lot about itself over the last a year. In today’s age while technology evolving and changing rapidly, sometimes all we need is just a function, especially…
When we look at many popular commercial websites such as Amazon, Netflix and eBay, we can clearly see that autocomplete(search suggestion) boxes are important for the companies. We know that a good search result is also important for end users. In terms of commercial websites,…
Obviously, I was planning to write an article on this topic. After my last blackfriday experience, I decided to write something about on this topic. Yes, the topic is the importance of resilience and fault tolerance in microservice architecture and how can we provide them.…
In today’s technological age, companies can sell their products to people in different cities through e-commerce websites. The topic of “globalization” is important for companies who want to sell their products in a wider area and sell them in different countries. In this arcticle, I…
Hi, all. I couldn’t find enough time to write a new article for a few months. In fact, I wrote some part of this article in August, but I could not complete it. :) Finally, I did! Anyway, I guess GraphQL (at the same time…
Hello, all. All the software developers are invited to the “dotnet core day” seminar which is the open source and cross-platform software development framework. It will take 1 day in Istanbul and 8 different sessions. I will talk about “Logging, Caching and Localization in ASP.NET…
Hi, everyone. I was planning to write a blog post for a long time about code analysis tools, which is obviously to improve the code quality of our projects. But, I couldn’t find the available time. A few months ago, I had the chance to get…
Introduction to .NET Core presentation at Trendyol tech talk.
Hi, all! We have developed a RESTful API in the previous ASP.NET Core blog post series, and then we deployed that to the Azure App Services. In this blog post series, I’ll try to mention how we can containerize a RESTful API, and then how we can deploy…
Hi, ASP.NET Core lovers! In this second part of my ASP.NET Core series, we will handle the log operations that we want to keep in the application, and then push the log messages to the GrayLog using NLog library. It’s possible, that in a lot of…
Hi, guys. Actually, I was thinking about writing some articles about ASP.NET Core, but I couldn’t find enough time. These days, I’m working on ASP.NET Core for certain uses, for example how to easily do dockerizing. Therefore, I will write some articles on ASP.NET Core. In this article,…
Introduction to Orleans Virtual Actor Model presentation at Trendyol tech talk.
Selam millet, 10 Haziran 2017 Cumartesi günü 10:00-13:00 saatleri arasında Devnot Atölye‘de sunumunu gerçekleştireceğim “RabbitMQ and Message Queuing” etkinliğine, aşağıdan kayıt olabilirsiniz. https://www.eventbrite.com/e/rabbitmq-ve-message-queue-yaplar-tickets-34988908768?aff=efbneb Sunum Sonu Özeti Çok keyifli bir etkinlik geçirdik arkadaşlar. Katılan herkese çok teşekkür ederim. İlgili görsellere ve sunumda kullandığım slide&projelere aşağıdan ulaşabilirsiniz.…
These days, I’m working on Orleans and Actor-based systems as I mentioned in my post titled “Overview of Orleans“. In this article, I will try to explain how we can build loosely coupled and scalable RESTful services using Orleans as a middle-tier. In addition…
In this article, I will try to explain some of the problems like Error handling and message Redelivery that I have encountered in our transition processes to message architecture. Also, I will mention what kind of solutions we applied and what kind of solutions MassTransit…