Bookmarks with tag "web", page 10 of 14
Boring avatars is a tiny JavaScript React library that generates custom, SVG-based, round avatars from any username and color palette.
Ruby on Rails is a web framework that contains many libraries you’d need to create and deploy a successful web application. We often take for granted the ability to run rails new to create a fully functional web application with tons of built-in features.
HTTP/2 Server Push is new in NGINX 1.13.9. Learn how to use it to accelerate your website performance in this blog post.
React component to generate QR codes.
nginx + cgit + gitolite = $5/month
Demo/tutorial for Athena. Creating a REST JSON API backend for a blog. Tagged with crystal, json, symfony.
Performance is critical to success, and caching is one basic tool for improving it. Learn all about caching with NGINX and NGINX Plus.
JAMstack is a method for building fast, lightweight web applications using mostly JavaScript, APIs, and markup (HTML/CSS).
Crawling and indexing help your site rank in search results. Browse topics to understand what it means for Google to crawl your website and index it.
The purely functional user interface library that's fast, tiny, and intuitive.
An overview of service workers.
WebSocket can get very difficult especially when it needs to be in sync with the app and the internet. Here is how to keep it in sync.
What exactly are websockets? How do they work? In this post we're going to answer these questions by building a simple WebSocket server from scratch in Ruby.