stevekwan

↗ HN profile [ 73.3 ms ] full profile
Karma
81
Created
June 4, 2011 (15y ago)
Submissions
0
I'm the Project Lead for EASPORTS.com
  1. This is a discussion that's come up frequently with my peers. To HN's software engineers, I'm wondering if you consider yourselves to be: -a generalist / full stack engineer, or... -a specialist / domain expert. What…

  2. CSS3 transform has had support for skew() for quite awhile, allowing us to do cool things like rotate and manipulate objects that would otherwise just be boxes. skew() has been replaced with skewX() and skewY() due to…