<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kat Keilty</title>
    <description>The latest articles on DEV Community by Kat Keilty (@katkeilty).</description>
    <link>https://dev.to/katkeilty</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3603059%2Fb6b400ae-45b3-4c6c-8dc2-9dd02c4a2ae0.jpeg</url>
      <title>DEV Community: Kat Keilty</title>
      <link>https://dev.to/katkeilty</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/katkeilty"/>
    <language>en</language>
    <item>
      <title>Why Enterprise Should Embrace Open Source</title>
      <dc:creator>Kat Keilty</dc:creator>
      <pubDate>Mon, 30 Mar 2026 01:28:09 +0000</pubDate>
      <link>https://dev.to/katkeilty/why-enterprise-should-embrace-open-source-c93</link>
      <guid>https://dev.to/katkeilty/why-enterprise-should-embrace-open-source-c93</guid>
      <description>&lt;h1&gt;
  
  
  Open Source Is Not a Charity. It's a Competitive Edge.
&lt;/h1&gt;

&lt;p&gt;Most executives hear "open source" and think: free software made by volunteers. That assumption leaves money on the table.&lt;/p&gt;

&lt;p&gt;Open source is a global pool of production-grade software, maintained by thousands of contributors, that your team can use, extend, and build on without a vendor contract. The question is not whether it matters to your business. It is whether you are using it strategically, or spending development dollars on a stack of paywalled tools just to make things work.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Contribution Economy
&lt;/h2&gt;

&lt;p&gt;When a company contributes to an open source project, you are effectively commissioning development:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Bug fixes your team needs&lt;/li&gt;
&lt;li&gt;Features aligned with your roadmap&lt;/li&gt;
&lt;li&gt;Integrations with your existing stack&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every other organization using that same project is doing the same thing. Which means they may be building features you did not know you needed.&lt;/p&gt;

&lt;p&gt;The strategic move is not just to consume open source software. It is to contribute. A small engineering investment in a project your team depends on pays back through roadmap influence, early access to fixes, and visibility in the developer community you recruit from.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Accessibility Stack
&lt;/h2&gt;

&lt;p&gt;Three tools make open source practical for teams that are not full of engineers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Docker&lt;/strong&gt; removes the single biggest complaint about open source software: "it doesn't work on my machine." Docker packages any application with everything it needs to run, so your team can deploy a tool in minutes instead of spending a day on setup. You do not need to understand it deeply to benefit from it. You need one person who does.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Git&lt;/strong&gt; is version control: a way of tracking every change made to a file, by whom, and when. Most people associate it with code. It applies equally to data pipelines, configuration files, and documentation. The mental model it teaches (work in branches, merge when ready, roll back when wrong) is a thinking skill, not just a technical one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LLMs as a learning layer.&lt;/strong&gt; Tools like Claude or ChatGPT are not replacements for understanding. They are on-ramps. A non-developer who hits an error in an open source tool can paste the message into an LLM and get a plain-language explanation and a fix in seconds. The feedback loop that used to take days now takes minutes.&lt;/p&gt;




&lt;h2&gt;
  
  
  Finding What Exists Before You Buy
&lt;/h2&gt;

&lt;p&gt;Before your team renews a SaaS subscription, check two places.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Linux Foundation&lt;/strong&gt; (linuxfoundation.org/resources/open-source-guides): Guides on why, how, and when to adopt open source at an organizational level.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OpenAlternative&lt;/strong&gt; (openalternative.so): A curated directory of open source alternatives to popular paid tools. Search what you are currently paying for. There is often a production-ready equivalent that is actively maintained.&lt;/p&gt;




&lt;h2&gt;
  
  
  Who Is Actually Building Linux
&lt;/h2&gt;

&lt;p&gt;This is where the "volunteer project" assumption falls apart completely.&lt;/p&gt;

