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

Block or report vedavith

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
vedavith/README.md
<?php
namespace VedavithRavula;
class ProfessionalInsight extends AboutMe
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Genpact',
                'position' => 'Lead Consultant'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            AspDotNet::class
            Javascript::class,
            Laravel::class,
            Symfony::class,
            React::class,
            Flutter::class,
            EntityFramework::class
        ];
    }

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

Pinned Loading

  1. ScrumManager ScrumManager Public

    Swift

  2. C-101 C-101 Public

    Basics of C

    C 1 1

  3. Query-Genetator Query-Genetator Public

    On connecting to database, this module shows the tables and attributes. User can multi select the values and generate Insert and Update query

    PHP 1

  4. Entity-ORM Entity-ORM Public

    ORM for PHP

    PHP 1

  5. micro-services micro-services Public

    Authentication Service with Auth0 and spring-security

    C 1

  6. Flutter-Blogs Flutter-Blogs Public

    Blogs using Flutter

    Makefile