-
Meant to be linked to from Textbox editor.
Copy content from https://www.markdownguide.org/cheat-sheet/#basic-syntax
-
https://marsoln.github.io/my-blog/2017/05/12/interviewQuestions/
```js
let greeting = 'My name is ${name}, age ${age}, I am a ${job.jobName}'
let employee = {
name: 'XiaoMing',
age: 11,
…
-
The intro lesson already has a section on .gitignore. Should it be included here again?
May be shift this to making a global .gitignore and move to the end of the lesson?
-
While the links are OK in the original cheat sheet https://github.com/rougier/scientific-visualization-book/blob/master/figures/cheatsheets/cheatsheets.pdf, they get corrupted in the individual sheet …
-
Describe the solution you'd like
Many developers are there who prefer to work with Node.js when it comes to the Backend. I think a cheat sheet with all the commonly used commands that they may need t…
-
@ajvb We're already doing all these https://github.com/cryptag/gosecure/blob/master/gosecure.go
There is probably more we can do: https://www.owasp.org/index.php/Clickjacking_Defense_Cheat_Sheet
-
[https://peekaboo-vision.blogspot.com/2013/01/machine-learning-cheat-sheet-for-scikit.html](url)
https://scikit-learn.org/dev/tutorial/machine_learning_map/index.html#ml-map
![image](https://use…
-
Please enhance the [linux cheat sheet](https://devhints.io/linux ) with advance commands including the follwing (but certainly not limited to it)
```
xargs
tee
netstat
curl
lsof
strace
netca…
ghost updated
8 months ago
-
Wanting to experiment and tweak this excellent distro, I did `apt purge ubuntu-sway-desktop ubuntu-sway-standard`and then I did remove even more packages with `apt autoremove`. I reinstalled some o th…
-
See item 2 here: https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html
This should probably use the `USER` Dockerfile command, but we have to pay attention to backwards co…