Roxas Shadow
5c772a07df
Declare variable key in the get_user example
...
As the variable `key` is not defined, the example could generate a little of confusion in my opinion.
If we don't want to add more complexity using `format()`, we should be also able to just do `key = "user.{user_id}`.
2017-03-19 23:53:58 +01:00
Jakub Janarek
f1ae855ad0
Fix typo JSS -> JS ( #25 )
2017-03-19 15:24:13 -04:00
Federico Baldassarre
e417324830
Fix #6 : Migrate links from exercises/solutions to use internal links ( #23 )
2017-03-19 15:23:03 -04:00
Donne Martin
5fa4136b58
Add high scalability to credits ( #22 )
2017-03-15 06:59:28 -04:00
Donne Martin
390d0d5b66
Update OO exercises index ( #21 )
2017-03-13 06:42:35 -04:00
Donne Martin
a071e4abc7
Update Study guide section ( #20 )
2017-03-13 06:40:02 -04:00
Donne Martin
e5df3f5ada
Update Motivation section ( #19 )
2017-03-12 17:17:29 -04:00
Luis de Bethencourt
eb2a6cb43c
Fix typo in RPC section ( #17 )
2017-03-11 11:59:58 -05:00
Sudarshan (Sid)
69d4e5a70b
Add Dyn DDoS attack link ( #13 )
2017-03-10 21:07:50 -05:00
Mostafa Gaafar
65c056f6a6
Fix multiple typos ( #14 )
2017-03-10 21:06:34 -05:00
Tay Yang Shun
b34e167233
Add more disadvantages of REST ( #9 )
2017-03-09 19:40:12 -05:00
James Hewitt
aaecc59f6a
Fix typo - lobsided -> lopsided ( #11 )
2017-03-09 19:37:39 -05:00
Luis de Bethencourt
16651d57d9
Fix typo in Study Guide section ( #10 )
2017-03-09 19:36:11 -05:00
Donne Martin
684679f9a0
Fix #1 : Update reverse proxy image ( #8 )
2017-03-08 23:31:08 -05:00
Donne Martin
6e1ef2356d
Update header image
2017-03-08 05:52:19 -08:00
Donne Martin
4fb0c677f4
Update Anki flashcards section
2017-03-08 05:51:02 -08:00
Donne Martin
1276c8a9f9
Add Anki flashcards section
2017-03-07 21:37:26 -08:00
Donne Martin
992cd5b1f6
Rework motivation and guide
2017-03-07 21:36:02 -08:00
Donne Martin
dc2b8f7e0c
Update Study Guide section
2017-03-07 20:05:10 -08:00
Donne Martin
2c1329b429
Update Motivation section
2017-03-07 20:04:51 -08:00
Donne Martin
a9cc1c0cbb
Move several sections to Appendix
2017-03-07 20:04:31 -08:00
Donne Martin
28137d38f0
Fix chat server solution link
2017-03-07 19:50:36 -08:00
Donne Martin
18cb6ce1a7
Clean up under dev index
2017-03-07 19:18:07 -08:00
Donne Martin
50d3d7ecb3
Fix Remote procedure call (RPC) section header
2017-03-07 19:16:25 -08:00
Donne Martin
43cd75f7bd
Add Master-master replication link
2017-03-07 19:15:39 -08:00
Donne Martin
dd618e263a
Remove dead Scaling SQL link
2017-03-07 19:14:49 -08:00
Donne Martin
419f29a8bc
Fix Relational database management system (RDBMS) link
2017-03-07 19:14:19 -08:00
Donne Martin
eaf8fda3d7
Fix availability and partition tolerance link
2017-03-07 19:13:44 -08:00
Donne Martin
7027b8dc2a
Fix consistency and partition tolerance link
2017-03-07 19:13:28 -08:00
Donne Martin
7eb69402aa
Add License section
2017-03-02 19:49:59 -08:00
Donne Martin
d4e48500f2
Add Contact info section
2017-03-02 19:49:38 -08:00
Donne Martin
cdcc34aa90
Add Credits section
2017-03-02 19:49:19 -08:00
Donne Martin
51ef417d1c
Add Under development section
2017-03-02 19:49:03 -08:00
Donne Martin
4646b0942c
Add Latency numbers every programmer should know section
2017-03-02 19:48:45 -08:00
Donne Martin
1f30e78153
Add Powers of two table
2017-03-02 19:45:07 -08:00
Donne Martin
609a75aa00
Add Security section
2017-03-02 19:44:33 -08:00
Donne Martin
1721a84af4
Add RPC and REST calls comparison section
2017-03-02 19:42:54 -08:00
Donne Martin
33d26b8032
Add Representational state transfer (REST) section
2017-03-02 19:42:25 -08:00
Donne Martin
9d9cd8c4e3
Add Remote procedural call (RPC) section
2017-03-02 19:31:16 -08:00
Donne Martin
9a3a2c4940
Add User datagram protocol (UDP) section
2017-03-01 20:44:42 -08:00
Donne Martin
d93918dc3a
Add Transmission control protocol (TCP) section
2017-03-01 20:44:16 -08:00
Donne Martin
297af21b07
Add Hypertext transfer protocol (HTTP) section
2017-03-01 20:44:00 -08:00
Donne Martin
81756229af
Add Communication intro image
2017-03-01 20:43:44 -08:00
Donne Martin
09963c0f77
Add Async disadvantages and further reading sections
2017-03-01 20:42:55 -08:00
Donne Martin
492a2be891
Add Back pressure section
2017-03-01 20:42:13 -08:00
Donne Martin
fcb619502d
Add Task queues section
2017-03-01 20:41:48 -08:00
Donne Martin
c931a8544c
Add Message queues section
2017-03-01 20:41:24 -08:00
Donne Martin
87c4fafccb
Add Asynchronism intro section
2017-03-01 20:40:57 -08:00
Donne Martin
8b974768f1
Add cache disadvantages and further reading sections
2017-03-01 20:39:17 -08:00
Donne Martin
03ceca8500
Add Refresh-ahead section
2017-03-01 20:38:45 -08:00