←
2026-08-17
beta release of BioHazardApp
i am glad to announce that the BioHazardApp android app is close to its beta release. More on this soon.
2025-11-29
rust / kotlin serverless experiments, leptos-bump, rust study
i am experimenting with rust and kotlin using aws lambda for serverless functions, see: github
also, currently, i am studying the book rust for rustaceans trying to deepen my understanding of rust, pointers and memory. at last, i did my first unsafe rust block using a union type.
2025-10-28
spelling webapp, esp32
finalizing spelling leptos-ssr webapp. features an embedded sqlite db using sqlx. sql is so 20th century.
esp32-uv embedded project on hold due to unstable adc feature and issues calibrating the uv-light-sensor ranges. Due to this I am trying running the esp32-c3 with c using ESP-IDF.
2025-09-24
upgrade site to leptos v0.8.9
due to breaking changes to the rust web framework leptos, doing an upgrade.
been trying rust embedded on a esp32-s3 with a uv-light intensity module. More to follow..
thinking about building a spelling excerise page on this site, more soon..
2025-08-05
axum backend for an app
backend nearly done with magic link login. next is building the mobile apps ontop of the rust-core for ios and android.
more on that later..
2025-05-31
ios order app with rust core (uniffi)
this app has a firebase backend for the push notificaiton feature mainly. it recieves order updates from woocommerce/wordpress, notifies the user instantly of new or changed orders. the webhook is setup by the rustcore of the ios app. when i have time i might get the android version up to speed too.

2025-05-21
rust uniffi/ios debugging, lelptos csr/ssr sites, rust axum-webserver, touch type trainer
i have been busy these days, debugging my refactoring of my UniFFi lib for my iOS/Android app, finally have a simple touch type trainer for my leptos CSR site, got started writing a webserver in Axum, spent a few hours debugging a github action error, learned about nohup, ps aux | grep xyz and starting and killing processes using terminal in linux/macos, and more..
2025-05-17
ssr with rust/leptos
today i am trying a ssr version of my website. as its not just a static website anymore i can add content without having to compile/deploy. this site is alive!
2025-05-16
webserver axum/rust
trying to write my own server in rust/axum. maybe i will switch to something that doesnt rely on tokio runtime in order to better learn multi-threading.
2025-05-07
rust+native but why not flutter, react-native
solving the cross platform dilemma, each of those platforms have an interesting approach. flutter runs its ui shipping its own graphics engine like a game would. react native uses javascript to manage native components and its logic. why use rust? the dream is to use rust fullstack from top to bottom, from the metal to the ui.
2025-05-06
dive into web continues
today this is posted as markdown and converted to html, in your browser. its all client side computed and rendered by rust running inside the wasm runtime of your browser.
trying CSR, checking WASM size..
2025-05-03
dive into web tech
understanding web tech using rust and leptos.
