Materials related to Web API

Angular 2. Web API imitation

    Very often while developing a frontend side of a web application, a necessity of server side imitation occurs: create a stub to be able to implement the functionality of making requests and data receiving, while the server side hasn’t been..

    Using of Google Maps API in React application

      Google presents API convenient for working with geographical maps on any platform (Android, iOS, Web). Meanwhile, it is accompanied by full documentation with clear and useful examples. Work with a map is often used in projects, whether it be Google..