Skip to content
View avambro's full-sized avatar
🏠
Working
🏠
Working

Highlights

  • Pro

Block or report avambro

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
avambro/README.md

Hi there 👋

<?php

namespace Mode\Developer;

class About extends Me
{
    

    public function getCurrentWorkplace()
    {
        return [
            'workplace' => [
                'company' => 'Insurance Services',
                'position' => 'Software Architect'         
            ]
        ];
    }

    public function getDailyKnowledge()
    {
        return [
            PHP,
            Typescript,            
            VueJs,
            NodeJs,
            AWS,
            Python,
            Cybersecurity,
            Team_Lead,
        ];
    }

    public function getFutureGoal()
    {
        return 'To contribute to open source.';
    }
}

GitHub Streak

Popular repositories Loading

  1. serverless-crud-kitten serverless-crud-kitten Public

    CRUD Example of Serverless

    JavaScript 1 1

  2. try_git try_git Public

  3. CodeIgniter-Bootstrap CodeIgniter-Bootstrap Public archive

    Forked from sjlu/CodeIgniter-Bootstrap

    Combines Twitter Bootstrap and CodeIgniter together with many useful functions and libraries, allowing you to start programming your idea and skip the starting phase of web development.

    PHP

  4. codeigniter-minimize-url codeigniter-minimize-url Public

    Forked from scoumbourdis/codeigniter-minimize-url

    PHP

  5. SQLiteManager SQLiteManager Public

    Forked from anthonyly/SQLiteManager

    SQLiteManager is a Singleton SQLite manager for ios project.

  6. DSLCalendarView DSLCalendarView Public

    Forked from PeteC/DSLCalendarView

    Simple calendar view for iOS

    Objective-C