The Emotional Lifecycle of Every Side Project (A Map)
You've been here before. You just didn't have a map. You've done this enough times to know the...
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 === 1745361) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Tombri Bowei Posted on May 1 The Emotional Lifecycle of Every Side Project (A Map) #career #productivity #webdev #beginners You've been here before. You just didn't have a map. You've done this enough times to know the pattern exists. The surge of excitement. The quiet middle where everything gets hard. The weird guilt of abandoning something you cared about. The random Tuesday six months later when you open it again for no reason. Every side project follows the same emotional arc.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).