Recent Posts


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

Technologies New Trends Tools PostgreSQL
05 Jul 2021 SETHA THAY 5046

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

Technologies General Knowledge Codes API
03 Jul 2021 SETHA THAY 1361

Create An Interactive Image Map and Highlight on Areas when Mouseover

In this post, I will show you step by step how you can make an interactive image map and highlight each area of images when mouseover. As you may see in the post's thumbnail is a map of my coun...

General Knowledge Codes Tools
02 Jul 2021 SETHA THAY 17456

Using JavaScript to Translate Your Static Website

A static website contains web pages with fixed content. each page is coded in HTML and displays the same information to every visitor. A static site can be built by simply creating a few HTML ...

Technologies Codes Laravel
29 Jun 2021 SETHA THAY 25200


Laravel to Store Your Files to Amazon Simple Storage (AWS S3)

Amazon Simple Storage Service (Amazon S3) is storage for the internet. It's designed to make web-scale computing easier. Amazon S3 has a simple web services interface that you can use to s...

Technologies Laravel Tools PHP
28 Jun 2021 SETHA THAY 3248

Begin New Project with Laravel Sail and Docker on Window 10

You may already know the powerful features and benefits of using Docker in your development and production environment. Docker is quite popular these days in the world of developers, software ...

Technologies Codes Laravel PHP
26 Jun 2021 SETHA THAY 15052

Tip to count view of an article in Laravel

In this post, I would like to write a small coding tip on how you can count the number of views on an article or post in the laravel application. There are some benefits of page views. It allows yo...

Codes Laravel PHP
25 Jun 2021 SETHA THAY 4718

Create Alert Message using Laravel Component with Alpine.js

In recent laravel updates, there is a new tool in the blade view engine called components. it is similar and benefits to sections, layouts, and includes; however, some may find the mental model of ...

Technologies Codes Laravel
22 Jun 2021 SETHA THAY 5331




Scroll to Top