Skip to content

vianarafael/vianarafael

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

121 Commits
 
 

Repository files navigation

Hi, I'm Rafael

👇 Hit in your terminal to connect with me (it won’t mine crypto... probably).

npx rafael-info

npx rafael-info

Building dumb ideas until they stop being dumb.

function rafaelInfo() {
  const name = "Rafael Viana";

  // The one held together by tape but ships apps anyway.
  const stack = [
    "Node",
    "Hono",
    "HTMX",
    "SQLite",
    "Automation",
    "AI",
    "mild chaos" // the real engine
  ];

  const locales = ["en-US", "ja-JP", "pt-BR"] as const;
  const colorscheme = "everforest" as const;

  return {
    name,
    stack: [...stack],
    locales: [...locales],
    colorscheme,
    socials: [
      { web: "rafaelviana.com" },
      { x: "@vianarafael" },
    ],
    state: "slightly caffeinated, vaguely hopeful",
    class: "ShipDailer",

    // Internal runtime.
    brain: {
      cache: "90% memes",
      gc: "runs whenever I listen to Kid A or Led Zeppelin III",
      version: "0.0.0-dev"
    }
}

Twitter Badge Linkedin Badge Amazon Badge

Rafael Viana Stats

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors