Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ericclemmons
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Show HN: Codelift – A “No Code” GUI for Your React App
(github.com)
14 points
by
ericclemmons
6y ago
|
0 comments
2.
▲
Show HN: CHANGEBOT – Keep a changelog with a click
(changebot.app)
1 points
by
ericclemmons
8y ago
|
0 comments
3.
▲
by
ericclemmons
9y ago
New management. There was a reorg (coup) where tech is actively excluded, yet still the target of blame.
4.
▲
by
ericclemmons
9y ago
I'm redoing that whole stack, as it was a prototype to get buy-in to "fix" the Webpack API for most cases. For an eslint-style plugin system I'd recommend webpack-blocks.
5.
▲
by
ericclemmons
9y ago
In Node, I consistently reach for Knex, which is less of an ORM (like Bookshelf) and more like a query builder. This simplifies binding, mapping, and most queries. There have been rare situations to use ".raw", but the escape hatc
6.
▲
by
ericclemmons
9y ago
As a hiring manager, I used to want to see a profile that competed with my own (at the time). Now I've learned that (1) burnout is real, (2) work CAN be intellectually stimulating enough to not create that OSS desire, and (3) eventuall
7.
▲
by
ericclemmons
9y ago
As a parent, appropriate is determined by my children's ability to yield the knowledge correctly. Take swears for instance. Until they know better, there's more risk of them using swears at the wrong time.
8.
▲
by
ericclemmons
9y ago
What's exciting to me, having tested graph.cool and others, they are fantastic at providing an API in a format that works quite well (GraphQL) and handing the admin for me. I don't want to build admin anymore. Frankly, I'll s
9.
▲
by
ericclemmons
9y ago
Outside of work hours, as long as it doesn't compete it's yours.
10.
▲
by
ericclemmons
9y ago
Once kids are in bed, it's Overwatch time.
11.
▲
by
ericclemmons
9y ago
I've struggled with helping people out of this rut. On the tech side, people come to me with solutions they want to see live, and spend 10x the time there than describing the root problem. Equally important is asking "why not"
12.
▲
by
ericclemmons
10y ago
If you want a pretty terse way of defining a GraphQL API, Apollo works very well (with mocking, too).
13.
▲
by
ericclemmons
10y ago
The UX is top notch. Not only is the UI polished, but big details like mentioning someone and an invite link appearing is awesome. Or force-pinging someone on DnD because of an emergency. Slack is seriously user-centric, all the way down to
14.
▲
The case for function tree
(christianalfoni.com)
2 points
by
ericclemmons
10y ago
|
0 comments
15.
▲
by
ericclemmons
10y ago
Release blog post: https://zeit.co/blog/next
16.
▲
Next.js is a minimalistic framework for server-rendered React applications
(github.com)
2 points
by
ericclemmons
10y ago
|
1 comments
17.
▲
Agile and Balance
(comamitc.me)
2 points
by
ericclemmons
10y ago
|
0 comments
18.
▲
by
ericclemmons
10y ago
Requiring developers to move is what scares me away...
19.
▲
by
ericclemmons
10y ago
I was able to rebuild a week's worth of Redux work in MobX within a day. And that's having never used it before. What's crazy is how MobX is able to update React child components without updating the parent first. It knows wh
20.
▲
by
ericclemmons
10y ago
Each time we make a dashboard, we model it after GitHub's status page. This looks fantastic, simple to implement, and, heck, could be hidden behind a feature flag or auth :) Great work!
21.
▲
by
ericclemmons
10y ago
It's interesting that the author states that the majority of traffic cams from Reddit. When I browse r/javascript, r/react, r/programming, etc. its practically a ghost town: 0 comments on nearly everything and only a doz
22.
▲
by
ericclemmons
10y ago
I agree that this convention is useful. We have dozens of Node projects at my office, and you can tell the age of them by whether the start script is "grunt", "gulp", "npm run dev" or "npm start". Usi
23.
▲
Redux for Better In-App Analytics
(engineering.blogfoster.com)
3 points
by
ericclemmons
10y ago
|
0 comments
24.
▲
by
ericclemmons
10y ago
I'm guilty of this. I was in a 1.5 hour meeting that started out relevant, but then the conversation devolved into tons of specifics on how the reports were gathered and created, and I went straight to the phone. It seems the greatest
25.
▲
by
ericclemmons
10y ago
I haven't seen the short, but every bird clip reminds me of my favorite: Kiwi! (2006) > https://m.youtube.com/watch?v=sdUUx5FdySs
26.
▲
by
ericclemmons
10y ago
We provide 3rd party widgets to sites and originally built them all to leverage jQuery, which has been on 100% of them so far. However, we prefer React components. Within a week, we were able to convert the jQuery widgets into React compone
27.
▲
by
ericclemmons
10y ago
Be careful with these, especially on mobile. I've often encountered a project with a "Docs" link that got hidden or blocked by it.
28.
▲
by
ericclemmons
10y ago
This is how I learned (and wrote) JS around then. (I don't know when this originally existed, but I discovered it after switching from Prodigy.net to AOL): http://www.webmonkey.com/2010/02/Advanced_JavaScript_
29.
▲
by
ericclemmons
10y ago
I'm glad this feature is in, but it's only useful for my PRs. For example, there was a recent PR where the owner was modeling the UI for a feature with stubbed calls, while I was setting up the backend. Once my work was done, he w
30.
▲
by
ericclemmons
10y ago
Having worked on a project recently where we chose jQuery (because it was already on the page and we didn't want to delay page load), what I missed about React was the luxury of re-rendering the view from state. Doing so with jQuery bl
More ›