- Command Line
- Bash Scripting
- Curl
- Package Management
- Version Management
- Git
- Toolbox
- Virtualization
- Visual Studio Code
- Vim
- Boilerplates
- Hosting
- Basics
- Cheat Sheet
- Compose
- APIs
- CSS
- Concepts
- Date & Time
- Formatting
- Sass
- Bootstrap
- MySQL
Cheat Sheets
Tools
Docker
Guidelines
JavaScript
CSS
Databases
Notes
I keep my notes in this section of the website. This contains content such as cheatsheets, that is not well suited for blog posts, and any other information that I expect to need in the future.
In this top page, in particular, I will keep information on markdown syntax that I tend to forget more easily.
Markdown
Links
* Link to Google: <https://www.google.com>
* [Inline-style link to Google](https://www.google.com)
* [Inline-style link to Google with title](https://www.google.com "Google's Homepage")
* Fact backed by reference [[1][case-insensitive reference text]]
* [Reference-style link to Google][1]
* Using the link text itself as [reference to Google]
* [Link to the "Horizontal Rule" header within the page](#horizontal-rule)
[case-insensitive reference text]: https://www.google.com
[1]: https://www.google.com
[reference to Google]: https://www.google.com
- Link to Google: https://www.google.com
- Inline-style link to Google
- Inline-style link to Google with title
- Fact backed by reference [1]
- Reference-style link to Google
- Using the link text itself as reference to Google
- Link to the “Horizontal Rule” header within the page
Source:
- https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#links
- https://stackoverflow.com/questions/6695439/how-to-link-to-a-named-anchor-in-multimarkdown
Horizontal Rule
Three or more hyphens:
---
Three or more hyphens:
Source: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#horizontal-rule
Sources
<span class="info-source">Source: <https://www.google.com/></span>
Source: https://www.google.com/
Table of Contents
<h4>Table of Contents</h4>
* TOC
{:toc}