We’ve built form_props, a powerful Rails form helper to use with React.
We’ve built props_template, a faster Jbuilder that supports layouts, digging, and more!.
How to parse content from a tool that is made to speak in human sentences.
Structs and maps are easy to work with in Elixir, but if they are stored in the database as JSON and accessed via an Ecto Schema, it’s not as clear how to query them. We’re going to explore how to do that, and make it clear and easy.
You can use PostgreSQL’s JSON data types to store embedded data on Ecto models. But the way Ecto tells you to store it might not be the best way.
Validate your client-server contracts with json_matchers
.
Use RSpec and JSON Schema to create a test-driven process in which changes to the structure of your JSON API drive the implementation of new features.
Be amazed by the wonderful world of WebSockets by creating your own JavaScript-based chat client.