Articles By This Author

Disaster of Smart Cities?

Are smart cities a disaster waiting to happen?

Read More

Material product icons design principles

These guidelines are a starting point to ensure that your product icon colors and key elements reflect your brand identity.

Read More

Micro Frontends: The Benefits of MicroServices for Client-Side Development

Chief architect Luca Mezzalira is on a quest to bring the idea of microservices to frontend development, called micro frontend, after seeing the benefits it brought to the rapidly-growing sports video streaming site DAZN (pronounced “Da-Zone”) where he worked.

Read More

Micro Frontends – extending the microservice idea to frontend development

The term Micro Frontends first came up in ThoughtWorks Technology Radar at the end of 2016. It extends the concepts of micro services to the frontend world.

Read More

One-Press VPS Starter script

Script tự động thiết lập toàn bộ cấu hình bảo mật cho một VPS mới

Read More

Sử dụng iptables trên CentOS

Bài viết này hướng dẫn về cách cài đặt và cấu hình iptables trên CentOS.
Tới thời điểm hiện tại, tuy rằng CentOS 7 sử dụng firewalld làm công cụ thiết lập các chính sách mạng cho server linux, nhưng mình vẫn quen sử dụng iptables hơn.

Read More

15 Docker Commands Beginners Should Know

In this post, basically, I don’t put options. If you think this command is lacking something important, you will need to check Docker Doc (https://docs.docker.com/)

Read More

RSA encryption in Java and JavaScript

Using RSA encryption to:

  1. Encrypt plain text in Java and decrypt cypher text in JavaScript.
  2. Encrypt plain text in JavaScript and decrypt cypher text in Java.

Encryption in JavaScript side

Read More