&lt;p&gt;Over 84% of Linux kernel commits in 2025 came from paid corporate developers, across more than 1,780 organizations. This is coordinated infrastructure investment, not charity.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Intel&lt;/strong&gt;: Top contributor by changesets in 2025, nearly double second-place Google&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Red Hat (IBM)&lt;/strong&gt;: Consistent top-3 contributor, historically held the number one spot&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google&lt;/strong&gt;: Nearly 1 in 8 patches handled by Google developers; Android, Google Cloud, and Chrome OS all run Linux&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Oracle&lt;/strong&gt;: Top contributor to kernel core components across multiple recent releases; cloud infrastructure and database performance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Huawei&lt;/strong&gt;: 8.9% of changesets in kernel 5.10; consistent top-5 since&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Samsung&lt;/strong&gt;: Mid-tier contributor since at least 2013; Android devices and Tizen OS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Meta&lt;/strong&gt;: 1 in 8 patches handled by a Meta maintainer in kernel 6.15; data center infrastructure running billions of users&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AMD&lt;/strong&gt;: Active GPU and CPU driver contributor each release cycle; 30% performance gains for legacy AMD GPUs in recent kernel&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Microsoft&lt;/strong&gt;: Hyper-V and virtualization code; Azure cloud VMs require Linux kernel compatibility&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;NVIDIA&lt;/strong&gt;: Rust-based GPU driver jointly developed with Google and Arm; GPU drivers for AI and ML workloads&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The companies shaping your cloud infrastructure, your devices, and your AI tools are doing it through open source. The question is whether your organization is paying attention.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>linux</category>
      <category>productivity</category>
      <category>english</category>
    </item>
    <item>
      <title>Stop Guessing.</title>
      <dc:creator>Kat Keilty</dc:creator>
      <pubDate>Sun, 29 Mar 2026 05:06:16 +0000</pubDate>
      <link>https://dev.to/katkeilty/stop-guessing-138e</link>
      <guid>https://dev.to/katkeilty/stop-guessing-138e</guid>
      <description>&lt;p&gt;Most organizations have the tools. They have the certifications. They have the right intentions. What's missing is the structure to make it all work together.&lt;/p&gt;

&lt;p&gt;Work gets dropped because no one owns it. Problems fester because no one's measuring. Projects drift because the plan was a slide deck nobody opened after kickoff. People show up to status meetings, say what sounds good, and leave with no more clarity than when they walked in.&lt;/p&gt;

&lt;p&gt;It's not a people problem. It's a visibility problem.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Tools Are There. Nobody's Using Them.
&lt;/h2&gt;

&lt;p&gt;Every organization has a project management methodology. A lot of people have the certification to prove it. PMBOK on the shelf. PMP after the name. Risk registers, RACI charts, communication plans -- built during the course, forgotten after the exam.&lt;/p&gt;

&lt;p&gt;The deliverables get produced. The plans get filed. And then the team goes back to running on Slack threads, tribal knowledge, and whoever is loudest in the room.&lt;/p&gt;

&lt;p&gt;That's not project management. That's project paperwork.&lt;/p&gt;

&lt;p&gt;Real project management is a working document, not a submission. A RACI that people actually reference when accountability gets fuzzy.  A risk log that gets opened when something smells wrong, not after it explodes. A schedule that reflects reality and gets updated when reality changes.&lt;/p&gt;

&lt;p&gt;The tools work. The structure and discipline to keep using them after the kickoff meeting is what most teams skip.&lt;/p&gt;




&lt;h2&gt;
  
  
  Data Isn't a Dashboard. It's a Decision.
&lt;/h2&gt;

&lt;p&gt;The same pattern shows up with data. Metrics get built, reports get scheduled, dashboards get shared. And then nobody looks at them until something goes wrong -- and even then, the question is usually "who do we blame" not "what do we fix." &lt;/p&gt;

&lt;p&gt;Data's job is to tell you something is broken before it becomes a crisis. To show you where effort is going versus where results are coming from. To cut through the noise of everyone's competing narratives about how things are going.&lt;/p&gt;

&lt;p&gt;That only works if someone is actually looking, asking the right questions, and willing to act on what they find. Measurement without follow-through is just overhead.&lt;/p&gt;




&lt;h2&gt;
  
  
  Collaboration Means Working Together, Not Checking In
&lt;/h2&gt;

&lt;p&gt;Status meetings where everyone reports what they did last week are not collaboration. They are performance. The project exists on a shared stage for fifteen to forty-five minutes and then everyone goes back to their silos.&lt;/p&gt;

&lt;p&gt;Real collaboration means the plan is a shared object -- visible, current, and owned across the team. It means problems get raised before they become blockers. It means fierce accountability, with owners who stand behind their team..&lt;/p&gt;

&lt;p&gt;When project management and data are treated as team infrastructure instead of afterthoughts, something shifts. Work becomes legible. Decisions get made faster. Problems surface early, when they're still cheap to fix.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Gap Is Execution
&lt;/h2&gt;

&lt;p&gt;Strategy is easy. Everyone has a vision. The gap is almost always between what was decided and what actually happened -- and that gap lives in the space where structured execution should be.&lt;/p&gt;

