Recent Posts


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...

Technologies PostgreSQL
31 Jul 2021 SETHA THAY 7822

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 ...

Technologies Tools Automation
30 Jul 2021 SETHA THAY 4337

4 Most Creative Design Admin Dashboards Using Bootstrap 5 and Tailwind

This blog post will introduce the 4 most creative design admin dashboards using bootstrap 5 and tailwind. All of these five admin dashboards allow freely use for unlimited copies for your personal ...

General Knowledge Tools
28 Jul 2021 SETHA THAY 2843

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...

Technologies PostgreSQL
25 Jul 2021 SETHA THAY 8763


Why Programmers Should BLOG?

In this post, I would like to share an article that inspires me to create this blog journey regardless of money-making throughout the process. The article was written by Adrian Twaorg, he is a blog...

General Knowledge New Trends
24 Jul 2021 SETHA THAY 2096

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...

Technologies General Knowledge Tools
20 Jul 2021 SETHA THAY 2338

CRUDBooster an effective CRUD generator to bootstrap laravel web application development

In the previous post, I wrote about setting up a new project with laravel sail and docker on window 10 which is a new development model for these recent years. This is because of the...

Codes Laravel Tools PHP
18 Jul 2021 SETHA THAY 4018

The best package to export data to excel in laravel

One of the default functionality that should exist in software or web development is exporting data in different formats such as Ms.Excel, PDF, or Ms.Word. It becomes a norm for almost every softwa...

Codes Laravel Tools PHP
17 Jul 2021 SETHA THAY 3082




Scroll to Top