Skip to content
View captainscorch's full-sized avatar
¡!
¡!

Organizations

@weareunlimited

Block or report captainscorch

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.

Content in all repositories owned by your account will be closed.
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
captainscorch/README.md

Hi there, I'm Daniel ✌️

Design Engineer & Co-Founder of unlimited.studio

Twitter Linkedin GitHub Website

📃 About me

A self-taught creative with expertise in digital media and communication, my passion lies in web development and graphic design, while photography has been a long-standing interest that has inspired me for years.

💻 Some more details

// 01 LANGUAGES
const languages = ["German (native)", "English (professional, C2)"];

// 02 CODE LANGUAGES
const codeLanguages = [
  "HTML",
  "CSS",
  "JavaScript",
  "TypeScript",
  "PHP",
  "Blade",
  "Liquid",
  "SQL",
];

// 03 TECHNOLOGIES
const technologies = {
  // Backend
  backend: {
    php: [
      "Laravel",
      "Statamic",
      "Livewire",
      "Filament",
      "Nova",
      "Jetstream",
      "Cashier",
      "Spark",
      "Inertia",
      "Horizon",
      "PHPUnit",
    ],
    js: ["Nuxt"],
    shopify: ["Liquid", "Hydrogen (React)", "Oxygen", "Sanity"],
  },

  // Frontend
  frontend: {
    js: ["Vue.js", "Alpine.js", "GSAP", "Three.js"],
    css: ["Tailwind", "shadcn-vue", "Bootstrap"],
  },

  // Mobile
  mobile: ["Capacitor", "iOS", "Xcode", "TestFlight", "Swift (native plugins)"],

  // Dev Ops
  devOps: [
    "CLI",
    "Git",
    "GitHub Actions",
    "CI/CD",
    "AWS",
    "Hetzner",
    "Cloudflare",
    "Docker",
    "S3",
    "EC2",
    "Nginx",
    "Node.js",
    "Vite",
    "Valet",
    "Envoyer",
    "Forge",
  ],

  // Databases
  databases: ["MySQL", "SQLite", "GraphQL"],

  // Misc
  misc: [
    "Homebrew",
    "Prompt Engineering",
    "Agents",
    "MCP",
    "Claude Code (CLI)",
    "Claude API",
    "OpenAI API",
    "Cursor",
  ],
};

// 04 DESIGN TOOLS
const designTools = [
  "Figma",
  "Adobe CC",
  "Photoshop",
  "Illustrator",
  "InDesign",
  "After Effects",
  "Premiere Pro",
];

// 05 ANALYTICS
const analytics = [
  "Google Analytics",
  "Google Tag Manager",
  "Google Search Console",
  "Google Lighthouse",
  "PageSpeed Insights",
  "Conversions API",
  "Google Consent Mode",
  "Cloudflare Web Analytics",
  "Microsoft Clarity",
  "Meta Pixel",
  "Hotjar",
];

// 06 OPEN SOURCE CONTRIBUTIONS
const openSourceContributions = [
  {
    project: "Laravel Cashier",
  },
];

// Export everything
export {
  languages,
  codeLanguages,
  technologies,
  designTools,
  analytics,
  openSourceContributions
};

📊 Couple of stats

Activity Count
Pushed commits 14055
Opened issues 6
Submitted pull requests 49
Reviewed pull requests 8
Contributed to public repositories 57
Top 8 most used languages HTML Vue PHP JavaScript Monkey C Blade CSS Other
Top 4 most used languages HTML Vue PHP Other

Pinned Loading

  1. scorchOS scorchOS Public

    personal website and portfolio

    Vue

  2. weareunlimited/laravel-vue-forms weareunlimited/laravel-vue-forms Public

    General template library for forms build with Laravel, Vue and Tailwind

    PHP 1