Skip to content
View sumitpore's full-sized avatar
Block or Report

Block or report sumitpore

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

Pinned Loading

  1. articles-api-using-nestjs articles-api-using-nestjs Public

    Experiment with NestJS and TypeOrm to create a simple articles API

    TypeScript 1

  2. youtube-playlist-player-using-react youtube-playlist-player-using-react Public

    Plays Youtube Videos added in 'src/Videos.js' file. Uses React Hooks and Styled Components.

    JavaScript 5 2

  3. mvc-plugin-boilerplate-for-wordpress mvc-plugin-boilerplate-for-wordpress Public

    An MVC WordPress Plugin Boilerplate with clear separation of concerns. Will make your experience of creating a WordPress Plugin enjoyable!

    PHP 176 22

  4. solid-principles solid-principles Public

    SOLID Principles in a nutshell

    PHP 1

  5. VSCode settings.json for PHP Project... VSCode settings.json for PHP Projects. I don't give specific phpcs standards in this config instead I place `.phpcs.xml.dist` in the project directory.
    1
    {
    2
    	"breadcrumbs.enabled": true,
    3
    	"phpcs.enable": true,
    4
    	"phpcs.showSources": true,
    5
    	"phpcs.executablePath": "/usr/local/bin/phpcs",