Skip to content
View adrianofranco's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@eletromidia

Block or report adrianofranco

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
adrianofranco/README.md
class About extends Me {
    getPersonalInfo = () => ({
        name: 'Adriano Franco ',
        position: 'Backend dev',
        location: 'São Paulo',
        website: 'https://adrianofranco.com'
    });
    
    getSkills = () => ({
        languages: [
            'JavaScript', 
            'PHP'
            ],
        frameworks: [
            'CodeIgniter', 
            'Symfony', 
            'Zend', 
            'Yii',
            'Express?'
            ],
        databases: [
            'MySQL',
            'SQL Server', 
            'MongoDB'
            ]
    });
}

Pinned Loading

  1. neonophis neonophis Public

    A neon arcade Snake game with 100% procedural graphics and audio, zero dependencies, and full PWA support.

    TypeScript 1

  2. IPTVPlayer IPTVPlayer Public

    A lightweight streaming player for Samsung Smart TV (Tizen) that also runs in the browser, with planned desktop support (Tauri). Built around performance on old hardware and intuitive remote-contro…

    TypeScript

  3. v2editor v2editor Public

    A friendly editor for Victoria 2 saves. Explore your empire, tweak your numbers, and keep your saves intact.

    Rust