• Home Automation / IoT
    • Home Assistant
    • Node-Red
    • Home Security
    • Shelly Devices
  • Tech / Self-host
    • Frontend Services
    • Backend Services
    • Quick Reference
    • Tools for this site
  • Product Management
    • UXUI
  • Physical Science
  • Non-Tech Projects
    • Home Office Build
    • Wall Planking
    • Wall Storage Compartment
    • Headphone Stand

More

  • Blog / Home
Quick Reference
Javascript Markdown Regex Dorking YAML

Quick Reference


Javascript:
  • Javascript Ref: https://www.w3schools.com/js/js_if_else.asp
    • JSON: https://www.w3schools.com/js/js_json_syntax.asp
  • Javascript Formatter: https://beautifier.io/
Markdown:
  • Basic Syntax: https://www.markdownguide.org/basic-syntax/
    • Cheat-Sheet
  • Daring Fireball
  • Github: https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax
  • Reddit: https://www.reddit.com/wiki/markdown
  • Hugo Markdown: https://www.markdownguide.org/tools/hugo/
Regex:
  • Primer: https://github.com/ziishaned/learn-regex
  • https://regex101.com/
  • https://blog.robertelder.org/regular-expression-visualizer/
  • https://regexper.com/
Search (Dorking) Cheatsheet:
  • reference - also other good info here: web scrapping, etc….
    • HN Dicussion
  • Complete Reference of all Operators
  • DDG Search Syntax
  • Search Strings DB
  • Other Dorking Resources
YAML:
  • https://www.tutorialspoint.com/yaml/yaml_quick_guide.htm
  • http://thomasloven.com/blog/2018/08/YAML-For-Nonprogrammers/