Technologies

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 7822
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 4337
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 8763
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 2338
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 3157
Stoplight Your Best Friend for Document Your Rest API
Technologies   Codes   Tools   API  

Stoplight Your Best Friend for Document Your Rest API

Using Stoplight you can create OpenAPI descriptions, documentation, mock servers much faster than other API tools, with no specialized knowledge and experiences required in design the specific...

10 Jul 2021 SETHA THAY 3619
Managing High Availability Database Cluster with Repmgr (PostgreSQL 13 and Repmgr 5.2)
Technologies   New Trends   Tools   PostgreSQL  

Managing High Availability Database Cluster with Repmgr (PostgreSQL 13 and Repmgr 5.2)

In a previous post, I shared how to install PostgreSQL 13 on Ubuntu 20.4 which you will get a workable data cluster instance of PostgreSQL. In the real world, the databases will be managing in...

05 Jul 2021 SETHA THAY 6834
Differences of GraphQL and REST
Technologies   General Knowledge   Codes   API  

Differences of GraphQL and REST

In this post, I am going to share some thoughts on GraphQL vs REST which often developers tend to feel confusing due to its similarities and functionalities. There is no best API out there, you can...

03 Jul 2021 SETHA THAY 2272


Scroll to Top