Skip to content
View RubenGullborg's full-sized avatar
đź’­
Pondering… 💭
đź’­
Pondering… 💭

Highlights

  • Pro

Block or report RubenGullborg

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RubenGullborg/README.md

Hello there

const Ruben = {
  pronouns: "Him",

  // Languages I speak, both to humans and computers
  code: [
    "JavaScript/TypeScript", 
    "Python", "C", "C++", "C#", 
    "Danish (native)", "English (fluent), Spanish (garbage)"
  ],

  tools: [
    "Next.js", "React", "Vue",
    ".NET", "Astro", "Angular"
  ],

   // Things I'm actually good at
  expertise: [
    "Explaining technical concepts to non-technical people"
    "Design Systems, aka making buttons look the same everywhere",
    "UI/UX",
    "Writing code i'll hate in 6 months",
  ],

  interests: [
    "Web Development",
    "Design theory"
    "De-centralization",
    "Optimization",
    "Open-source",
  ],

  // Formal brain training
  education: "Currently pursuing a degree in Software Engineering at Aarhus University, Denmark.",

  // When not coding
  hobbies: [
    "Overthinking simple design decisions",
    "Maintaining a carefully curated Spotify coding playlist",
    "Caring too much about bread",
    "Exploring human innovation, design- & game theory",
    "Playing strategy games, shooters and indie titles",
  ],

  learning_goals: [
    "Keras, TensorFlow and CUDA",
    "Understand Transformers and their attention mechanisms better",
    "Building my own CNN",
    "Rust, either learn memory management or die trying", 
    "Swift + SwiftUI",
    "Framer motion, Unicorn studio, d3js & Rive",
    "Godot & Unity",
  ],

  // Tech I've divorced
  never_again: [
    "Bootstrap", 
    "MAUI", 
    "XAML (Why does this even exist?)",
    "Microsoft Dynamics 365 CRM",
    "Legacy PHP codebases",
    "VIM... (I'm still stuck)"
    ],
};

Popular repositories Loading

  1. Sectify Sectify Public

    Sectify is a community driven UI library focused on entire sections rather than smaller components.

    TypeScript 1

  2. RubenGullborg RubenGullborg Public

    My_personal_repository.md

  3. BrainBuffer BrainBuffer Public

    Brainbuffer is a collection of things that fuel the inspiration, motivation and imagination in my mind.

    Astro

  4. Eli5Dev Eli5Dev Public

    Eli5dev is a dictionary for new developers, explaining technical concepts in simple terms that even a 5 year old could understand.

    MDX

  5. WebVault WebVault Public

    WebVault is a chrome browser extension which allows you to easily preserve web pages through local storage and later IPFS.

    JavaScript

  6. GPUTrackr GPUTrackr Public

    GPUTrackr is a public Node.js-based API that collects and compares current GPU prices from major Danish retailers.

    JavaScript