Skip to content

Instantly share code, notes, and snippets.

View jbpionnier's full-sized avatar

Jean-Baptiste Pionnier jbpionnier

View GitHub Profile
@sroccaserra
sroccaserra / LApresMidiDuDDD.md
Last active September 25, 2018 19:37
Mes notes brutes sur l'après-midi du DDD
@sroccaserra
sroccaserra / DomainDrivenArchitecture.md
Last active July 9, 2017 22:30
Notes brutes sur le BBL "Domain Driven Architecture" du 16 déc. 2016, par @lilobase

Domain Driven Architecture

2016-12-16

Mes notes brutes sur le BBL "Domain Driven Architecture" du 16 décembre 2016, par @lilobase chez @novencia.

  • Même language = paramount (le top)
  • Ne jamais contraindre le métier

This document has moved!

It's now here, in The Programmer's Compendium. The content is the same as before, but being part of the compendium means that it's actively maintained.

@staltz
staltz / introrx.md
Last active June 21, 2024 12:27
The introduction to Reactive Programming you've been missing
@mislav
mislav / pagination.md
Created October 12, 2010 17:20
"Pagination 101" by Faruk Ateş

Pagination 101

Article by Faruk Ateş, [originally on KuraFire.net][original] which is currently down

One of the most commonly overlooked and under-refined elements of a website is its pagination controls. In many cases, these are treated as an afterthought. I rarely come across a website that has decent pagination, and it always makes me wonder why so few manage to get it right. After all, I'd say that pagination is pretty easy to get right. Alas, that doesn't seem the case, so after encouragement from Chris Messina on Flickr I decided to write my Pagination 101, hopefully it'll give you some clues as to what makes good pagination.

Before going into analyzing good and bad pagination, I want to explain just what I consider to be pagination: Pagination is any kind of control system that lets the user browse through pages of search results, archives, or any other kind of continued content. Search results are the o