/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

stribny.name
| | thepythoncorner.com
4.3 parsecs away

Travel
| | REST APIs have become a standard for web application communication. In this article, we will explore how to consume REST APIs using our beloved programming language: Python. What are REST APIs An API (Application Programming Interface) is a set of rules that allows different software entities to communicate with each other. APIs define the methods and data formats that applications can use to interact with each other. REST (Representational State Transfer) is an architectural style for designing networked applications. It relies on a stateless, client-server, cacheable communications protocol - the HTTP. REST APIs are widely used because they are simple,...
| | tannerdolby.com
3.9 parsecs away

Travel
| | To create a Node.js application, you need a web server, a request, a router, and request handlers. Frameworks like Express.js speed up development by providing a robust set of features to build web applications and APIs.
| | vannevel.net
4.4 parsecs away

Travel
| | What you'll read here is just a quick overview of setting up gulp and Visual Studio Code to get your first AngularJS app working.
| | fantinel.dev
15.6 parsecs away

Travel
| Social media preview images are very useful if you want to attract people to your website. They're sometimes a pain to create, though. Let's automate it!