* Expanded the solution for the 'Get Route Parameter Input from the Client' challenge
* Expanded the guide for the 'Use body-parser to Parse POST Requests' challenge
* Rewritten guide for the 'Serve JSON on a Specific Route' challenge and fixed source link
* Expanded the guide for the 'Serve Static Assets' challenge
* Expanded solution to the 'Get Query Parameter Input from the Client' challenge and fixed links to source file
* Added solution to the 'Chain Middleware to Create a Time Server' challenge and fixed link to source file
* Rewrite the 'Start a Working Express Server' challenge
* Expanded the guide for 'Expand Your Project with External Packages from npm'
* Added reference to semantic versioning in 'Add a Version to Your package.json'
* fix/remove-links+fix-solutions
* fix/remove-more-links
* Added article Material Design
* Spanish translation of Material Design article.
* Added article User interface design
* Spanish translation of User interface design.
* Fixed more information and courses of the article material design (guide english and spanish)
* Fixed more information and courses of the article user interface design (guide english and spanish)
* Fixed localTitle of the article material design (guide spanish)
* Fixed localTitle of the article user interface design (guide spanish)
* fix/suggested-changes
* fix/suggested-changes
* Updated guide articles for all Quality Assurance and Testing with Chai challenges to include hints and solutions
* fix: 2 space indentation and code formatting
* Create index.md
Create index.md for markdown in R.
* Create index.md for R Markdown
Create index.md for R Markdown, which is used to create reproducible documents.
* Fix grammar issue
Fix grammar issue to remove duplicate word "package".
* New file about administrative Linux commands
I've proposed a new file about some administrative Linux command you have to know.
* fix: added .md to filename
* fix: corrected filename to index.md
* fix: changed title
* Corrected enum code. Cannot declare:
public enum phylum;
Since this code will produce an error. If someone will copy the same code, it will not compile and run. I updated the code so that when someone will copy the code, it will not produce an error.
* I also updated the spacing and tabbing on code.
* Corrected the constructor DefineAnimal to Animal since the name of the class is Animal and DefineAnimal will produce an error.
* Remove enum on parameter of constructor since this will produce an error.
* Corrected class Dog as public enum breed will produce an error.
options used with "tar" depends on the archive type, added reference for manpage of tar
x - to extract files from an archive
v - show verbose output
f - use archive file or device ARCHIVE
The file containing class logic usually resides in the *.component.ts file and the view container in the *.component.html. The examples were switched around.