* Replace stub with hints and code solution
* Change spoiler tag text
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
* Update `createAndSavePerson` to use callback
Previous solution had an empty callback
* fix: added hint header
* Replace stub with hints and solution
For "create many records" mongoDB lesson
* Fix markdown for inline code
Add new line to allow markdown to render inline code
* Use callback in `createAndSavePerson` function
* fix: corrected hints syntax
* Replace stub for mongoDB lesson
* Replace stub for "Use model.find to search your database"
* Include hints
* Include solution
* Use callback in `createAndSavePerson()`
* fix: corrected hints syntax
* Updated Data-Drive Design content
Added detailed introduction to Data Driven Design. What, Why, and How of the subject and also added tools and resources for the same.
* Update index.md
* Fix typos
* fix(docs): minor SPG changes
* Create index.md
Installation and Setup guide for Docker CE on Linux.
* Rename guide/english/linux/install-and-Setup-DockerCE-in-linux/index.md to guide/english/linux/install-and-setup-dockerce-in-linux/index.md
* Contribution on the topic.
Added some basic information on the concept of Multi Layer Perceptron. Added an image for better understanding of the concept.
* Added extra information.
Check out the following piece of data on MLP.
* Update index.md
* Update index.md
* Added the topic Evaluating the clustering
How can we evaluate the clustering algorithms, based on analyzing our results.
* Fixed grammar and put in second person
This might be better put in a topic separate from C, its own topic, since the network socket interface is accessible in Java, C#, Python, PHP, NodeJS, etc. . Since the socket api is written in C itself, the system calls, and most languages will use these same C system calls, I think it still works to offer the main explanation in C, then either have an example server and client in every language PHP, Ruby, Java, C#, Obj-C, etc
* Create index.md
This file introduces flex-grow: with screen shots and code samples. As with all of my commits, this is a proper contribution effort, neither copy & paste nor a links list.
* Update index.md
Added title: 'Flex Grow' to avoid Travis CL no frontmatter error.
* Update index.md
Added labels to the code blocks.
* fix: updated individual code items & sentences
Added <code></code> tags to individual code items.
Sorry for so many commits. I just saw the styling guide.
* Create flexbox-display-flex.md (#2)
* Create flexbox-display-flex.md
This file introduces the concept of display:flex and flex-direction:[row | column].
* Rename guide/english/css/flexbox-display-flex.md to guide/english/css/flexbox-display-flex/index.md
Changed the folder structure to comply with index.md.
* Update index.md
Added title: Display Flex to avoid Travice CL no frontmatter error.
* Update index.md
Added labels to the code blocks.
* fix: update individual code items.
Added <code></code> tags to individual code items.
Sorry for so many commits. I just saw the styling guide.
* Create index.md (#4)
* Create index.md
This file contains details about flex-basis, with screenshots and code samples. As with all of my commits, this is my own work not copy & paste or a lazy linkathon.
* Update index.md
Added the title; Flex Basis, to avoid Travis CI no frontmatter error.
* Update index.md
Added labels to the code blocks.
* fix: added labels for code items
Added <code></code> labels to individual code items.
Sorry for all of the commits. I just saw the styling guide. Doing my own QC.