Bookmarks, page 23 of 72
acts_as_paranoid for Rails 5, 6 and 7.
A docker-compose manager.
Cut your Docker build times by half by leveraging the power BuildKit and buildx on a GitHub Action runner. Enable Docker layer caching for your production builds and save time and money. See full YAML example for a production build of a Rails application.
Learn how to use BIND to set up your own server for resolving domain names.
Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is…
An alternative for double-quoted strings, when you have more quote characters in a string. Instead of putting backslashes in front of them, you can easily write: >> %Q(Joe said: "Frank said: "#{what_frank_said}"") => "Joe said: "Frank said: "Hello!""" The…
OpenTracing is a new, open standard for instrumenting applications and OSS packages for distributed tracing and monitoring. In this post we explore the features and capabilities of OpenTracing.
This article looks at what it takes to start building an e-commerce data model and supporting infrastructure on your own. It also explores alternatives.
A collaborative offline-first wrapper around SQLite designed to synchronize web application state between users, devices, and the edge.
The Kubernetes Package Manager.
A pure JavaScript implementation of git for node and browsers!