Skip to content

Instantly share code, notes, and snippets.

@nat-nat33
nat-nat33 / natalie_ramirez_resume.md
Last active November 14, 2019 19:48
Natalie Ramirez Resume

Natalie Ramirez

Honolulu, HI
Ph | (512) 844-9774
LinkedIn | nataliearamirez

Director of Technology & Innovation with expertise in diverse range of technologies within multiple industry settings. Well organized, results driven individual with proven ability to implement standards, procedures and processes that improve business functionality. Sound management skills, capable of leading and motivating individuals to maximize levels of productivity, while forming high-functioning cohesive team environments.

Core Qualifications

@taesup
taesup / Exit-Information.md
Last active May 1, 2021 18:46
Exit Information
@kellishouts
kellishouts / css_for_n00bs.md
Last active September 29, 2016 20:56
CSS for n00bs

Intro to CSS / SCSS Styling for n00bs

Write html for the largest, most complex layout; style for the smallest, simplest layout.

1. Write good markup, thinking LARGE to SMALL

2. Add imports, resets, grids, css frameworks.

3. Give layout elements (rows and columns) really ugly styles (give everything a bright bg color or border)

@JamoCA
JamoCA / GraphicsMagick.cfm
Last active March 25, 2023 08:37
ColdFusion Custom Tag for GraphicsMagick. Faster than ColdFusion's CFImage/java processing. Smaller output files. Better CMYK compatibility. Works with more image formats. (Set timout=0 to have image manipulation performed in the background; 0ms)
<CFSETTING ENABLECFOUTPUTONLY="YES">
<!---
NAME: CF_GraphicsMagick
DESCRIPTION: ColdFusion wrapper for some GraphicsMagick routines. Faster than CFImage. Generates smaller images. Better
CMYK compatilibity (Adds compatibility to CF9.)
Works with more images formats, including EPS: http://www.graphicsmagick.org/formats.html
EXAMPLES:
<CF_GraphicsMagick action="AspectScale" Infile="#ImageIn#" Outfile="#imageOut#" width="#W#" height="#H#">
@kellishouts
kellishouts / gulp_sass_livereload.md
Last active January 24, 2022 06:40
Gulp + Sass + LiveReload 1.0

Gulp + Sass + LiveReload

This Gist goes over setting up a gulp workflow that will:

  1. watch for any sass changes, then compiles sass source into css
  2. watch for any changes in the public directory, and trigger live-reload
  3. serve static content in public/

@theRemix
theRemix / MEH to MVC.md
Last active August 29, 2015 14:16
MEH to MVC

MEH to MVC

Diagrams

mvc

mvc

The Controller

@bomberstudios
bomberstudios / sketch-plugins.md
Last active July 16, 2025 18:21
A list of Sketch plugins hosted at GitHub, in no particular order.