Technologies

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 920
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 990
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 2097
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 5092
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 2472
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 5667
VS Code Extensions You Absolutely Needed in 2021
Technologies   General Knowledge   Tools  

VS Code Extensions You Absolutely Needed in 2021

VS Code or Visual Studio Code is a popular tool for developers to write code. Here is the formal definition "Visual Studio Code is a code editor redefined and optimized for building and d...

20 Jul 2021 SETHA THAY 1379
4 simple steps to make your website support multi languages in laravel
Technologies   Codes   Laravel  

4 simple steps to make your website support multi languages in laravel

The best websites require content that anyone can understand and communicate well with, not just only focus on design, that is why websites like Apple, Microsoft, Amazon take into consideration muc...

11 Jul 2021 SETHA THAY 1614


Scroll to Top