Skip to main content

Posts

All my writing over the years.

2023

Rust: Lập trình API webhook
·3920 words·19 mins
Rust là ngôn ngữ yêu thích của mình. Vừa rồi thì có phát triển 1 cái Webhook endpoint cho cá nhân sử dụng. Tích hợp Plex và TelegramAPI để gửi tin nhắn thông báo. Video sử dụng một số công cụ thường sử dụng trong lập trình như: Postman, Ngrok.
CICD with Kubernetes
·4896 words·23 mins
Tiếp theo thực hành dựng cụm Kubernetes thì chạy các chương trình trên cụm cần 1 dây chuyền để tự động hóa và hệ thống hóa các chuỗi. Video này mình sử dụng Circle CI và ArgoCD để dựng lên một chuỗi CICD. Phục vụ cho việc release các ứng dụng do mình tự quản lý.
Dựng cụm Kubernetes bằng K3s trên Google Cloud Platform
·4537 words·22 mins
Ở nhà có 2 cái máy Raspberry Pi không xài nên mình quyết định học lại Kubernetes để deploy một số workload hiện đang quản lý. Trước tiên là sử dụng các VM miễn phí trên GCP để thực hành. Đợt này là cơ hội tốt vì hiện đang có chương trình miễn phí cho các VM chạy arm64.

2022

Today I Learned
·2983 words·15 mins
I begin the habit of writing things down when I find it interesting. It will improve my workflow and help me into a more organized mode.
Typescript Monad
·3018 words·15 mins
Tìm hiểu về monad qua Typescript
Near Line Connect Script
·2328 words·11 mins
Preparation for Line Presentation Workshop Talk script
Near Line Connect
·1038 words·5 mins
Preparation for Line Presentation Workshop
How To Use Ed25519 Dalek Message Signing
·657 words·4 mins
Pure Rust example for using Edwards 25519 to sign and verify message
How To Structure App study note
·3217 words·16 mins
How To Structure App study note
Try out Typescript, Haskell and Rust
·541 words·3 mins
Same program written in 3 programming languages: Typescript, Haskell, Rust. Thereby experiencing environment and gaining new knowledge.