Skip to content

Instantly share code, notes, and snippets.

View TatyCat's full-sized avatar
🖥️
From SDG to QA

Tatyanna Cobb TatyCat

🖥️
From SDG to QA
View GitHub Profile
@gstark
gstark / 01 Intro to Rails Crash Course.md
Last active March 29, 2018 14:24
Intro to Rails Crash Course

Weclome to the Iron Yard Intro to Rails Crash Course

First step is to install the correct version of the Ruby environment:

rvm install ruby-2.4.2
@jonlabelle
jonlabelle / aspdotnet-razor-syntax-reference.md
Last active November 11, 2022 15:48
ASP.NET Razor Syntax Reference

ASP.NET Razor Syntax Reference

Code Block

@{
    int x = 123;
    string y = "because.";
}

Expression (Html Encoded)

## How to hide API keys from github ##
1. If you have already pushed commits with sensitive data, follow this guide to remove the sensitive info while
retaining your commits: https://help.github.com/articles/remove-sensitive-data/
2. In the terminal, create a config.js file and open it up:
touch config.js
atom config.js