&lt;p&gt;Three things close it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;A plan that stays alive&lt;/strong&gt; -- owned, updated, and used as a decision-making tool, not a kickoff artifact&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data that drives action&lt;/strong&gt; -- metrics tied to outcomes, reviewed consistently, and connected to what changes next&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Accountability that's structural&lt;/strong&gt; -- built into the process so it doesn't depend on one person chasing everyone else&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This isn't complicated. It's just discipline. And discipline, applied consistently, is what separates teams that execute from teams that are always almost there.&lt;/p&gt;

</description>
      <category>clarity</category>
      <category>planning</category>
      <category>productivity</category>
      <category>english</category>
    </item>
    <item>
      <title>SQL: The Foundation you Need</title>
      <dc:creator>Kat Keilty</dc:creator>
      <pubDate>Sun, 29 Mar 2026 04:22:30 +0000</pubDate>
      <link>https://dev.to/katkeilty/sql-the-foundation-you-need-4i3l</link>
      <guid>https://dev.to/katkeilty/sql-the-foundation-you-need-4i3l</guid>
      <description>&lt;p&gt;&lt;strong&gt;SQL Is a Literacy Skill. Treat It Like One.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you had a MySpace or other early social media profile, you already know this pattern: the default was not enough, so you figured out just enough HTML and CSS to make it work. No tutorial. You broke it, fixed it, and moved on. SQL is the same moment, applied to data.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;The Low-Code Ceiling&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No-code and low-code tools work until they do not. A filter that almost does what you need. A report that is one join away from useful. A dashboard you export to Excel because there is no other option.&lt;/p&gt;

&lt;p&gt;That is not a tool problem. It is a vocabulary problem. SQL is the vocabulary.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;What You Actually Need&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Four commands cover the majority of non-developer data work:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;SELECT&lt;/strong&gt;: choose what to return&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;WHERE&lt;/strong&gt;: filter to what matters&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;JOIN&lt;/strong&gt;: connect tables with a shared key&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GROUP BY&lt;/strong&gt;: summarize&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Learn CASE and you will ascend to Guru status in non-tech groups.&lt;/p&gt;

&lt;p&gt;Start with &lt;a href="https://sqliteonline.com/" rel="noopener noreferrer"&gt;SQLiteOnline&lt;/a&gt; or &lt;a href="https://www.w3schools.com/sql/" rel="noopener noreferrer"&gt;W3's SQL Tutorial&lt;/a&gt;. Paste errors into an LLM for a free tutor. There is no expensive course between you and functional.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Why It Compounds&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Once you understand how data is structured: rows, columns, relationships, every tool gets clearer. Why reports break. Why dashboards are slow. What your developer is actually saying.&lt;/p&gt;

&lt;p&gt;SQL is not a developer skill any more than HTML was a designer skill in 2004. The floor has moved. People who cleared it are not fighting the tools everyone else finds frustrating. Excel is useful; it is also where repeatable work goes to get rebuilt from scratch every quarter.&lt;/p&gt;

&lt;p&gt;Learn it the same way you learned everything else: mess around until it works.&lt;/p&gt;

</description>
      <category>sql</category>
      <category>productivity</category>
      <category>programming</category>
      <category>career</category>
    </item>
    <item>
      <title>Developing Human-First Solutions</title>
      <dc:creator>Kat Keilty</dc:creator>
      <pubDate>Sun, 09 Nov 2025 14:27:10 +0000</pubDate>
      <link>https://dev.to/katkeilty/developing-human-first-solutions-41a</link>
      <guid>https://dev.to/katkeilty/developing-human-first-solutions-41a</guid>
      <description>&lt;p&gt;When developing solutions, it’s easy to get distracted by shiny new tools. A sleek interface, a trending platform, a feature-rich dashboard, all tempting shortcuts to progress. But here’s the truth: &lt;em&gt;tools are irrelevant without purpose, process, and people.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Tool Is Not the Strategy
&lt;/h2&gt;

&lt;p&gt;Choosing software is not a strategy. It’s a tactic, one that only works if it’s embedded in a well-defined process. Whether you’re hiring, building workflows, or designing systems, the real question isn’t “What tool should we use?” but “What problem are we solving, and how will we sustain the solution?”&lt;/p&gt;

&lt;p&gt;A poorly defined process will fail in any tool. A well-defined process will succeed in almost any. That same process can also adapt and scale.&lt;/p&gt;

&lt;h2&gt;
  
  
  Purpose Before Platform
&lt;/h2&gt;

&lt;p&gt;The most successful systems aren’t built around tools. The requirements gathering phase, where &lt;strong&gt;people&lt;/strong&gt; get together and define what they need, &lt;em&gt;that is the most critical step&lt;/em&gt;. When roles are defined, goals are shared, and processes are mapped, the tool becomes secondary. It’s a vessel, not the engine. &lt;/p&gt;

