Skip to content
View hnlearndev's full-sized avatar

Block or report hnlearndev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
hnlearndev/README.md

Hi there 👋

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

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

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

    println!("{}", msg);
}

📫 Connect with me:

              

🔨 Languages:

Rust Python TypeScript C#

🗃️ Databases:

DuckDB SQLite Postgres MongoDB

📦 Containers:

Podman Kubernetes

Pinned Loading

  1. Universal-Life-Investment-Link-Cashflow-Illustration-Rust Universal-Life-Investment-Link-Cashflow-Illustration-Rust Public

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

    Rust

  2. Universal-Life-Investment-Link-Cashflow-Illustration-Excel-SpreadSheet Universal-Life-Investment-Link-Cashflow-Illustration-Excel-SpreadSheet Public

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

    TypeScript