Publications

Pro Ember Data

Learn how to work with Ember Data efficiently, from APIs, adapters, and serializers to polymorphic relationships, using your existing JavaScript and Ember knowledge. This book will teach you how to adapt Ember Data to fit your custom API.

What You'll Learn

  • Review the differences between normalization and serialization
  • Understand how the built-in adapters and serializers in Ember Data
  • Understand how the built-in adapters and serializers in Ember Data work
  • Customize adapters and serializers to consume any API and write them from scratch
  • Handle API errors in Ember Data
  • Work with the Reddit API using Ember Data
  • Learn how to use polymorphic relationships
Check out Pro Ember Data on Amazon with my affiliate link or Apress.

For those curious in the differences between Pro Ember Data and my previous book, Ember Data in the Wild, Pro Ember Data has 2 new chapters, a few more sections, and the polish of a professional publishing company!

I've been enjoying @iamdtang's Pro Ember Data book. It's to the point and has lots of great examples. My favorite part was about error handling. This book is perfect after you've exhausted the official guides.

Ilya Radchenko

Product Developer at Applied Geographics

Ilya Radchenko

Pro Ember Data is such an approachable book @iamdtang! Good job. Loving the book so far! Thank you!

Lenora Porter

Software Engineer at Heroku

Lenora Porter

Great to see all those topics in which I struggled when I started working on Ember. Nice job, will check it out :)

AbulAsar S

Fullstack Developer

AbulAsar S

I haven't read David's new book, but his previous Ember Data book helped me a lot when I was starting out with Ember, so I am sure this book is a must if you're working with Ember Data!

Kenneth Larsen

Ember Learning Core Team member

Kenneth Larsen

I bought Ember Data in the Wild back in 2016 and found it really helpful. Looking forward to reading this.

@EmberLinks

Ember related news by Chris Masters

@EmberLinks
Pro Ember Data cover

Ember Data in the Wild

Have a custom API that you aren't sure how to use with Ember Data? Interested in writing your own adapter or serializer? Want to just know more about how Ember Data works? This is the Ember Data book you have been waiting for.

Lots of books and tutorials start off teaching Ember with Ember Data. This is great, especially if you are in control of your API, but what if you aren't? You do a little research and start seeing terminology like adapters, serializers, transforms, and snapshots and quickly become overwhelmed. Maybe you've thought to yourself that Ember isn't for you. This was me when I first started with Ember. I wasn't in control of the APIs for my project. Well, if this sounds familiar, then this book is for you. My goal with this book is to teach you how to adapt Ember Data to fit your custom API. This book targets both Ember Data 2 and 3.

Check out Ember Data in the Wild on Leanpub.

Ember Data in the Wild provides a rich and useful explanation of how to use Ember Data in the real world. @iamdtang has just published a revised edition, available now on @leanpub. It's a really useful book, I recommend it.

Richard Shea

Techology Director at Cuba Group

Richard Shea

I bought this book when I was starting out with Ember and it helped me tremendously. Highly recommended.

Kenneth Larsen

Ember Learning Core Team member

Kenneth Larsen

Ember Data in the Wild was such a good book.

Jiraya Uzamaki

Software Engineer

Jiraya Uzamaki
Ember Data in the Wild cover

SitePoint Course: Test-Driven Development in Node.js

In this course, I teach test-driven development (TDD) using practical examples. I cover a range of topics, starting with the basics of Arrange-Act-Assert, moving towards more intermediate topics including how to test asynchronous code, how to test modules that make HTTP requests, and the differences between the different types of test doubles including spies, stubs, and mocks. The last two videos in the course look at a couple alternative test frameworks. By the end of the course, you will know how to use technologies including Mocha, Chai, Sinon, Nock, Chai as Promised, Lab, Code, and Tape.

Check out Master Test-Driven Development in Node.js on SitePoint
SitePoint logo