

Recent Posts

Migrating Codebases From SVN to Git
In this blog post, I share the method and the tools we used in the migration of our codebases...>>
Oct 23, 2018 | 14 min read | DevOps

OpenStack API Client Setup and Creating a Virtual Server
To connect to the OpenStack API, we need openstack-pythonclient installation and authenticate user. I'll explain how to install...>>
Oct 3, 2018 | 3 min read | Cloud

Django 101: Key Facts for Beginners
Django is a free and open source web framework written in Python. Many big companies such as Disqus, Instagram, Pinterest, and Mozilla...>>
Sep 24, 2018 | 2 min read | Django

Real-Time Big Data Reports with ClickHouse
In today's technology, there are thousands and millions of data streams per second. Everything is now done digitally, including…>>
Sep 21, 2018 | 9 min read | ClickHouse

‘Broadcasting’, ‘Cache’, ‘Lock’ in Distributed Systems
If you have big, multi-module and distributed projects, you need solutions to establish communication among services…>>
Sep 21, 2018 | 5 min read | Open Source

What is MariaDB, How to Install it on Ubuntu 14.04
MariaDB is an RDBMS (Relational Database Management System), developed by forking from MySQL. Sun bought MySQL...>>
Sep 11, 2018 | 4 min read | Database

Using Functions in Apache JMeter
In JMeter, useful functions are available to create flexible and sustainable test plans. The functions can be used in the fields of Sampler and other elements in the test tree…>>
Sep 7, 2018 | 3 min read | Open Source

Components of OpenStack
OpenStack is a large open-source project, and there are many separate components in this project. In this blog post, I explain…>>
Dec 7, 2017 | 3 min read | Cloud

Continuous Integration with Bamboo
Bamboo is a continuous integration server developed by Atlassian to automate version management for software applications…>>
Jul 30, 2017 | 3 min read | Bamboo

What is Percona Server, How to Install in Ubuntu 14.04?
Percona Server is a tool used for relational database management. It is a fork of MySQL that comes with the Linux...>>
Nov 24, 2016 | 2 min read | Linux

The Importance of Testing and Apache JMeter
I have not dealt with testing of the projects until recently. I made tests via JMeter in the first month of my new job...>>
Nov 24, 2016 | 5 min read | Open Source

Why We Switched from Icinga to Zabbix
At Kartaca, we use an open-source application called Icinga within the system monitoring tool we have developed for internal use...>>
Sep 16, 2014 | 3 min read | Open Source
Popular Posts

Inspiring Quotes for Software Developers
Jun 12, 2020 | Programming
The Language of the Changing World: VUCA and BANI
Jun 28, 2022 | Digital Marketing
K3S Kubernetes Cluster Setup with K3D
Jul 13, 2021 | DevOps
Why We Switched from Icinga to Zabbix
Sep 16, 2014 | Open Source
Components of OpenStack
Dec 7, 2017 | Cloud
Django Stripe Integration using dj-stripe
Jul 2, 2020 | Django
Data in the Air
Apr 25, 2023 | Data Analytics
The Complete Cloud Migration Checklist
Oct 20, 2022 | Cloud
Golang HMAC Authentication
Apr 12, 2023 | Golang
Deploy Your Application Directly From GitLab CI to Google Kubernetes Engine (GKE)
Sep 8, 2020 | DevOps