* Update index.md
Corrected "its" to "are" in first sentence.
Updated sentence structure in opening paragraph and paragraph prior to More Information section.
Changed "Ux" to "UX" in More Information section
* minor SPG change
* fix: replace imgur with s3 for files with potential conflict
(cherry picked from commit 4ec62c0e29a64b0288eade45fb510f25c622945a)
* fix/remote extra link
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
* fix: revert change
* Explained top() and dynamic datastructures
Added a brief description of the top() function as there was none. Also talked about the application of dynamic data structures in the implementation of a stack.
* fix: changed c++ to cpp
* Upgraded node image to latest stable, v8.12 in docker compose
* f-strings example with capital letter F
* Example of using f-strings with an object
* Revert "f-strings example with capital letter F"
This reverts commit 8f498480ce.
* Revert "Upgraded node image to latest stable, v8.12 in docker compose"
This reverts commit e55dd116d2.
* feat: fixed header formatting
* fix the command python -m simpleHTTPServer
Change the simpleHTTPserver to simpleHTTPServer, which is the right commmand.
* another capital S had been omitted
Quadratics is plural...?
Added an explanation as to how to factor quadratics, two methods (with examples), one for simple cases and then the general case. Discussed an issue that needs care when using the quadratic formula, as well as an example to make things clear what's going on.
Added lines about how an SSH server can be configured to utilize a second factor authentication method to augment authentication security and how if one's password is compromised, an attacker must compromise this second (or third) factor of authentication too, to gain access.
* Extend solution explanation
The explanation for the advanced code solution was a little cumbersome.
It tried to explain the used method, but also tried to explain an alternative solution, both mixed together.
To fix that, I moved everything related to the alternative solution to another paragraph.
Additionally, I added a more detailed explanation about this alternative solution.
Hopefully, with this fixes, both solutions will be clearer to the user.
* Replace intermediate solution
Replace the intermediate solution with a more concise one.
I took the opportunity to eliminate the indenting in all 3 snippets to remove unnecessary blank space on the left.
I also changed the wording on one of the instructions and fixed a typo.
* Remove external links
* Simplity regex declaration
I replaced `new RegExp()` in order to make the solution cleaner and shorter
* Update index.md