Nero's Blog

Stay Hungry, Stay Foolish

Use Nginx as load balancing in Docker.

"Reduce the backend loading with Nginx load balance."

“學習如何在 Docker 中使用 Nginx 的 load balance” 什麼是 Load Balance ? 負載平衡(Load balancing)是一種用來在多個電腦(電腦集群)、網路連線、CP

Use AWS Lambda reduce the load of RDS

"Automatically adjust your server architecture"

“學習如何在 AWS 使用 CloudWatch 去 Event Trigger Lambda 降低 RDS 負載” 什麼是 AWS Lambda ? AWS Lambda 是 Amazon 提供的一種 Serverless Service,這項服務不是真的沒有 Server 而是用戶不需要自己建置伺服器,

Setting up a Drone CI server on AWS EC2

"Make testing, deploy and everything automatic"

“學習如何在 AWS 上建立一個 Drone CI Server 並連結 Github 進行自動化測試” 什麼是 Drone ? Drone 是一個以容器技術為基礎,以Go編寫的持續交付系統。它使用一個簡單的yaml

Hello World, Redis

"Accelerate the network access with NoSQL database"

“初步認識什麼是 Redis” 什麼是 Redis ? Redis 是一個 in-memory 的 key-value 資料庫,具有以下特性。 高效性 – Redis 能讀的速度是110000次/s,寫的速度是81000次/

Is the function input() in Python safe?

"Don't trust the input given to you by any user"

“學習 Python 中的 input() 函式” 前言 前陣子在學習 Python 用到了 input() 這個函式,在 Happy Case 下好像很OK,但想說測試一下卻發現結果不如預期,俗話說:『 魔鬼藏在細節裡應該就