You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"subtitle": "Elements of Reusable Object-Oriented Software",
14
+
"isbn": "978-0-20163-361-0",
15
+
"abstract": "Capturing a wealth of experience about the design of object-oriented software, four top-notch designers present a catalog of simple and succinct solutions to commonly occurring design problems. Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves.",
16
+
"numPages": 395,
17
+
"author": "Erich Gamma / Richard Helm / Ralph E. Johnson / John Vlissides",
18
+
"publisher": {
19
+
"name": "Addison-Wesley",
20
+
"url": "http://www.addison-wesley.de/"
21
+
}
22
+
},
23
+
{
24
+
"title": "REST und HTTP",
25
+
"subtitle": "Entwicklung und Integration nach dem Architekturstil des Web",
26
+
"isbn": "978-3-86490-120-1",
27
+
"abstract": "Das Buch bietet eine theoretisch fundierte, vor allem aber praxistaugliche Anleitung zum professionellen Einsatz von RESTful HTTP. Es beschreibt den Architekturstil REST (Representational State Transfer) und seine Umsetzung im Rahmen der Protokolle des World Wide Web (HTTP, URIs und andere).",
28
+
"numPages": 330,
29
+
"author": "Stefan Tilkov / Martin Eigenbrodt / Silvia Schreier / Oliver Wolf",
30
+
"publisher": {
31
+
"name": "dpunkt.verlag",
32
+
"url": "http://dpunkt.de/"
33
+
}
34
+
},
35
+
{
36
+
"title": "Eloquent JavaScript",
37
+
"subtitle": "A Modern Introduction to Programming",
38
+
"isbn": "978-1-59327-584-6",
39
+
"abstract": "JavaScript lies at the heart of almost every modern web application, from social apps to the newest browser-based games. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications.",
0 commit comments