* Translated html comment
Translated following " Your browser is lower then IE9" , "Your browser is IE9" , "Your browser is greater then IE9" to his "Si tu navegador es mas bajo de IE9" , "Si tu navegador es IE9", "Si tu navegador es mas major de IE9".
* Fix proposed translation for clearer text
* Update index.md
Translated this "Leave some space between the h1 and the p in order to understand what are we talking about." to this " Deja espacio entre <h1> y <p> para mejor entender el codigo."
* Fix proposed translation for clearer text
Should the function names be kept in English, since it's the language developers will use for their apps? Maybe the data inside the vars can be in Spanish.
* 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
* Added more basic commands
Added the 'man' command, which is essential for beginners. Moreover, some basic networking commands were added.
* feat: changed single quotes to backticks for command syntax highlighting
* 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.