Work

Recent posts

Play with Cloud Formation

14 minute read

CloudFormation is a service provided by AWS to help users easily build, set up, and provision resources on AWS quickly, reducing the effort required for mana...

How to disable the browser back button in JS?

3 minute read

Introduction Back to the previous page is natively controlled by your browser, it’s not a good idea for the client site perform to prevent browser back, but ...

How To Build A Side Project

5 minute read

Why side project? As a developer, we always need to learn to catch up with the technology which changes every day. Sometimes we can feel overwhelmingly with ...

Vài ghi chép về replace function JS

3 minute read

Việc xử lý String là việc được thực hiện khá nhiều trong lập trình, một trong các thao tác thực hiện trong số đó là replace String. Trong ngôn ngữ Javascript...

Xây dựng hệ thống xử lý background bằng ruby

7 minute read

1. Lợi ích của việc sử dụng background job Đối với ứng dụng viết bằng Rails, mỗi khi có request đến, webserver tiếp nhận request và trả về resoponse, tại sao...