Bookmarks, page 54 of 71
How microservices communicate with each other can affect performance and scalability of the application. Communication between services can be synchronous or asynchronous. For this blog post, we will…
An easy to use editor for crontab schedules.
An alternative to cron, with sophisticated status-reporting and error-handling
An open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.
Integration of React + Webpack + Rails + rails/webpacker including server-side rendering of React, enabling a better developer experience and faster client performance.
Adds typed jsonb backed fields to your ActiveRecord models.
PostgreSQL 9.4 introduced jsonb, the binary version for JSON columns. See how you can use it with Ruby on Rails 4.2+.
Generate Entity-Relationship Diagrams for Rails applications
Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.
If you have a timestamp without time zone column and you're storing timestamps as UTC, you need to tell PostgreSQL that, and then tell it to convert it to your local time zone. select createdat at time zone 'utc' at time zone 'america/losangeles'
One of many ways to organize the files in a React project.
A webpack loader for responsive images.
Databases support integer primary keys and they are fast and elegant. But what happens when you need a second shard on your database: UUID’s to the rescue? Maybe.