Technologies

Installing PgBouncer as Connection Pool for PostgreSQL 14
Technologies   Tools   PostgreSQL  

Installing PgBouncer as Connection Pool for PostgreSQL 14

The short definition of PgBouncer is a connection pooler for PostgreSQL. Based on the official website, there are a few wonderful features for database administrator and system architecture fo...

13 Nov 2021 SETHA THAY 5510
Using Ansible to Remote Manage Your Database Instance
Technologies   Tools   Automation   PostgreSQL  

Using Ansible to Remote Manage Your Database Instance

In the previous post, we have introduced an article about how to install PostgreSQL 14 on Ubuntu in Google Cloud Engine which acts as a single database instance. In fact, it's very easy to mana...

06 Nov 2021 SETHA THAY 3031
Simple Explanation of Blockchain and Cryptocurrency
Technologies   Investment   Financial Freedom   Cryptocurrency  

Simple Explanation of Blockchain and Cryptocurrency

Currently, the financial system is working underlying that bank is the party to validate the transaction by checking the balance in your bank account and making sure you are legit to perform the tr...

29 Oct 2021 SETHA THAY 1979
How to Install PostgreSQL 14 on Ubuntu 20.04 from Source
Technologies   PostgreSQL  

How to Install PostgreSQL 14 on Ubuntu 20.04 from Source

PostgreSQL 14 has been officially released on 30 September 2021 with hundreds of improvements, fixes, and changes that have been mentioned in the release note on their official website. In this rel...

23 Oct 2021 SETHA THAY 5880
CICD All You Need To Know By IBM Cloud
Technologies   Tools   Automation  

CICD All You Need To Know By IBM Cloud

CICD means continuous integration and continuous delivery. The final goal of CI (Continuous Integration) is to consistently establish the automation work of project building, packaging, and testing...

16 Oct 2021 SETHA THAY 1863
4 Popular PHP Frameworks for Web Development
Technologies   Laravel   PHP  

4 Popular PHP Frameworks for Web Development

PHP is one of the languages for web development. PHP might not be as popular as Python or JavaScript, it is still currently active and used by many developers around the world. Top US technolo...

30 Aug 2021 SETHA THAY 1988
The Reason to Write Meaningful Commits
Technologies   General Knowledge   New Trends  

The Reason to Write Meaningful Commits

This article will introduce about reasons/advantages of git commits and the commit message convention you should follow and apply. Version control systems (VCS) are wisely used as repositories...

09 Aug 2021 SETHA THAY 2054
Database Design: Audit Log, Tracking Changes to Column Data Value in PostgreSQL (PART 2)
Technologies   PostgreSQL  

Database Design: Audit Log, Tracking Changes to Column Data Value in PostgreSQL (PART 2)

In part 1, we have introduced about audit log that you can tracking changes to the column data value and configuration steps of how you can achieve it. In this blog post, you will learn more about ...

02 Aug 2021 SETHA THAY 3557


Scroll to Top