Blog.
All of my long-form thoughts on programming, and other things.
Opinions expressed on this blog are my own, and not those of my employers.
wagtail-typst
sekarang bisa membuat content wagtail menggunakan typst
2026-07-05 · django, typst, wagtail
Skrip Python yang portable?
metadata dalam script
2025-07-05 · uv, python, bahasa-indonesia
Promegraph
Membuat grafik prometheus
2025-06-28 · rust, prometheus, promql, bahasa-indonesia
65:24
Rasio aspek XPan
2025-02-02 · photography, bahasa-indonesia
Belajar Nix
Belajar tentang apa itu nix, bukan *nix
2024-04-28 · tutorial, nix, bahasa-indonesia
Migrate data from MinIO to Cloudflare r2
Moving existing s3 compatible bucket data to Cloudflare R2
2023-10-30 · django, s3, clouflare
Cross compile Rust binary to Linux amd64 from Mac M1
Cross compile Rust application with target x86_64-unknown-linux-gnu from Mac M1
2023-07-09 · rust, mac, linux
Build Go container image with `ko`
Testing `ko` tool to build Go container image
2023-06-01 · go, cicd
Visualizing k6 load test results
Project load test time series VU, RPS and Response time into Graph
2023-05-21 · rust, load-test, graph, k6
Action trigger another Action
Use your action to trigger another
2023-05-13 · github, cicd
Personal Infra Update
Moving to Kubernetes
2023-04-26 · k8s, infra
Writing a Python module using Rust
Using Rust to implement a faster Python module and other use case.
2023-02-19 · rust, python
Deploy Django App on Fly.io
Deploy Django apps easily on Fly.io with a free tier for testing. Steps include app preparation, Flyctl setup, Dockerfile creation, and deployment. Fly.io also has deployment triggers via Github Action for flyctl.
2023-02-11 · django, docker, fly.io, python
Async and Sync Python Pub/Sub with Redis
Usually, Redis is used for caching layer, but also can be leveraged for indexing, communication, data storage, and time series patterns.
2022-08-01 · redis, python
Laravel Decrypter
One of Laravel's security features is Encryption. This feature creates a convenient interface for encrypting and decrypting via OpenSSL.
2022-07-30 · encryption, laravel
Hello world
First post for my new blog
2022-07-20 · rust