Technologies

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 4382
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 1041
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 1196
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 1258
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 2671
Database Design: Audit Log, Tracking Changes to Column Data Value in PostgreSQL (PART 1)
Technologies   PostgreSQL  

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

What is an Audit trail (also commonly called an Audit log)? It is basically a record-keeping of changes in the database. For instance, if a user updates a record, an audit log should record who mad...

31 Jul 2021 SETHA THAY 6207
CICD Auto Deploy Your Project Using Gitlab Runner
Technologies   Tools   Automation  

CICD Auto Deploy Your Project Using Gitlab Runner

This is a short story of DevOps and why it exists. DevOps is about bringing together 2 traditionally contentious groups within IT organizations. Application development has primarily been measured ...

30 Jul 2021 SETHA THAY 3208
repmgr Command to Manage and Maintenance Your Database Cluster PostgreSQL 13
Technologies   PostgreSQL  

repmgr Command to Manage and Maintenance Your Database Cluster PostgreSQL 13

In the previous post, Managing High Availability Database Cluster with Repmgr, you have learned how to set up a PostgreSQL database cluster which consists of a master and two standby in the same se...

25 Jul 2021 SETHA THAY 7004


Scroll to Top