惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

I
InfoQ
S
SegmentFault 最新的问题
T
Tailwind CSS Blog
美团技术团队
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
爱范儿
爱范儿
宝玉的分享
宝玉的分享
Last Week in AI
Last Week in AI
量子位
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
The Cloudflare Blog
小众软件
小众软件
云风的 BLOG
云风的 BLOG
WordPress大学
WordPress大学
P
Proofpoint News Feed
Stack Overflow Blog
Stack Overflow Blog
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
B
Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
C
Check Point Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
The Knowledge I Kept to Myself Helped No One
Lucas Ferreira · 2026-06-23 · via DEV Community

Back to Feedback — Episode 1

This is the first post in a series I've been building for a while: Back to Feedback. The premise is simple — take four years of real performance review feedback and turn each recurring pattern into a practical lesson for software quality professionals. No theory. Just "here's what actually happened, and here's what I did about it."

I'm starting with the pattern that, in hindsight, sits at the root of almost everything else: knowledge sharing.

Where it came from

This one showed up across multiple review cycles, in different words, from different people. The first time, it came as a gentle nudge — something along the lines of "you could inspire others to do what you're doing." Later, a technical talk I gave on quality metrics was specifically called out as a positive example. But also as a one-off. Something that happened once and didn't become a habit.

The clearest signal came when the same colleague gave me the same advice in two separate review cycles, one year apart: "share your automation ideas more." That's not a coincidence. That's a pattern I wasn't seeing.

Where I went wrong

I did share knowledge — reactively. Someone would ping me with a question, I'd help. Someone would get stuck, I'd explain. What I didn't have was a proactive, recurring practice of transferring what I knew — partly because I was on a team of Senior engineers, and I assumed they probably already knew most of what I knew, since we were at the same level.

The practical result: knowledge I had accumulated stayed with me. The team depended on finding me, rather than having asynchronous access to what I'd already solved, documented, or learned. I wasn't hoarding anything deliberately — I just hadn't understood that withholding knowledge by omission has the same effect as withholding it by intention.

What I learned

Knowledge that only lives in your head isn't a team asset. It's a team risk.

That sentence sounds harsh, but it's literally true: if only one person knows how to handle a specific type of problem, the whole team becomes vulnerable whenever that person is unavailable — in a meeting, on vacation, or after they leave. Centralizing knowledge without meaning to is still a single point of failure.

The subtler lesson took longer to absorb: being a technical reference doesn't mean knowing the most. It means making the team know more. When I gave that metrics talk, the recognition I received came from people who rarely gave me feedback in day-to-day work. That told me something important — the visibility of your knowledge creates recognition that raw competence alone never will.

How to fix it

The solution isn't "be more generous" or "try to share more." That's an intention, not a system, and intentions collapse under the weight of a busy sprint.

What works is building a fixed cadence for sharing, across different formats and frequencies: something lightweight and weekly (a short post in the team channel), something more structured monthly (a talk or a write-up), and something quarterly aimed outside the immediate team (a public post, like this one). When sharing becomes a routine, it stops depending on motivation or memory — it just happens.

The 5 practical steps

  1. Create a fixed space for weekly learnings. Pick a channel or thread and post one thing you learned that week — no matter how small it seems. The format matters less than the consistency.

  2. Document before moving on. Every time you learn a new tool, technique, or process, write a short summary of "what I learned and how I applied it" before switching to the next problem. This turns individual learning into reusable material for everyone.

  3. One technical session per semester. Pick a topic your team doesn't fully own yet and propose a short session — even 15 minutes is enough. The goal isn't a polished presentation. It's knowledge transfer.

  4. Publish externally, monthly. Turning real work situations into public content (like this series) forces you to structure what you've learned in a way others can actually use — and creates a visible record of your growth over time.

  5. Build a shared reference repository. Keep an organized space — a shared doc, a wiki, a code repo — with templates, scripts, and checklists that any teammate can access without having to ask you first. The goal is removing yourself as the bottleneck.

None of these require exceptional talent. They require only one thing I didn't have: scheduled repetition.

📚 Further reading

This was episode 1 of the Back to Feedback series. Next week: Episode 2 — I delivered. I didn't say anything. And no one knew.

What do you know today that your team doesn't know you know?