

Recent Posts

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

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

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

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

Deploy Your Application Directly From GitLab CI to Google Kubernetes Engine (GKE)
We’ll create a Gitlab CI/CD pipeline that uses a Gitlab CI Runner to automate the deploy...>>
Sep 8, 2020 | 4 min read | DevOps

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

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

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

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

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

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

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
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
Components of OpenStack
Dec 7, 2017 | Cloud
Why We Switched from Icinga to Zabbix
Sep 16, 2014 | Open Source
Django Stripe Integration using dj-stripe
Jul 2, 2020 | Django
Deploy Your Application Directly From GitLab CI to Google Kubernetes Engine (GKE)
Sep 8, 2020 | DevOps
Consumer Goods Sector: The Value Cloud Brings to the Table
Sep 18, 2023 | Cloud
How Outsourcing IT Services Can Benefit SMBs
Aug 18, 2023 | SMBs
Pub/Sub Pattern in Golang
Apr 7, 2023 | Golang