* fix : add URL to a missing link
In Relevant Links (line 54), the first URL text 'Using typeof' was missing a href value. I fixed it by adding the link to a FreeCodeCamp's Javascript Debugging curriculum that introduces typeof method. (
Debugging: Use typeof to Check the Type of a Variable : https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/debugging/use-typeof-to-check-the-type-of-a-variable)
* I'm a first-time open source contributor. If you have any feedback about my pull request, feel free to share it with me.
* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/boo-who/index.md
Remove the first bullet instead of adding the link (suggested by RandellDawson)
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Intuition is that pooling creates "fuzzier" images through subsampling (also known as down-sampling). Good example where reducing information actually makes an algorithm more efficient by reducing overfitting.
* Create index.md as initial introduction to ABAP language.
WIll continue working on the file, paragraphs and the folder.
Day to day job.
* fix/suggestions
* fix/more-formatting
* fix/more-formatting
The first advanced solution is almost identical to the intermediate one. Per "similar but better" rule, I believe the first one should be kept (or at the bare minimum, they should at least fill the same category).
Update the Code Documentation file to include specific tips for writing class and function documentation. Add an advisory about using comments excessively
* create markdown file for the article
* guide: add an article for vue router
* change some wording
* fix typo
* change some wording
* add a bit on injection router to the app
* change some wording
* add title
* fix/suggested-changes
* 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