Skip to content
View aluvse's full-sized avatar
🌱
Talk is cheap, show me the code
🌱
Talk is cheap, show me the code

Block or report aluvse

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
aluvse/README.md
while True:
    code = get_problem()
    solution = build_solution(code)
    deploy(solution)
    learn()

Building systems that breathe 🌀
Data flows, code grows, architectures evolve

Turning complex problems into elegant solutions
One line at a time ⚡


Pinned Loading

  1. pokefetch pokefetch Public

    Discover random Pokémon every time you open your terminal! 🐢 A fun bash script that displays Pokémon sprites with your system info. Perfect for Pokémon fans and terminal enthusiasts.

    Shell 1