Bookmarks with tag "web", page 13 of 14
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
a polyfill for http://www.w3.org/TR/eventsource/.
The official Redux Fundamentals tutorial: learn how to create and use a Redux store
Learn how Go can be used to keep open network connections and broadcast messages over the web.
This article shows the saga of how we used two sprints to increase in 10x the number of requisitions that our backend can respond. I’ll tell how it was possible to improve our backend’s performance…
Getting Started with Rack. GitHub Gist: instantly share code, notes, and snippets.
Developing a web application that uses server-sent events is straightforward. You'll need a bit of code on the server to stream events to the front-end, but the client side code works almost identically to websockets in part of handling incoming events. This is a one-way connection, so you can't send events from a client to a server.
Switch up your browser and search engine, add some plugins to block surveillance, and get a little technical with DNS servers.
Canvas fingerprinting is a tracking method that uses HTML5 Canvas code to generate a unique identifier for each individual user. The method is based on the fact that the unique pixels generated through Canvas code can vary depending on the system and browser used, making it possible to identify users.
A methodology for building modern, scalable, maintainable software-as-a-service apps.
Action Cable, or AnyCable, that is the question. In this article, we compared them analysing their respective performance. Let’s see the results!
Performance is critical to success, and caching is one basic tool for improving it. Learn all about caching with NGINX and NGINX Plus.
Add real-time features to your Ruby on Rails application without ever having to switch to another platform or language.
Learn how to navigate through paginated responses from the REST API.