Created
November 2, 2009 21:50
-
-
Save drewlesueur/224496 to your computer and use it in GitHub Desktop.
Web services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stuff that can be done all in a browser | |
mostly http (or websocket based) and more | |
services | |
Saving files | |
Gist.github.com | |
Running files | |
Scriptlets-engine.appspot.com | |
Codepad.org | |
Maps | |
Google maps | |
Diff | |
Image manipulation | |
Db | |
API.the.tl | |
Clipboard thing | |
Patterns | |
webhooks | |
API | |
Userbase | |
Single login | |
A lot of a little | |
Distributed systems | |
Keys instead of pw | |
Make a clipboard thing | |
Lots of little | |
Attach to other things | |
Use what's out there but also innovate | |
Cache | |
Keys instead of pw | |
Runtime name lookup vs compiled identifiers | |
Hashes vs class methods | |
meta information: information about information embedded in information. | |
storing state in html | |
php genterating html, and js generation html | |
jquery | |
observer pattern | |
cron | |
message queue | |
task queue | |
map reduce | |
closures | |
function and state | |
DRY: don't repeat yourself. Make functions | |
by value | |
by reference | |
pointers | |
mutable, immutable | |
hashes | |
modularization | |
c's direct ram manipulation! | |
Explicit flow if control //goto | |
Algorithms | |
Discreet math | |
Formats/protocols | |
http | |
sockets | |
Url | |
Tcp/ip | |
Dns | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am a newbie, where can I start?