Technologies

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 1364
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 4848
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 1202
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 1357
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 1431
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 2915
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 6651
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 3478


Scroll to Top