TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you scale your stack while keeping team members up-to-date?

1 pointsby phponpcpover 6 years ago
A little background: I&#x27;m handle web architecture on a team of 10 people, and focus mainly on JS and React these days.<p>Two years ago I built our first React app. It was a huge success, and the business saw the speed advantage of SPA architectures help boost sales. Slowly everyone was introduced to the basics of React components, lifecycles, etc. and things were going pretty good. We got more requests for the same functionality, so our app has been ported over to use React for many apps, and I introduced React Router. This year, we got to the point where Redux really started to make sense in order to maintain sanity between the different mini-apps that live in our main application.<p>I educated myself during work time on these tools and picked them after careful consideration of their complicated nature. It wasn&#x27;t an easy choice, and I accepted almost all tickets pertaining to Redux when they arose. During every step of the process I did dev kickoffs and focus meetings about new features and functionality. I have spent countless hours hovering over shoulders, doing 1-on-1 lessons for individual team members. My superiors on the team at some point delegated all this responsibility on me.<p>I sympathize with he older members on the team, as I can tell they are tilted, questioning their obsoleteness and each production bug causing them stress. The organization is noticing all the errors though, and it&#x27;s usually simple stuff that anyone who develops in React or JS would catch. The problem is though these folks are in the codebase, guessing and making assumptions, hacking to try and get things done. Our QA is very bad because of this, and often times I simply read commit messages and shake my head.<p>I have read a few stories recently about being the old developer and dealing with this change. What about when you&#x27;re the one creating the change? How can you reduce the amount of anxiety felt by others when you introduce new technologies?

no comments

no comments