Customers Contact TR

Recent Posts

Helm 101

Helm is a package administrator who developed for Kubernetes. You can think of this as apt or yum in the Linux environment...>>

Jan 31, 2022 | 10 min read | DevOps

Read More >>

K3S Kubernetes Cluster Setup with K3D

In this article, I will talk about how we can create a Kubernetes Cluster in a Linux-based operating system with K3D, a tool of Rancher...

Jul 13, 2021 | 11 min read | DevOps

Read More >>

Kubernetes Cluster Setup Using Vagrant and Kind

Kind is a tool that provides us to create a Kubernetes cluster. Through its simple use, it minimizes the time spent...>>

Apr 29, 2021 | 8 min read | DevOps

Read More >>

Building a Linux Kernel Module

Last night a friend of mine asked for help for her homework on operating systems. It’s about building a simple Linux kernel module...>>

Jan 29, 2021 | 5 min read | DevOps

Read More >>

Kubernetes Resource Management

I had the chance to listen to Bekir Doğan’s presentation, a former Kartaca employee, at an event in 2017, and I was very impressed when I heard that...

Nov 13, 2020 | 9 min read | DevOps

Read More >>

Test Automation Processes with Selenium

Wouldn’t you like to automate your regression tests where you spend hours manually testing your web pages?...>>

Oct 19, 2020 | 7 min read | Open Source

Read More >>

What's New in Flutter Animations

Flutter team announced an exciting new animations package in recent months. This package includes animations created using...>>

Aug 17, 2020 | 6 min read | Flutter

Read More >>

Django Stripe Integration using dj-stripe

I had the opportunity to examine dj-stripe while researching which payment libraries are used in Django...>>

Jul 2, 2020 | 5 min read | Django

Read More >>

Deploying a Kubernetes cluster on OpenStack with Kubespray

This blog post walks you through deploying a Kubernetes cluster on OpenStack with Kubespray. In this example...>>

Jan 28, 2020 | 5 min read | Cloud

Read More >>

Provisioning a private environment with Terraform on OpenStack

This blog post walks you through managing your OpenStack environment with Terraform. Terraform is a quite powerful...>>

Jan 16, 2020 | 4 min read | Cloud

Read More >>

PostgreSQL Write-Ahead Logging (WAL) Mechanism

Write-Ahead Logging (WAL) is the standard method used to ensure data integrity...>>

May 14, 2019 | 3 min read | Database

Read More >>

Creating an Android Library and Publishing with Bintray - For Beginners

A software library is a package that contains codes that developers have written before, classes they have prepared...>>

Feb 8, 2019 | 7 min read | Android

Read More >>