Skip to content
View lajennylove's full-sized avatar
πŸš€
I'm going to have to science the shit out of this.
πŸš€
I'm going to have to science the shit out of this.

Block or report lajennylove

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
lajennylove/README.md

Jenny Martinez (La Barbie Astronauta πŸ‘©πŸ»β€πŸš€πŸŽ€πŸš€βœ¨) Β· Montreal Β· VibeCode Architect β€” GitHub bio, lossily compressed:

<?php

namespace LaJennyLove\GitHubProfile;

// PSR-12 cosplay. If this were real, PSR-4 would map here β†’ src/ (it isn’t; it’s vibes).

/** @internal Not on Packagist. Do not composer require my personality. */
final class DeveloperProfile
{
    public function __construct(
        public string $username = 'La Barbie Astronauta πŸ‘©πŸ»β€πŸš€πŸŽ€πŸš€βœ¨',
        public string $name = 'Jenny Martinez',
        /** @var array<non-empty-string, bool> */
        public array $stack = ['backend' => true, 'frontend' => true, 'devops' => true, 'mobile' => true],
        public string $orbit = 'Astrophysics-curious πŸš€',
        public array $degreesOfFreedom = ['applied math', 'computer science', 'full stack'],
        public bool $appleFanGirl = true,
        /** @var array<non-empty-string, string> lang code => flag */
        public array $locales = ['es' => 'πŸ‡²πŸ‡½', 'en' => 'πŸ‡¨πŸ‡¦', 'pt' => 'πŸ‡§πŸ‡·', 'fr' => 'πŸ‡¨πŸ‡¦'],
        public string $grid = 'Montreal',
        public string $dayJob = 'VibeCode Architect',
        public string $velocity = 'F1 · sim racing brain 🏎️',
    ) {
    }

    /**
     * @return non-empty-string Geek πŸ‘Ύ Β· ο£Ώ Β· multilingual β€” plus Watney energy.
     */
    public function mission(): string
    {
        return match (true) {
            $this->stack['backend'] && $this->stack['frontend'] => "I'm going to have to science the πŸ’© out of this. πŸš€",
            default => 'Still gonna science it. πŸš€',
        };
    }
}

echo (new DeveloperProfile())->mission(), PHP_EOL;

Pinned Loading

  1. Ansible Ansible Public

  2. plugin-boilerplate plugin-boilerplate Public

    PHP

  3. boilerplate-tailwind-vite boilerplate-tailwind-vite Public

    HTML