DevOps Your CI/CD Pipeline Is Already Cognitive Scaffolding CI/CD isn't just about delivery; it’s cognitive scaffolding—a system of tools that distributes and preserves team knowledge, boosting capability over time. Think version control, tests, & pipelines as more than tooling!
machine-learning Classical Statistics vs. Machine Learning: A Practical Distinction Classical statistics needs prior theory; machine learning thrives on sufficient data. Learn when each approach is the right tool for your project!
data Data Is Not the Goal: The Knowledge-Insight-Action Chain Data isn't the finish line – it’s just the starting point. Unlock its true value by focusing on the Knowledge-Insight-Action chain and ensuring each step delivers tangible results.
ALM Every Stage of Software Delivery Has an AI Dimension AI isn't just about code completion—it can revolutionize every stage of software delivery, from planning and testing to deployment and monitoring. Unlock the full potential of AI by applying it across the entire ALM infinity loop.
DevOps DevOps Was Always a Trust Problem DevOps wasn't about tools—it was a trust problem. Leaders often didn’t trust their development teams, hindering adoption despite mature technology.
collaboration Vocabulary Is a Force Multiplier: Why Naming Things Precisely Matters A precise name transforms how teams think and act. Naming recurring problems unlocks shared understanding, boosting efficiency and deepening team insights—a true force multiplier.
language The Quality of Your Thoughts Cannot Exceed the Quality of Your Language Your team’s thinking is limited by its shared vocabulary. Naming complex ideas unlocks efficient communication and deeper understanding – a vital tool for any team.
technology-adoption Rogers' Curve Is the Best Diagnostic Tool You're Not Using Rogers' Curve—the bell curve of innovation adoption—isn’t about predicting the future, but diagnosing where your organization stands relative to the market. It's a powerful tool for strategic decision-making you should be using.
agile False Dichotomies Are the Enemy of Progress Stop falling for false choices like Agile vs. Waterfall! These "either/or" debates stifle progress and ignore the nuance of real-world projects.
Engineering Craft Why Projects Fail Project failure rates are dismal – less than 50% succeed! Let's explore the root causes beyond just "software people need to change" and work towards a better standard.
Engineering Craft VSIX Installer: Fixing the PkgDefProjectOutputGroup Error Struggling with a "PkgdefProjectOutputGroup" error in your VSIX installer? A sneaky URL-encoding issue in your `.csproj` file might be the culprit – check those semicolons!
Engineering Craft Tools of the Trade From keyboards to motion trackers, I've geeked out over a lot of tech lately! Join me as I share the gadgets that sparked serious excitement and boosted my productivity.
Engineering Craft SSRS Ad-Hoc Reporting: Dynamic RDLC with LINQ to XML Dynamically generate SSRS reports with this approach! Learn how to use LINQ to XML and RDLC to create flexible, application-integrated reports beyond standard SSRS scenarios.
Engineering Craft Starting Out in Ruby Diving into Ruby for my apprenticeship! Exploring mind-bending features like class-scoped methods and overridden constructors has been quite the learning experience.
Engineering Craft RhinoMocks and Constrained Expectations RhinoMocks lets you define precise expectations using constraints like `Matches()`. Learn how to use predicates and method calls for powerful, targeted mocking.
Engineering Craft Productivity Tips: Write It Once Stop rewriting the same code! Learn to leverage templates & snippets for faster, cleaner coding and reduce friction between your ideas and the final product.
Engineering Craft Object Repository: Extending the Standard Repository Pattern Stop repeating LINQ queries! Learn how to create object-specific repositories, extending the standard repository pattern for cleaner, more maintainable code.
Engineering Craft I Disagree with the Pit of Doom I disagree with Ayende's "Pit of Doom" argument for repository abstraction. Repositories provide both an in-memory collection interface *and* a testable abstraction over data, crucial when dealing with diverse data sources.
Engineering Craft LINQ, Lambdas, and the Learning Curve LINQ's true power lies in lambdas, not verbose syntax. Learn to embrace them for concise code and unlock LINQ's full potential!
Engineering Craft Dynamic Sort with LINQ Need dynamic sorting in LINQ? This extension lets you sort by column names passed as strings, avoiding messy switch statements.
Engineering Craft Highway.Data Getting Started Video New to Highway? Our getting-started video covers the basics of Highway.Data, from patterns to queries! Watch now and let us know what you think: [https://www.youtube.com/watch?v=S1irYAW9azA](https://www.youtube.com/watch?v=S1irYAW9azA)
Engineering Craft Designing for Testing Treat your tests like production code—a craftsman takes pride in their tools, and strong tests are essential for a robust application. Empowering everyone to read, write, and run tests ensures quality and consistency throughout the development lifecycle.
Engineering Craft Composing Complex Queries with LINQ Simplify complex LINQ queries with reusable expressions! Learn how to compose multiple WHERE clauses using `Expression` and avoid messy, repeated code.
Engineering Craft Debugging: Mark of Failure or Mark of Caution? Is debugging a failure or a vital check? A lively debate with David Corbin sparked this post exploring whether automated tests are enough, or if line-by-line validation is essential.
Engineering Craft Comments vs. Well-Written Code Prioritize well-named code over comments—clear variable names are far more helpful when navigating unfamiliar codebases than lengthy explanations. Avoid generic class names like "class1" and embrace intuitive naming for easier understanding and faster bug fixes.