-
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
37 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 |
---|---|---|
@@ -1,2 +1,37 @@ | ||
# principles-of-package-design | ||
Repository that contains code in node.js from the book Principles of Package Design by Matthias Noback | ||
<p align="center"> | ||
<a href="https://www.apress.com/gp/book/9781484241189"> | ||
<img alt="Principles of Package Design" src="https://images.springer.com/sgw/books/big/9781484241189.jpg" width="250" /> | ||
</a> | ||
</p> | ||
<h2 align="center"> | ||
Principles of Package Design <br> | ||
</h2> | ||
|
||
Principles of Package Design is a book written by [Matthias Noback](https://matthiasnoback.nl/) | ||
|
||
The book code examples are written in PHP and the tools that appears in it are from the PHP community. | ||
|
||
## Goal of this repository | ||
|
||
<p align="center"> | ||
<a href="https://nodejs.org/"> | ||
<img | ||
alt="Node.js" | ||
src="https://nodejs.org/static/images/logo-light.svg" | ||
width="400" | ||
/> | ||
</a> | ||
</p> | ||
|
||
I would like that people that works using Node.js could enjoy of the knowledge that this book offers to its readers. Therefore I going to use Node.js to write the code examples and I going to use tools typically related with it. :heart_eyes: | ||
|
||
The style of the code and the chosen tools are 100% my decision. (The good and the bad parts! :kissing_closed_eyes:) | ||
|
||
## How study the repository | ||
|
||
1. For every chapter of the book has I created a directory | ||
where appears the final version of the code in the mentioned chapter. | ||
|
||
2. Every commit has a reference to the chapter related. Any change I needed to do has a commit, with the objective of follow the flow of the book. | ||
|
||
**Note**: If you want to open the links in another tab, just do a CTRL+click on the link. |