David Sulc
Blog GitHub LinkedIn Books

We can't find the internet

Attempting to reconnect

Something went wrong!

Hang in there while we get back on track

Data massaging in pipes with anonymous functions

June 10, 2018
elixir pattern snippets

Keep on piping with anonymous functions.

Read article

Finer control in with failed matches

June 6, 2018
elixir pattern snippets

Tagged tuples allow finer control for with match failures.

Read article

Pattern matching in function heads: don’t go overboard

June 3, 2018
elixir pattern snippets

Elixir’s pattern matching is great, but make sure it’s not reducing your code’s readability.

Read article

Keyword list reduction

May 31, 2018
elixir pattern snippets

An elegant way to process keyword lists elegantly via reduction.

Read article

Rendering a view after multiple async functions return (using promises)

April 2, 2013
backbone.js backbone.marionette

Waiting for data from multiple sources to return before rendering a Backbone.js view.

Read article

Using jQuery promises to render Backbone views after fetching data

April 1, 2013
backbone.js backbone.marionette

Waiting for data to return before rendering a Backbone.js view.

Read article

Tutorial: Nested views using Backbone Marionette’s CompositeView

February 3, 2013
backbone.js backbone.marionette

Use Backbone Marionette’s CompositeView to drive Twitter's Bootstrap collapse component.

Read article

Tutorial: a full Backbone.Marionette application (cont'd)

May 13, 2012
backbone.js backbone.marionette

Build a full Backbone.Marionette app, including history, modal windows, code organization, and so on.

Read article

Tutorial: a full Backbone.Marionette application

May 6, 2012
backbone.js backbone.marionette

Build a full Backbone.Marionette app, including history, modal windows, code organization, and so on.

Read article

A simple Backbone.Marionette tutorial (cont'd)

April 22, 2012
backbone.js backbone.marionette

Finishing up this simple Backbone.Marionette application.

Read article
1 2 3 4 5 … 7