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.

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
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)", "Englisch (professional – C2)"];

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

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

  // Frontend
  frontend: {
    js: ["Vue.js", "Alpine.js"],
    css: ["Tailwind", "Bootstrap"],
  },

  // Dev Ops
  devOps: [
    "CLI",
    "Git",
    "CI/CD",
    "AWS",
    "Docker",
    "S3",
    "EC2",
    "Nginx",
    "Node.js",
    "Envoyer",
    "Forge"
  ],

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

  // Misc
  misc: [
    "Homebrew",
    "Prompt Engineering",
    "Agents",
    "MCP",
    "Cursor",
    "OpenAI API"
  ]
};

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

// 05 ANALYTICS
analytics: [
  "Google Analytics",
  "Google Tag Manager",
  "Google Search Console",
  "Google Lighthouse",
  "PageSpeed Insights",
  "Conversions API",
  "Microsoft Clarity",
  "Meta Pixel",
  "Hotjar"
],

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

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

📊 Couple of stats

Activity Count
Pushed commits 9117
Opened issues 6
Submitted pull requests 33
Reviewed pull requests 8
Contributed to public repositories 32
Top 8 most used languages Vue PHP Blade JavaScript CSS Monkey C TypeScript Other
Top 4 most used languages Vue PHP Blade 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