Skip to content

Instantly share code, notes, and snippets.

View pedroreys's full-sized avatar

Pedro Reys pedroreys

View GitHub Profile
@juanplopes
juanplopes / gist:904284
Created April 5, 2011 19:06
Rick Roll'd
We're no strangers to love .....  ...............=O8D8OZO$ODO?,................ .......
You know the rules and so do I ..   ...........~=I8DDDDDDDNDDN8DDD88~.........  ....   ..  
A full commitment's what I'm thinking of     ..    ....ZDDNDNNNNDND8N8NNDNDND8O8+..   .......        
You wouldn't get this from any other guy ..  ....   ..ODDN8NNDNNNNDD8DODDDDNDD88ZO..                 
           .DODMNNNDNNDD88DNMNNNNNNNN88ND8O~...    ..       
I just wanna tell you how I'm feeling           ..N8DMDNDD8MDDONMMNNMMMNMNNDDNNN88Z..             
Gotta make you understand          .?DOODDDDODD888DMMMMMMMMMMNMDNMNDNNDO....          
         .DNDD888O8NNNMMMMMMMMMMMNMMMNMNNNNNNDD...          
Never gonna give you up .     ...ZNONNNDDD8DMMMMMMMMNMNMMNNNNDNNNNNNNNDO..          
Never gonna let you down .     ..?MNNDDND8DNNMNMMMND8N8OZZZ$ZZZ8DMMMNN

WTF is this REST thing?

  • REpresentational State Transfer
  • Introduced by Roy Fielding in 2000
  • Lets focus on APIs.
  • Lets talk about the Richardson Maturity Model

Credit: Martin Fowler

@jessfraz
jessfraz / boxstarter.ps1
Last active July 7, 2024 22:46
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt: