Bookmarks, page 56 of 70
All about when to use unstructured data types in Postgres, such as Hstore, JSON, and JSONB. The tl;dr is that the right data type depends on your use case. Here we dig deep into the benefits, and why JSONB became so popular since it first got real and proper support in Postgres 9.4. The B in JSONB stands for better.
Reliable, High Performance TCP/HTTP Load Balancer
Development tool to mock API endpoints quickly and easily (docker image available)
Request the time zone for a location on the earth, with that location's time offset from UTC.
Railway Oriented Programming A functional approach to error handling What do railways have to do with programming? Railway Oriented Programming A functional a...
The Ruby app server ecosystem has consolidated around three app servers: Unicorn, Puma, and Passenger 5.
Simple, scalable state management.
Use Rails 5 ActionCable channels with React for realtime magic.
This post isn’t heavy on React, so the core concepts should translate easily to other view frameworks like Vue and Angular. That said, for the rest of the post, I’ll assume you are using React or…
yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required.
inject vs each_with_object Recently I’ve been adding new exercises to DevMemo.io and some of them were about Enumerable#inject (also available as aliased method reduce) and some of them were about Enumberable#each_with_object. And I’ve been thinking about a small guideline for when to use which.
Molecule aids in the development and testing of Ansible content: collections, playbooks and roles