Skip to content
View vikas-srivastava's full-sized avatar

Organizations

@coderwall-charity @coderwall-forked @coderwall-nephilaKomaci @coderwall-polygamous

Block or report vikas-srivastava

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. payment-gateway-api payment-gateway-api Public

    High-performance payment gateway API built with Symfony 8, PHP 8.4 and MySql 8

    PHP

  2. laravel-api-generator laravel-api-generator Public

    Laravel Module to Generate APIs on fresh Laravel Installation based on custom config file for modules and class names

    Shell

  3. api-python api-python Public

    API Modules for Common Features.

    TypeScript 1

  4. PHP Code Review Guidelines PHP Code Review Guidelines
    1
    Make sure these boxes are checked before submitting/approving the PR
    2
    
                  
    3
    # General
    4
      - [ ] The code works
    5
      - [ ] The code is easy to understand
  5. Lessons from a JavaScript code review Lessons from a JavaScript code review
    1
    #Lessons From A JavaScript Code Review
    2
    
                  
    3
    I was recently asked to review some code for a new JavaScript application and thought I might share some of the feedback I provided as it includes a mention of JavaScript fundamentals that are always useful to bear in mind. Code reviews are possibly the single biggest thing you can do to improve the overall quality of your solutions and if you're not actively taking advantage of them, you're possibly missing out on bugs you haven't noticed being found or suggestions for improvements that could make your code better.
    4
    
                  
    5
    ##Challenges & Solutions
  6. Code Review (CR) Guidelines and Prin... Code Review (CR) Guidelines and Principles
    1
    ```
    2
    Status: Work in progress
    3
    Use: Unofficial
    4
    Language: Python
    5
    ```