Skip to content

Instantly share code, notes, and snippets.

View mlg-'s full-sized avatar

Melissa Leigh Gore mlg-

View GitHub Profile
@mlg-
mlg- / README.md
Last active July 16, 2022 18:42
Resources for new web programmers!

Resources for new programmers

This document is a work in progress and right now is mostly a mishmash of copy-pasted responses to people I have offered advice about a career-switch to web development over many years right now. It will get tidier as time goes on!

Career paths and competencies

[coming soon]

Introduction / where do I start / this is so overwhelming omg

[coming soon]

@mlg-
mlg- / keybase.md
Last active December 17, 2022 18:38
keybase.md

Keybase proof

I hereby claim:

  • I am mlg- on github.
  • I am mlgore (https://keybase.io/mlgore) on keybase.
  • I have a public key ASA_kU8s0zq9WxqIyIujoo03iAB7TeTT3h43wHa8e3lTTgo

To claim this, I am signing this object:

@mlg-
mlg- / .zshrc
Last active March 16, 2016 01:07 — forked from zach348/.zshrc
Zack's .zshrc
# Path to your oh-my-zsh installation.
export ZSH=/Users/admin/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
# Uncomment the following line to use case-sensitive completion.
@mlg-
mlg- / git-cheat-sheet.md
Last active March 10, 2016 17:50 — forked from EliseFitz15/git-cheat-sheet.md
git-cheat-sheet

##Intro to Git

##What is Git?

  • Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency

##What is GitHub?

  • GitHub is a web-based Git repository hosting service, which offers all of the revision control and source code management (SCM) functionality of Git.

##Initializing a Project with Git Make sure you are in the project's root directory! You can run pwd to see where you are if you're unsure.

{
"color_scheme": "Packages/Colorsublime - Themes/Tomorrow_Night_Eighties.tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"font_size": 22,
"folder_exclude_patterns":
[
"tmp",
"node_modules",