Ramblings of a Web Developer

Friday, March 10, 2017

Using the Type System to Handle Identities

›
When building a sandboxed application running against cloud data (I prefer that to 'web developer') you have data objects. These typ...
2 comments:
Friday, January 20, 2017

Prefixes to Use in CSS

›
Wow, I haven't really blogged much since I got this new job that keeps me so busy. Just doing so now to jot down CSS prefixes that I wan...
2 comments:
Monday, April 25, 2016

Retry mechanism for JavaScript

›
I was recently asked to work on a retry mechanism in JavaScript so API calls to save data could be more robust. I built it as a asynchronous...
Tuesday, March 15, 2016

CSS Rules of Thumb

›
While going through old piles of paper on my desk I found a list of CSS rules of thumb. Rather than toss them I will out them on my blog. ...
1 comment:
Monday, March 14, 2016

Breaking out nested if conditionals into pure function

›
One common pattern of code is a series of nested ifs. Inside the conditional block you may do some stuff. I was thinking about how to break ...
Wednesday, March 9, 2016

TypeScript: Identity Combinator

›
My last post was about creating an identity combinator for JavaScript that could serve as a starting point for creating further combinators....
Tuesday, March 8, 2016

JavaScript: Identity Combinator

›
The identity combinator is a function that takes a function and returns a function with identical behavior. By itself, this is kind of usele...
›
Home
View web version

About Me

Will Seitz
View my complete profile
Powered by Blogger.