Bookmarks with tag "web", page 13 of 14
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.
Learn about refresh tokens and the role they serve in the authorization process
This time for simplicity I’ve chosen DigitalOcean that provides affordable base prices and if you want to run your own registry, it’s a good option. Create a droplet is fairly easy, it just matters…
A frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design
React.js Google Maps integration component.
Pure Python 3 MTProto API Telegram client library, for bots too!
A Redux binding for React Router v4.