Archive for December, 2019

What Is Webpack, What Is Used For?
JavaScript

What Is Webpack, What Is Used For?

Webpack is a bundle creator for our javascript files. It is a module bundler javascript library. One of big software projects’s problem is that it includes too many script src […]

What Is ESLint, What Is Used For?
JavaScript

What Is ESLint, What Is Used For?

ESLint is a error control and code harmony (compatibility) control library for our JavaScript codes. You can define rules for with ESLint for all codes look at the same harmony. […]

What Is Babel, What Is Used For?
JavaScript

What Is Babel, What Is Used For?

If I give a example from a real life, you may imagine smoothly what Babel is, Babel is a simultaneous translator :) When I return to software development from real […]

RabbitMQ Nedir ve Nasıl Kurulur?
Visual C# (.NET)

RabbitMQ Nedir ve Nasıl Kurulur?

RabbitMQ Nedir? RabbitMQ mesaj kuyruğu (message queue) sistemidir. Yazdığımız programımız üzerinden yapılacak asenkron (asynchronous) işlemleri sıraya koyup, bunları sırayla kuyruktan çekip gerçekleyerek ilerleyen ölçeklenebilir ve performanslı bir sistemdir. RabbitMQ kullanımına […]