Skip to content
View avambro's full-sized avatar
๐Ÿ 
Working
๐Ÿ 
Working

Highlights

  • Pro

Block or report avambro

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
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