public marks

PUBLIC MARKS with tag "design pattern"

2016

It is (Past) Time for Passwordless Login — Why Not? — Medium

by Spone
In short, passwordless login replaces the username and password combination with a variation on the reset password flow already found on many existing sites. To login, a user enters their email address or phone number. A link is sent to that address that, when clicked, causes the user to be logged in. No password is ever collected or stored.

2014

The offline cookbook - JakeArchibald.com

by Spone
When AppCache arrived on the scene it gave us a couple of patterns to make content work offline. If those were the patterns you needed, congratulations, you won the AppCache lottery (the jackpot remains unclaimed), but the rest of us were left huddled in a corner rocking back & forth.

Web Application Architecture

by Spone
I've spent some time thinking about how a web application should be architected. How should it look from a high level? How does the development cycle look? How does the deployment process look? I read a lot about how applications should be modular, and I agree with this, but in practice I've come to realize I don't know how a large application should look.

Rails - The Missing Parts - Interactors | Grouper Engineering Blog

by Spone
While Rails may be the perfect tool for building an MVP, it isn’t optimised for medium and large codebases. We’re solving these problems with 3 concepts we believe should be part of any “Advanced” Rails deployment; Interactors, Policies and Presenters.

2013

Best Practices for Designing a Pragmatic RESTful API | Vinay Sahni

by Spone
Your data model has started to stabilize and you're in a position to create a public API for your web app. You realize it's hard to make significant changes to your API once it's released and want to get as much right as possible up front. Now, the internet has no shortage on opinions on API design. But, since there's no one widely adopted standard that works in all cases, you're left with a bunch of choices: What formats should you accept? How should you authenticate? Should your API be versioned?

Carousels

by Spone
Carousels, image rotators, sliders, featured content modules, whatever the hell you want to call them — they’re everywhere on the web. There’s a 95% chance you’ve created one. But despite being so omnipresent, little is said about our splashy little auto-rotating frenemies. Let’s fix that.

2012

Responsive Navigation Patterns | Brad Frost Web

by Spone & 5 others
Here’s some of the more popular techniques for handling navigation in responsive designs

JavaScript pattern and antipattern collection

by Spone & 1 other
A JavaScript pattern and antipattern code collection that covers function patterns, jQuery patterns, design patterns, general patterns, literals and constructor patterns, object creation patterns, code reuse patterns (upcoming), DOM and browser patterns (upcoming).

2011

Essential JavaScript Namespacing Patterns

by Spone
In this post, I'll be discussing both intermediate and advanced patterns and approaches for namespacing in JavaScript.

Android Interaction Patterns |

by Krome & 1 other
This is androidpatterns.com, a set of interaction patterns that can help you design Android apps. An interaction pattern is a short hand summary of a design solution that has proven to work more than once. Please be inspired: use them as a guide, not as a law.

Android Interaction Patterns |

by Spone & 1 other
This is androidpatterns.com, a set of interaction patterns that can help you design Android apps. An interaction pattern is a short hand summary of a design solution that has proven to work more than once. Please be inspired: use them as a guide, not as a law.

2010

UI-Patterns.com

by stoneland & 24 others
User Interface Design Pattern Library. UI patterns for web designers. See examples and read rationale, solutions, and implementations for each pattern.

Game Programming Patterns

by Spone
a collection of design patterns I've found in games.

Standard Interface

by Spone (via)
Standard is a library of pre-built interface controls, layout directives, and human interface guidelines that can be used to build highly standardized and usable interfaces for the web. It is analogous to the generic styles and guidelines made available to developers in the iPhone SDK.

2009

JPA implementation patterns: Service Facades and Data Transfers Objects

by Elryk
In my previous blog on JPA implementation patterns, I touched upon the subject of the DTO and Service Facade patterns. In this blog I will explore why we would even need such patterns and put these patterns and the DAO pattern into the broader context of JPA application architecture.

Singletons and lazy loading

by Elryk
Solution au problème de lazy loading d'une classe Singleton. Initialization on demand holder idiom : http://en.wikipedia.org/wiki/Initialization_on_demand_holder_idiom

Designing Web Interfaces

by Spone
This book is not directly about information architecture—although you will find information architecture principles alluded to throughout. This book is also not directly about visual design—although you will find that the backdrop of good visual design is assumed throughout. This book is about interaction design: specifically, interaction design on the Web. And even more specifically, about rich interaction design on the Web.

Active users

mfaure
last mark : 28/10/2016 08:40

Spone
last mark : 02/03/2016 22:18

vrossign
last mark : 13/10/2011 19:58

Krome
last mark : 08/02/2011 12:13

simo
last mark : 07/10/2010 20:23

stoneland
last mark : 22/07/2010 17:07

Elryk
last mark : 02/09/2009 07:53