-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (74 loc) · 3.81 KB
/
index.html
File metadata and controls
75 lines (74 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<xlink href="//www.site44.com/static/2/css/bootstrap.min.css" rel="stylesheet" />
<xlink href="//www.site44.com/static/2/stylesheet.css" rel="stylesheet" />
<title>Design and Build Great Web APIs</title>
</head>
<body>
<h1>Design and Build Great Web APIs</h1>
<h2><italic>by Mike Amundsen</italic></h2>
<div id="content">
<p>
<img src="https://imagery.pragprog.com/products/570/maapis.jpg?1555446324" width="400" border="2" align="right"/>
APIs are transforming the business world at an increasing pace. Gain the essential skills needed to quickly design, build, and deploy quality web APIs that are robust, reliable, and resilient. Go from initial design through prototyping and implementation to deployment of mission-critical APIs for your organization. Test, secure, and deploy your API with confidence and avoid the “release into production” panic. Tackle just about any API challenge with more than a dozen open-source utilities and common programming patterns you can apply right away.
</p>
<p>
Good API design means starting with the API-First principle—understanding who is using the API and what they want to do with it—and applying basic design skills to match customers’ needs while solving business-critical problems. Use the Sketch-Design-Build method to create reliable and scalable web APIs quickly and easily without a lot of risk to the day-to-day business operations. Create clear sequence diagrams, accurate specifications, and machine-readable API descriptions all reviewed, tested, and ready to turn into fully-functional NodeJS code.
</p>
<p>
Create reliable test collections with Postman and implement proper identity and access control security with AuthO—without added cost or risk to the company. Deploy all of this to Heroku using a continuous delivery approach that pushes secure, well-tested code to your public servers ready for use by both internal and external developers.
</p>
<p>
From design to code to test to deployment, unlock hidden business value and release stable and scalable web APIs that meet customer needs and solve important business problems in a consistent and reliable manner.
</p>
</div>
<div id="links">
<h3>
Links!
</h3>
<ul>
<li>
<a href="https://pragprog.com/book/maapis/design-and-build-great-web-apis" name="pragmatic">Pragmatic Publisher</a> Page
</li>
<li>
<a href="https://www.amazon.com/s?k=9781680506808" name="amazon">Amazon</a> Listing
</li>
<li>
<a href="https://www.goodreads.com/book/show/45416219-design-and-build-great-web-apis" name="goodreads">Goodreads</a> Page
</li>
<li>
<a href="http://github.com/api-tool-kit/" name="github">Github</a> Page
</li>
<li>
<a href="http://twitter.com/greatwebapis" name="twitter">Twitter</a> Page
</ul>
</div>
<!--
<div class="container">
<div class="row">
<div class="span12">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" id="logo" href="http://www.site44.com">site44</a>
<ul class="nav nav-pills pull-right"></ul>
<img id="line" src="//www.site44.com/static/line.png" />
</div>
</div>
</div>
</div>
</div>
</div>
<div id="main" class="container hero-unit">
<div class="row">
<div class="span12">
<h2 style="margin-bottom: 10px">Welcome to <a href="http://www.greatwebapis.com">www.greatwebapis.com</a>.</h2>
<p>If this is your site, you can edit this index.html file in your Dropbox folder: <code>Dropbox/Apps/site44/www.greatwebapis.com/index.html</code></p>
</div>
</div>
</div>
-->
</body>
</html>