The Personal Blog of Corey Snyder
  • Home
  • Contact Me
  • Resume
  • Projects
  • Game Development

Web

A collection of 6 posts

AngularJS

Unit testing react2angular components with Karma Jasmine and Enzyme

I have been using react2angular library for plugging ReactJS components into my AngularJS Application so that I could start writing ReactJS today without having to migrate over the entire application. The real power

  • Corey Snyder
    Corey Snyder
2 min read
AngularJS

Getting open in new tab with CMD+Click to work with ng-click

I got a bug card which detailed that at some point CMD+Click stopped working on one of our pages. The culprit ended up being when we switched from using a standard <

  • Corey Snyder
    Corey Snyder
1 min read
CSS3

IE8 drops fonts after iframe closes

Today I had to triage an IE8 bug related to font's going screwy after iFrame overlays are opened and then closed. Upon further investigation here's what I've found.. Problem You launch an iframe

  • Corey Snyder
    Corey Snyder
1 min read
JavaScript

Shorthand Javascript "if this do that" blocks.

Often times when writing JavaScript I constantly run into blocks like below: if(shouldDoThis){ doThing(); } Recently I've seen a different implementation of the same logic which looks like... shouldDoThis && doThing(); The way the

  • Corey Snyder
    Corey Snyder
1 min read
CSS3

iOS Safari Web Crashes & Fixes Part 1

This week I was tasked with figuring out why certain pages on our site crash on iOS Safari on iPad OS 7.1+. The page I started on was a product listing page.

  • Corey Snyder
    Corey Snyder
2 min read
Running Lean

How I've been Running Lean

### Intro Over the last couple months I've been neck deep in the procedures and philosophies of "[Running Lean Website](http://runninglean.co/)," a book by [Ash Maurya](https://twitter.com/ashmaurya)

  • Corey Snyder
    Corey Snyder
6 min read
The Personal Blog of Corey Snyder © 2025
Latest Posts Twitter Ghost