Skip to content
View cybertiwari's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report cybertiwari

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
cybertiwari/README.md

Hi, I'm Sunil Tiwari

Software Enginner at Sunarc Technologies

Twitter: _suniltiwari GitHub cybertiwari

<?php
namespace Sunil\Tiwari;
class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Sunarc Technologies',
                'position' => 'Software Engineer'         
            ]
        ];
    }
    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            Magento::class,
            ReactJs::class
            Aws::class,
        ];
    }
    public function getFutureGoal(): string
    {
        return 'Convert idea into startup.';
    }
}

Popular repositories

  1. cybertiwari cybertiwari Public

    I am a passionated Programmer and Web App Developer having experience of building Web applications and Business Software

    2

  2. simplepackage simplepackage Public

    Simple composer package skeleton

    PHP 2

  3. MVCFramework MVCFramework Public

    Forked from knights420/MVCFramework

    Open Source MVC framework

  4. ecommerce ecommerce Public

    Simple E-Commerce Project Built with React

    JavaScript

  5. solid solid Public

    Solid Principle example with php

    PHP

  6. slmeet slmeet Public

    One to one video chat powered by WebRTC and ViteJS

    HTML