Profile Astro Nokto

Astro Nokto

Frontend Developer

Tokyo, Japan

Passionate web developer focused on creating clean, efficient, and scalable web applications with a modern tech stack. Specialized in TypeScript(React/Next.js, Vue.js/Nuxt.js) and Supabase, delivering responsive and intuitive user interfaces.

$ npx connect
Initializing...
Ready to connect.
Waiting for contact request...
interface Developer {
    name: string;
    skills: string[];
    interests: string[];
};

interface TechStack {
    devOps: string[];
    backend: string[];
   frontend: string[];
};

type ContactType = 'github' | 'X' | 'linkedIn' | 'email';

const techStack: TechStack = {
    devOps: [
        'GitLab',
        'GitHub',
        'Cloudflare',
    ],
    frontend: [
        'JavaScript',
        'TypeScript',
        'React',
        'Next.js',
        'Vue.js',
        'Nuxt.js',
        'Astro',
        'TailwindCSS',
        'Markdown',
    ],
    backend: [
        'Supabase',
        'Node.js',
        'PostgreSQL',
    ],
    AI: [
        'GitHub Copilot',
        'Gemini',
        'ChatGPT',
    ]
};

// Developer profile
const me: Developer = {
    name: 'Astro Nokto',
    skills: [
        ...techStack.devOps,
        ...techStack.backend,
        ...techStack.frontend
    ],
    interests: [
        'iOS',
        'Swift/SwiftUI',
        'Open Source',
        'Security',
        'Privacy',
        'Performance',
        'Self-Hosting',
        'Networking'
    ]
};

// Contact function
const contact = (type: ContactType): string => {
    switch (type) {
        case 'github':
            return 'https://github.com';
        case 'X':
            return 'https://x.com';
        case 'linkedIn':
            return 'https://www.linkedin.com';
        case 'email':
            return '';
        default:
            return 'Send fax.';
    }
};

Coming Soon...

Wait for it...

特定商取引法に基づく表記

販売事業者Astro Nokto
所在地〒170-0013 東京都豊島区東池袋2丁目50番13号 マガザン東池袋 6階
代表者請求があった場合、遅滞なく開示いたします
電話番号請求があった場合、遅滞なく開示いたします
メールアドレス
販売価格各アプリ・サービスのページに記載
支払方法各プラットフォーム(App Store)の決済方法に準拠
商品の引き渡し時期購入手続き完了後、ただちにダウンロード可能
返品・キャンセル各プラットフォームの規約に準拠
動作環境各アプリ・サービスのページに記載
Built with Astro by Astro Nokto