How to turn invisible impact into career growth
The article discusses the concept of 'glue work' in engineering teams, which refers to the essential but often invisible tasks that help teams function effectively. While this work is crucial for team success, it often lacks visibility and recognition during performance reviews. The author emphasizes the importance of making glue work more legible to ensure that individuals receive appropriate credit for their contributions.
- ▪Glue work includes tasks like onboarding new hires, answering questions, and preventing mistakes.
- ▪Despite its high value, glue work often goes unrecognized because it does not leave behind obvious artifacts.
- ▪Understanding the difference between promotable and non-promotable glue work is essential for career growth.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 83779) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Andrea Barghigiani Posted on May 29 • Originally published at careercraft.ing How to turn invisible impact into career growth #productivity #softwareengineering #leadership #career A lot of the work that keeps a team moving never fits neatly into a ticket. Sure, you have your assigned tasks, estimates, PRs, and shipped features.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).