Vim Cheatsheet

Movement By “Word” w forward to beginning of the next word W forward to beginning of the next word (whitespace separates) e forward to end of next word E forward to end of next word (whitespace separates) b back to...

Github Markdown Versus Standard

Markdown Table of Contents GitLab Flavored Markdown Newlines Multiple underscores in words URL autolinking Code and Syntax Highlighting Emoji Special GitLab references Task lists Standard Markdown Headers Emphasis Lists Links Images Blockquotes Inline HTML Horizontal Rule Line Breaks Tables References...

SSL Upgrades on Rugy Gems

SSL upgrades on rubygems.org and RubyInstaller versions Hello, If you reached this page, means you’ve hit this SSL error when trying to pull updates from RubyGems: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed This error is...

Robots.txt Please Explain

The Web Robots Pages About /robots.txt In a nutshell Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called The Robots Exclusion Protocol. It works likes this: a robot wants to...

Build your own Yeoman Generator

Build Your Own Yeoman Generator Yeoman’s generators are what give its platform flexibility, allowing you to reuse the same tool for any kind of project you may be working on, JavaScript or otherwise, and that’s before I mention the enormous...