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. Basic-Term-Pricing-Model-Rust-lifelibBasicTermSM Basic-Term-Pricing-Model-Rust-lifelibBasicTermSM Public

    With reference to a popular Python lifelib library, the repo demonstrates how a similar pricing process can be achieved with Rust

    Rust

  2. 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 Investment Link Products

    Rust

  3. 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