&lt;p&gt;Once requirements are clear- technology can be mapped. Tests can run, collaboration can launch. Even with all of the LLM, AI, Machine learning &amp;amp; Algorithmic tools at our disposal- if they aren't given clear requirements- they can't produce results.&lt;/p&gt;

&lt;p&gt;Before you invest in a platform, invest in understanding:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;    What outcomes you’re driving&lt;/li&gt;
&lt;li&gt;    What resources you’ll need to maintain it&lt;/li&gt;
&lt;li&gt;    Who will own it when the launch hype fades&lt;/li&gt;
&lt;li&gt;    &lt;strong&gt;Maintenance&lt;/strong&gt; Is the Missing Metric&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Data governance &amp;amp; Maintenance planning aren’t glamorous, but it’s what separates sustainable systems from digital debris.&lt;/p&gt;

&lt;h2&gt;
  
  
  Hiring for Systems, Not Software
&lt;/h2&gt;

&lt;p&gt;When hiring, don’t just look for tool proficiency. Look for systems thinkers, people who understand how processes connect, how decisions ripple, and how to build for longevity. A candidate who can learn a tool is valuable. A candidate who can question whether it’s needed is indispensable.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Real Competitive Edge
&lt;/h2&gt;

&lt;p&gt;In the end, your competitive edge isn’t the software you use. It’s the clarity of your process, the strength of your team, and the discipline of your maintenance.&lt;/p&gt;

&lt;p&gt;Tools don’t build systems. People do. The best systems are built with purpose, not plugins.&lt;/p&gt;

</description>
      <category>solutions</category>
      <category>requirements</category>
      <category>tools</category>
      <category>english</category>
    </item>
    <item>
      <title>Quality in the Age of Acceleration</title>
      <dc:creator>Kat Keilty</dc:creator>
      <pubDate>Sun, 09 Nov 2025 09:10:57 +0000</pubDate>
      <link>https://dev.to/katkeilty/quality-in-the-age-of-acceleration-24bb</link>
      <guid>https://dev.to/katkeilty/quality-in-the-age-of-acceleration-24bb</guid>
      <description>&lt;p&gt;When technology evolves faster than we can refresh our feeds, the concept of &lt;em&gt;quality&lt;/em&gt; often feels like a moving target. We chase speed, scale, and novelty, but what happens to the quiet discipline of doing things well?&lt;br&gt;
For professionals in business transformation, operations, and process improvement, this isn't just a philosophical question. It's a strategic one.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Myth of Speed vs.&amp;nbsp;Quality
&lt;/h2&gt;

&lt;p&gt;There's a persistent myth that speed and quality are mutually exclusive - that to move fast, you must break things. But the most resilient systems, the most beloved services, and the most trusted organizations are those that balance velocity with intention.&lt;br&gt;
Quality isn't the enemy of innovation. It's the foundation of it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Iteration Is the New Perfection
&lt;/h2&gt;

&lt;p&gt;Gone are the days when perfection was a prerequisite for release. Today, iteration is the norm. Agile workflows, continuous feedback loops, and digital platforms have redefined how we deliver value.&lt;br&gt;
But iteration without reflection is just noise. Quality emerges not from how often we ship, but from how thoughtfully we learn.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technology as a&amp;nbsp;Mirror
&lt;/h2&gt;

&lt;p&gt;Technology doesn't just solve problems&amp;nbsp;, it reflects our values. The phrase &lt;em&gt;"Garbage in, garbage out"&lt;/em&gt; has never been more relevant. When needs are clearly defined and well provisioned, systems often- somewhat surprisingly -do what they were meant to.&lt;br&gt;
Digital transformation is not just about automation. It's about clarity. You can't automate a process you can't define.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Quiet Power of&amp;nbsp;Craft
&lt;/h2&gt;

&lt;p&gt;In the rush to optimize and scale, the collaborative efforts of professionals are more important than ever. A tool is only as effective as its upkeep. Continued success requires governance. Something perfectly serviceable can become unusable through neglect, poor planning, or lack of ownership. Something &lt;strong&gt;revolutionary&lt;/strong&gt; can be reduced to a low-priority admin backlog.&lt;/p&gt;

&lt;p&gt;Craft isn't about perfection. It's about care, and care scales better than chaos.&lt;/p&gt;

&lt;p&gt;In the end, quality isn't a checkbox. It's a mindset. In a landscape that never stops moving, it might just be our most enduring competitive edge.&lt;/p&gt;

</description>
      <category>business</category>
      <category>process</category>
      <category>english</category>
      <category>qa</category>
    </item>
  </channel>
</rss>
