Gamifying Reader Reactions to Book Marketing Materials

Posted by:

page-fight-home Immerse or Die is a tough-love book review project begun by Canadian author and editor Jefferson Smith. Page Fight, this reader-reaction companion app, is a collaboration between Jefferson and Futurescale. He was the consulting editor for our publishing venture’s first release, and came up with the idea for the project.

Together, ...

Continue Reading →
0

Connecting Firebase To Slack With Node

Posted by:

For a recent project, we needed to send various types of user feedback to corresponding Slack channels from a single page HTML5 app.

Since Slack webhook endpoints must be hidden, this can’t be done directly from the browser without revealing that URL and inviting spammers to flood the Slack channels.

The application was not running a traditional backend, but rather being served statically ...

Continue Reading →
0

User Profiles Module for Angular and Firebase Released

Posted by:

While they’re never exciting to code, it’s a fact that most non-trivial web applications need a user profile management module.

And today, that usually entails implementing OAuth authentication from at least one of the big social networks, since users increasingly choose to place trust with their identity in Facebook over some random website.

Anyone who has plumbed the ...

Continue Reading →
0