Viewing profile — cptrp2101
cptrp2101
HN member- Joined
- Mon, May 27, 2019, 12:23 PM UTC
- HN karma
- 19
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About cptrp2101
No profile information was provided.
Recent public activity
-
comment
Comment #31528594
lol. Montreal would like to have a word.
-
comment
Comment #27677677
I agree. No need to go into something that exists and do a big refactor to pull it out. I'm advocating for not adding it to things you start now.
-
comment
Comment #27677382
You're bang on here. Why import an entire library when once polyfill and native features will serve you nicely.
-
comment
Comment #27677355
I had a big post but deleted it all. I can more concisely say this: The people here saying they still use it have so far demonstrated what I always say. If you're using jQuery, it'…
-
comment
Comment #27677273
https://developer.mozilla.org/en-US/docs/Web/API/Document/qu... Does the same as the $ query but native in every browser in IE9+ and gives you a native node. Also more performant t…
-
comment
Comment #26867266
These are really cool. As someone who mostly writes code for web, this seems like a fun way to learn a new stack.
-
comment
Comment #20897622
I switched from momment to dayjs in a project I finished a couple months ago and the massive reduction in entry size was remarkable. I really like dayjs.
-
comment
Comment #20021610
I think, as with anything else, it's important we understand the tools we are using. I started with jQuery and the problem was (like many others) I learned it before I actually lea…