Viewing profile — t0f3rchr15
t0f3rchr15
HN member- Joined
- Fri, Feb 01, 2013, 11:47 PM UTC
- HN karma
- 6
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About t0f3rchr15
Sr. Web Developer at Travelers Indemnity Company
Recent public activity
-
comment
Comment #23185281
I absolutely agree. This is what makes technologies like graphql so compelling to me. Your data layer shouldn’t mimic the structure the presentation layer, and the presentation lay…
-
comment
Comment #22610802
I absolutely agree. Not only can Web Components simplify web development and lower the barrier to entry, they can also bridge the gap between frameworks and the modern modular web.…
-
comment
Comment #5171378
Another way to cut down on overhead is in the php for loops. If the page has many images to load, the size of the array will be large and sizeof() will be called every iteration of…