Skip to content
View AbhimanyuAryan's full-sized avatar
:atom:
transformers
:atom:
transformers

Highlights

  • Pro

Organizations

@GenieFramework

Block or report AbhimanyuAryan

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

profile for abhi at Stack Overflow, Q&A for professional and enthusiast programmers

Hi there, I'm Abhimanyu Aryan ๐Ÿ‘‹ - call me (Aryan/Abhi)

I'm a computer scientist with a passion for Julia programming and a love for a wide range of activities. Here's a bit about me:

๐Ÿ™‹โ€โ™‚๏ธ About Me

using Dates

Base.@kwdef struct AbhimanyuAryan
    job๐Ÿ‘”::String = "computer scientist"
    bdate๐Ÿ“…::Date = Date(1995, 9, 13)
    website๐ŸŒ::String = "https://abhimanyuaryan.com"
    current_projects๐Ÿ› ๏ธ::Vector{String}
    hobbies๐ŸŽ‰::Vector{String} = ["dance", "gym", "football", "table tennis", "lawn tennis", "swimming", "boxing", "computer games", "hacking", "almost anything that gets my adrenaline up"]
end

age(a::AbhimanyuAryan) = Dates.year(now()) - Dates.year(a.bdate๐Ÿ“…)
Base.summary(a::AbhimanyuAryan) = "Some $(age(a)) year old $(a.job๐Ÿ‘”)"
workson(a::AbhimanyuAryan) = a.current_projects๐Ÿ› ๏ธ

me = AbhimanyuAryan(current_projects๐Ÿ› ๏ธ = [
    "Genie.jl",
    "Stipple.jl (plotly, ui)",
    "SearchLight.jl"
])

println(summary(me))
println("works on: $(join(me.current_projects๐Ÿ› ๏ธ, ', '))")
println("has hobbies: $(join(me.hobbies๐ŸŽ‰, ', '))")

As an open-source contributor, I am enthusiastic about building a reliable web ecosystem that facilitates the work of data scientists, researchers, and machine learning practitioners. Passionate about the intersection of EdTech, Large Language Models (LLMs), and cloud technologies, I embarked on my journey in India's leading EdTech sector, advocating for self-driven education over traditional models for scalable learning. Currently, I am deeply exploring the potential of LLMs and AI, driven by a vision to revolutionize how we learn and interact with technology.

struct EuropeMap
    map::Array{String,1}
    home_country::String
end

function show_home(map::EuropeMap)
    for line in map.map
        println(line)
    end
    println("\njulia> where abhimanyu lives")
    println("        Home: ", map.home_country)
end

eu = EuropeMap([
    "        +----+          +----+",
    "        |UK  |          |NOR |",
    "  +-----+----+----+     +----+",
    "  |IRE  |FR  |GER |",
    "  |     +----+    |",
    "  |PT   |SP* |    |     +----+",
    "  +-----+----| IT |-----|POL |",
    "        |    |    |     +----+",
    "        |GRE |    |",
    "        +----+----+"
], "some where in ๐Ÿ‡ช๐Ÿ‡บ")

show_home(eu)

Pinned Loading

  1. GenieFramework/Genie.jl GenieFramework/Genie.jl Public

    ๐ŸงžThe highly productive Julia web framework

    Julia 2.2k 189

  2. GenieFramework/Stipple.jl GenieFramework/Stipple.jl Public

    The reactive UI library for interactive data applications with pure Julia.

    JavaScript 321 27

  3. GenieFramework/StippleUI.jl GenieFramework/StippleUI.jl Public

    StippleUI is a library of reactive UI elements for Stipple.jl.

    Julia 84 15

  4. GenieFramework/SearchLight.jl GenieFramework/SearchLight.jl Public

    ORM layer for Genie.jl, the highly productive Julia web framework

    Julia 139 16

  5. GenieFramework/StipplePlotly.jl GenieFramework/StipplePlotly.jl Public

    Plotly integration for Stipple.jl

    Julia 22 5

  6. ๐Ÿ“Š Weekly development breakdown ๐Ÿ“Š Weekly development breakdown
    1
    Julia      6 hrs 59 mins  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–‘โ–‘  86.3%
    2
    Markdown   34 mins        โ–ˆโ–Œโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   7.2%
    3
    Docker     10 mins        โ–โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   2.3%
    4
    Git Config 9 mins         โ–โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   1.9%
    5
    HTML       5 mins         โ–โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   1.2%