Author: Edvaldo Freitas

  • Effective Software Testing Guidelines for Dev Teams

    Effective Software Testing Guidelines for Dev Teams

    Let’s be honest: most internal documents are where good intentions go to die. And at the top of that list, right next to “onboarding checklists,” are the official software testing guidelines. They’re often written once, maybe during a quality crackdown, and then slowly fade into the background noise of sprint planning and urgent bug fixes.…

  • 1.0.63 Plugins + Business Logic Validation, RBAC, review improvements & key fixes

    News & Improvements Plugins [Beta] You can now connect external tools to Kody during review. It brings context straight from Figma, Jira, Linear, Notion, Posthog, Slack or any other tool integrated into your workflow. Plugins are Model Context Protocol (MCP) servers curated by Kodus that expand Kody’s understanding. They allow you to: Bring tasks, specs,…

  • What is Java?

    What is Java?

    So, what is Java? If you’ve ever wondered what Java is, the short answer is: an incredibly versatile programming language and one of the most important technologies in the software world. Think of it as a Swiss army knife for developers. Built to be robust, secure, and able to run pretty much anywhere, Java has…

  • Optimizing PR Cycle Time for Developer Teams

    Optimizing PR Cycle Time for Developer Teams

    We’ve all been there. You push a PR you’re proud of—a clean fix, a clever feature. You post the link in Slack. And then… crickets. Hours turn into days. Your small, focused change is now mentally a million miles away. By the time someone finally reviews it, you can barely remember what you were trying…

  • Enhancing Code Maintainability

    Enhancing Code Maintainability

    Let’s talk about the ghost in the machine. It’s the invisible force that makes a six-month-old codebase feel like an ancient, unknowable ruin. It’s the reason a “five-minute fix” can swallow an entire afternoon. We’re talking about code maintainability, and it’s arguably the most critical, yet often overlooked, factor in the long-term success of any…

  • Essential DevOps Metrics for Engineering Teams

    Essential DevOps Metrics for Engineering Teams

    Ever get that feeling in an engineering planning meeting? You’re talking about velocity, story points, and sprint goals, but you can’t shake a simple question: “Are we actually getting better?” It’s easy to feel busy, but it’s much harder to know if you’re effective. Gut feelings and vibes don’t cut it. To truly understand and…

  • 1.0.51 – New review engine + rules library in packs

    News & Improvements New Code Review Engine Now you can choose between the current review flow or use the new code review engine, which is much more focused. This new engine focuses the review on five critical areas: Bug: actual bugs or defects in the code Security: vulnerabilities that compromise the project Performance: efficiency and…

  • Code Smells in Practice: How to Detect and Refactor

    Code Smells in Practice: How to Detect and Refactor

    Ever look at a piece of code and just… get a bad feeling? It works, it passes the tests, but something about it feels off. It’s a little too complicated, a bit clunky, or just plain hard to read. That feeling, my friend, is your developer intuition picking up on a code smell. It’s not…

  • Optimizing Your PR Cycle Time for Developer Productivity

    Optimizing Your PR Cycle Time for Developer Productivity

    Ever pushed a PR, feeling pretty good about it, then watched it sit there? And sit there. And sit there. Days go by…. By the time someone finally reviews it, you’ve completely lost context and a merge conflict monster has moved in. Sound familiar? You’re not alone. This lag is a direct hit to your…