Customers Contact TR

Recent Posts

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 >>

How I got 5 Google Cloud certificates in 3 months

In this blog post, I explain how I got 5 different Google Cloud certificates in 3 months...>>

Oct 14, 2019 | 5 min read | Cloud

Read More >>

Machine Learning, E-Commerce and Implementation Examples

One of the significant benefits of machine learning for e-commerce is that it facilitates providing personalized services to users.

Sep 12, 2019 | 13 min read | AI and ML

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 >>

16 Myths About Programming

As someone who has been working closely with programmers for many years, the first thing that came to my mind...>>

Nov 16, 2018 | 6 min read | Programming

Read More >>

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 | 13 min read | DevOps

Read More >>

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

Read More >>

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

Read More >>

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 | 8 min read | ClickHouse

Read More >>

‘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

Read More >>

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

Read More >>