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.

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. api-python api-python Public

    API Modules for Common Features.

    TypeScript 1

  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. 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
    ```
  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. A guide of best practices to develop... A guide of best practices to developing in Python (meant for the first year students of the Instituto Superior Técnico, U.Lisboa).
    1
    # A Guide of Best Practices for Python
    2
    
                  
    3
    A guide of best practices to developing in Python (meant for the first year students of the [Instituto Superior Técnico](https://www.tecnico.ulisboa.pt/), 
    4
    [University of Lisbon](https://www.ulisboa.pt/pt/)). Do you want to have a hard-cover book on this, check this [list](https://hub.packtpub.com/top-7-python-programming-books-need-to-read/) out.
    5
    
                  
  6. 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