Skip to content
View whanyu1212's full-sized avatar
:octocat:
Grinding
:octocat:
Grinding
  • Singapore
  • 03:39 (UTC +08:00)

Highlights

  • Pro
Block or Report

Block or report whanyu1212

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
whanyu1212/README.md

 Hi there!

Typing SVG

Linkedin Badge GitHub Gmail Badge LeetCode

Data Scientist at Micron Technology Singapore

M.S.c in DFinTech, B.S. in Statistics from National University of Singapore

A little more about me...

"""
Fields:
- `DigitalBrushes`: Programming languages as digital brushes.
- `PaletteOfSkills`: A dictionary of technology stacks as a palette of skills.
- `SeedsNurturing`: Current areas of interest, metaphorically the seeds being nurtured.
- `BrainGym`: Preferred platforms for coding challenges, seen as a daily brain gym.
"""
struct TechnophileProfile
    DigitalBrushes::Vector{String}
    PaletteOfSkills::Dict{String, Vector{String}}
    SeedsNurturing::Vector{String}
    BrainGym::Dict{String, String}
end

hyProfile = TechnophileProfile(
    ["Python", "Julia", "R", "SQL", "Typescript"], 
    Dict(
        "Weaving Magic" => ["Angular", "Node.js", "Typescript", "CSS", "HTML"], 
        "Cloud Horizons" => ["GCP", "BigQuery", "Vertex AI", "Dataproc", "Cloud Composer", "Google Cloud Storage"], 
        "AI and Data Cosmos Exploration" => ["Pandas", "Numpy", "Pydantic", "Pandera", "Tensorflow", "PyTorch", "Scikit-learn", "XGBoost", "Langchain", "Streamlit", "AutoGen", "CrewAI"], 
        "Data Symphonies" => ["Prefect", "Mage", "Kestra", "Kedro"] 
    ),
    ["Julia", "LLM Application", "End-to-end Data Science", "Production-ready Code"],
    Dict(
        "Python" => "Leetcode", 
        "Julia & Typescript" => "Leetcode & CodeWars" 
    )
)
     

"There is no such thing as work-life balance. Everything worth fighting for unbalances your life." Alain de Botton

Pinned Loading

  1. compare-and-backtest-multiple-strategies compare-and-backtest-multiple-strategies Public

    Explore multiple backtests and compare their results for strategy development

    Jupyter Notebook 1

  2. expense-notify expense-notify Public

    A automation pipeline for extracting expense data from NotionDB, analysing with LLM Agent and triggering a telegram bot message

    Python 1

  3. mental-gym mental-gym Public

    documenting practices on various coding platform such as leetcode, kattis, hackerrank etc

    Python 1

  4. ml-stock-forecasting ml-stock-forecasting Public

    Python 1

  5. polars-sharing-materials polars-sharing-materials Public

    Jupyter Notebook 1

  6. QTraderFX QTraderFX Public

    Real Time Algo Trading for Forex

    Jupyter Notebook 1 1