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

Block or report ShaiYer

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

  1. RESTful API - best practices RESTful API - best practices
    1
    # RESTful API best practices guide - by Shai Yerushalmi
    2
    
                  
    3
    Web API’s is a web development architecture which decoupling the client GUI from the database and the server’s logic. This architecture enables to serve the same interface to multiple clients running on various platforms. Also, the same application can communicate with multiple interfaces.
    4
    
                  
    5
    REST stands for Representational state transfer and its a stateless protocol over HTTP that provides the interactions with the resources stored in the database which contains four basic CRUD actions - Create, Read, Update and Delete.
  2. Angular Proxy for API CORS Angular Proxy for API CORS
    1
    ## Generate Proxy for development environment to avoid CORS issues
    2
    
                  
    3
    
                  
    4
    - Create file src/proxy.conf.json in the root of the Angular App / Project
    5
    - Define proxy configuration values in angular.json
  3. stub-server-nodejs stub-server-nodejs Public

    Simple Nodejs Server for static Stub API

    JavaScript 1

  4. Scroll To Top Button - angular 10 Scroll To Top Button - angular 10
    1
    # Button scroll to top to a web site - Angular 10 Component
    2
    
                  
    3
    
                  
    4
    Add a Scroll to top button when scrolling down.
    5
    
                  
  5. omriabnd/UCCA-App omriabnd/UCCA-App Public

    A web-application for phrase-structure annotation in general, and UCCA annotation in particular

    JavaScript 14 7