Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

feat: added artile the authenticity of leadership#188

Merged
RetroModernDev merged 1 commit into
mainfrom
feat/authenticity-of-leadership-article
Sep 19, 2025
Merged

feat: added artile the authenticity of leadership#188
RetroModernDev merged 1 commit into
mainfrom
feat/authenticity-of-leadership-article

Conversation

@RetroModernDev
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings September 19, 2025 14:45
@RetroModernDev RetroModernDev merged commit 0e36307 into main Sep 19, 2025
5 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds a new blog post and updates the blog index to include it.

  • Add post: “The authenticity of leadership” with front matter (date/title) and content
  • Update Blog.md index to link to the new post

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
Blog/2025/The authenticity of leadership.md New blog post content with YAML front matter
Blog.md Adds link to the new post under 2025

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread Blog.md
@@ -1,5 +1,6 @@
## 2025

- [The authenticity of leadership](The%20authenticity%20of%20leadership.md)
Copy link

Copilot AI Sep 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link path is broken: the new post lives under Blog/2025, but this link points to the repository root. Update the href to the correct relative path.

Suggested change
- [The authenticity of leadership](The%20authenticity%20of%20leadership.md)
- [The authenticity of leadership](2025/The%20authenticity%20of%20leadership.md)

Copilot uses AI. Check for mistakes.
Comment on lines +5 to +10
In winter 2021, the CTO of VueStorefront sent me a message, "We would like you to lead the Vue Storefront Magento team." After years of writing code and being a "pixel-perfect" frontend developer, this was my chance for promotion. However, as I was about to discover, the path from being a skilled programmer to an effective tech lead was far more demanding than I had imagined.
## Life as a developer

When I worked as a programmer, I had everything under control. I could find a solution to almost every problem. I felt like an expert in my field.

I'd never been a project/team leader, so the offer from VueStorefront was quite interesting at the time.
Copy link

Copilot AI Sep 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Inconsistent brand spelling on the same line: 'VueStorefront' vs 'Vue Storefront'. Please standardize (e.g., 'Vue Storefront') and use it consistently.

Suggested change
In winter 2021, the CTO of VueStorefront sent me a message, "We would like you to lead the Vue Storefront Magento team." After years of writing code and being a "pixel-perfect" frontend developer, this was my chance for promotion. However, as I was about to discover, the path from being a skilled programmer to an effective tech lead was far more demanding than I had imagined.
## Life as a developer
When I worked as a programmer, I had everything under control. I could find a solution to almost every problem. I felt like an expert in my field.
I'd never been a project/team leader, so the offer from VueStorefront was quite interesting at the time.
In winter 2021, the CTO of Vue Storefront sent me a message, "We would like you to lead the Vue Storefront Magento team." After years of writing code and being a "pixel-perfect" frontend developer, this was my chance for promotion. However, as I was about to discover, the path from being a skilled programmer to an effective tech lead was far more demanding than I had imagined.
## Life as a developer
When I worked as a programmer, I had everything under control. I could find a solution to almost every problem. I felt like an expert in my field.
I'd never been a project/team leader, so the offer from Vue Storefront was quite interesting at the time.

Copilot uses AI. Check for mistakes.

In the first weeks, I felt like I was wearing someone else's shoes. The skills that made me an effective programmer—deep focus, technical perfectionism, and independent work—were no longer enough.

I painfully recognized all my weaknesses. I tried to figure it out, caught up, and worked my ass off. Every day was incredibly intense.
Copy link

Copilot AI Sep 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Grammar/parallelism: 'caught up' breaks the parallel structure after 'tried to'. Consider: 'I tried to figure it out, catch up, and work my ass off.'

Suggested change
I painfully recognized all my weaknesses. I tried to figure it out, caught up, and worked my ass off. Every day was incredibly intense.
I painfully recognized all my weaknesses. I tried to figure it out, catch up, and work my ass off. Every day was incredibly intense.

Copilot uses AI. Check for mistakes.

The turning point came when I realized I had started to fear the sight of my computer. The same work that once energized me now left me exhausted and disconnected.

More hours at work === better results. Reality quickly verified this belief. When I was exhausted, I made worse decisions and couldn't support the team.
Copy link

Copilot AI Sep 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The '===' operator reads like code and is awkward in prose. Consider rephrasing to: 'More hours at work doesn't equal better results.'

Suggested change
More hours at work === better results. Reality quickly verified this belief. When I was exhausted, I made worse decisions and couldn't support the team.
More hours at work doesn't equal better results. Reality quickly verified this belief. When I was exhausted, I made worse decisions and couldn't support the team.

Copilot uses AI. Check for mistakes.

After that, I started setting clear boundaries between work time and private time, treating my energy as a limited resource that needed to be carefully managed.

I tried a lot to recover, but finally, after three years, I decided that I needed to step back and stop being a team lead. Anyway, I learned a great deal, and it was worth the time and energy I invested.
Copy link

Copilot AI Sep 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Grammar: 'I tried a lot to recover' is unnatural. Consider: 'I tried a lot of things to recover,' or 'I tried hard to recover,' keeping the rest of the sentence as is.

Suggested change
I tried a lot to recover, but finally, after three years, I decided that I needed to step back and stop being a team lead. Anyway, I learned a great deal, and it was worth the time and energy I invested.
I tried hard to recover, but finally, after three years, I decided that I needed to step back and stop being a team lead. Anyway, I learned a great deal, and it was worth the time and energy I invested.

Copilot uses AI. Check for mistakes.
@RetroModernDev RetroModernDev deleted the feat/authenticity-of-leadership-article branch September 19, 2025 14:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants