-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ <h3>Uberman</h3> | |
<a href="https://www.npmjs.com/package/uberman">NPM</a> · <a href="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/elvinyung/uberman">Github</a> | ||
<p>Uberman is a batteries-included framework for rapidly prototyping RESTful hypermedia-driven web data interfaces. It is written in Node.js, using Express as a middleware and routing framework.</p> | ||
<p>I was mainly inspired by the <a href="https://martinfowler.com/articles/richardsonMaturityModel.html">Richardson Maturity Model</a>, and wanted to build a tool that could create arbitrary RESTful data APIs that are simultaneously compliant with the various RFC specifications, as well as Roy Fielding's <a href="https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm">original dissertation</a>.</p> | ||
<p>Uberman features a pluggable data persistence layer, meaning that anyone using Uberman can ues any database they want, as long as they have an adapter for it.</p> | ||
<p>Uberman features a pluggable data persistence layer, meaning that anyone using Uberman can use any database they want, as long as they have an adapter for it.</p> | ||
</div> | ||
<div class="infobox"> | ||
<h3>Pypress</h3> | ||
|
@@ -110,7 +110,7 @@ <h2>What I'm Doing</h2> | |
</div> | ||
<div class="slide center-text" id="talk"> | ||
<h2>Let's Talk</h2> | ||
<p>You can reach me at <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
<p>You can reach me at <a hrefu="mailto:[email protected]">[email protected]</a>.</p> | ||
</div> | ||
</div> | ||
<footer class="top-bar center-text"> | ||
|