Skip to content
View hnlearndev's full-sized avatar

Block or report hnlearndev

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hnlearndev/README.md

Views

Hi there πŸ‘‹

pub struct Actuary {
    pub name: String,
    pub role: String,
}

let me = Actuary {
    name: "Willian".to_string(),
    role: "an aspiring actuary student".to_string(),
};

let msg = format!(
    "Welcome to my GitHub. My name is {}, {}. Hope you find something helpful for your journey.",
    me.name,
    me.role,
);

println!("{msg}");

πŸ“« Connect with me:

Gmail LinkedIn GitHub Blog

πŸ› οΈ Languages:

Rust Python R TypeScript

πŸ—ƒοΈ Databases:

SurrealDB

πŸ“¦ Containers:

Podman Kubernetes

Pinned Loading

  1. rslife rslife Public

    A comprehensive Rust library for actuarial mortality table calculations and life insurance mathematics

    Rust 9 1

  2. blog blog Public

    Personal blog written in Rust Leptos and Axum

    Rust 1

  3. icondata_zi icondata_zi Public

    Icondata for Zalo Mini App UI

    Rust 1

  4. vietnamese-tang-poem-check-tool vietnamese-tang-poem-check-tool Public

    Tool to enforce Tang Poetry rule for Vietnamese Tang poems. Simple, fast and reliable backed by extensive testing

    Python 1

  5. ilp-uvl-cashflow-illustration ilp-uvl-cashflow-illustration Public

    Generate illustration cashflow in a form of dataframe for Universal Life and Investment Link Products

    Rust 2

  6. ilp-uvl-cashflow-illustration-spreadsheet ilp-uvl-cashflow-illustration-spreadsheet Public

    Versatile tool to generate illustration cashflow for Universal Life and Investment Link Products

    TypeScript 2