<?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>Forem: Maxim Wheatley</title>
    <description>The latest articles on Forem by Maxim Wheatley (@maximwheatley).</description>
    <link>https://forem.com/maximwheatley</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F541035%2F8fd4cf45-4aa5-47dd-ac74-ba6d4d3784b9.jpg</url>
      <title>Forem: Maxim Wheatley</title>
      <link>https://forem.com/maximwheatley</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/maximwheatley"/>
    <language>en</language>
    <item>
      <title>An Open-Source Solution to DORA &amp; DevOps Metrics</title>
      <dc:creator>Maxim Wheatley</dc:creator>
      <pubDate>Thu, 13 Oct 2022 18:14:35 +0000</pubDate>
      <link>https://forem.com/maximwheatley/an-open-source-solution-to-dora-devops-metrics-72l</link>
      <guid>https://forem.com/maximwheatley/an-open-source-solution-to-dora-devops-metrics-72l</guid>
      <description>&lt;p&gt;Hey Dev.to Friends! We're an open-source project, part of the Apache ecosystem, and today, we're super excited to share a game-changer release for DevLake - the data lake and analytics platform for your dev-data. &lt;/p&gt;

&lt;p&gt;You can now implement DORA metrics and benchmark your projects and teams in minutes. Fast. Open-Source. Super Customizable. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;We're proud of it, and hope you love it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://devlake.apache.org/" rel="noopener noreferrer"&gt;https://devlake.apache.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WTF IS DORA?!&lt;/strong&gt;&lt;br&gt;
Created six years ago by a team of researchers, DORA stands for "DevOps Research &amp;amp; Assessment" and is the answer to years of research, having examined thousands of teams, seeking a reliable and actionable approach to understanding the performance of software development teams.&lt;/p&gt;

&lt;p&gt;DORA has since become a standardized framework focused on the stability and velocity of development processes, one that avoids the more controversial aspects of productivity measurements and individual performance metrics.&lt;/p&gt;

&lt;p&gt;There are two key clusters of data inside DORA: &lt;br&gt;
Velocity and Stability. &lt;/p&gt;

&lt;p&gt;The DORA framework is focused on keeping these two  in context with each other, as a whole, rather than as independent variables, making the data more challenging to misinterpret or abuse. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Within velocity are two core metrics:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Deployment Frequency: Number of successful deployments to production, how rapidly are your team releasing to users?&lt;/li&gt;
&lt;li&gt;Lead Time to Changes: How long does it take from commit to the code running in production? This is important, as it reflects how quickly your team can respond to user requirements.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Naturally, if you are pushing a consistently high tempo, you also want to ensure that the work that is being delivered is reliable, and that downtime and failures are readily recoverable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stability is composed of two core metrics:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Change Failure Rate: How often are your deployments causing a failure?&lt;/li&gt;
&lt;li&gt;Median Time to Restore: How long does it take the team to properly recover from a failure once it is identified?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To make DORA even more actionable, there are some well established benchmarks providing a simple lens to determine if you are performing at "Elite", "High", "Medium", or "Low" levels. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwrzmeibaefn8dbsoh8xi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwrzmeibaefn8dbsoh8xi.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;While DORA isn't necessarily new, implementing it has proven out of reach for many companies and teams due to the challenges associated with obtaining, unifying, querying, and visualizing the necessary data.&lt;/p&gt;

&lt;p&gt;An inherent complication to implement DORA properly, is that the required data typically lives in many tools, accounts, and formats, making the process of compiling it difficult, manual, and time-consuming. &lt;/p&gt;

&lt;p&gt;Team configurations and processes are often quite unique, using different delivery processes, different definitions, and different standards. Ultimately, meaning that "one size fits all" really means "one size fits nobody" when it comes to many of the existing solutions that claim to deliver DORA metrics. &lt;/p&gt;

&lt;p&gt;All of the aforementioned is part of why we built DevLake, an open-source dev-data platform that collects, analyzes, and visualizes data from many developer tools in the most transparent and customizable package possible. &lt;/p&gt;

&lt;p&gt;We are also excited to announce today, robust support for the DORA framework, to make it easier and more accessible than ever before for teams of all shapes and sizes to put this powerful data to work!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Implement DORA with DevLake:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The Sources You Need, and How DevLake Computes DORA: &lt;/p&gt;

&lt;p&gt;Three key entities for computing DORA Metrics: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Changes: For most teams, this is simply Pull Requests (PRs), so this data will come from code hosting tools. DevLake currently supports GitHub, GitLab, and BitBucket&lt;/li&gt;
&lt;li&gt;Deployments: This data comes from your CI/CD tools. DevLake currently supports Jenkins, GitHub Actions, and GitLab CI, with CircleCI in development. DevLake also has a custom web-hook that allows you to push deployment data to DevLake if your CI/CD tool isn't yet supported. &lt;/li&gt;
&lt;li&gt;Incidents: This is the source for stability metrics. DevLake is going to soon support PagerDuty and Sentry to make this data even more effective. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In just four succinct steps, DevLake can turn you into a DevOps hero: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Setup DevLake: Using Docker Compose and Kubernetes, Helm, or Temporal. &lt;/li&gt;
&lt;li&gt;Collect Data: With DevLake's versatile connectors, you can extract the data you need from many tools. &lt;/li&gt;
&lt;li&gt;Launch Ready-to-Run Dashboards: DevLake comes pre-configured with many metrics and dashboards, including full DORA support. &lt;/li&gt;
&lt;li&gt;Customize: You can personalize and even create brand new metrics and dashboards in DevLake with just a few SQL queries. &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Once you have set up DevLake, connected the data sources, and run the necessary pipelines for collection, DevLake will be ready to render a complete DORA dashboard leveraging the power of Grafana. &lt;/p&gt;

&lt;p&gt;Whether you want to implement DORA in its standard format, or develop more advanced and specific dashboards, with DevLake, you're only a few clicks and queries away.  &lt;/p&gt;

</description>
      <category>devops</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>tooling</category>
    </item>
    <item>
      <title>Tips for Managing an Open-Source Project (with the Creator of Homebrew)</title>
      <dc:creator>Maxim Wheatley</dc:creator>
      <pubDate>Tue, 23 Aug 2022 20:57:00 +0000</pubDate>
      <link>https://forem.com/maximwheatley/tips-for-managing-an-open-source-project-with-the-creator-of-homebrew-4pgl</link>
      <guid>https://forem.com/maximwheatley/tips-for-managing-an-open-source-project-with-the-creator-of-homebrew-4pgl</guid>
      <description>&lt;p&gt;I sat down with Max Howell, the creator of Homebrew, one of the most widely used dev-tools ever, and one of the most ubiquitous open-source projects of recent years. In my conversation with him, Max shared some interesting insights on how he managed to maintain and manage a great product and project. &lt;/p&gt;

&lt;p&gt;This conversation was part of the &lt;a href="https://github.com/apache/incubator-devlake"&gt;DevLake&lt;/a&gt; community meetup, DevLake is the open-source dev-data platform giving you the power to connect, query, and visualize data from all your development tools, all in a totally personalized dashboard. &lt;/p&gt;

&lt;p&gt;So let's get into it! &lt;/p&gt;

&lt;p&gt;An important point in being an effective open-source maintainer, is that it is truly all encompassing: &lt;/p&gt;

&lt;p&gt;&lt;em&gt;"It's a crash course in everything from product management, to customer service, to design, to DevOps... you really have to be ready to do all these things or recruit and engage people that can."&lt;/em&gt; &lt;strong&gt;- Max Howell (Creator of Homebrew)&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Create a list of relevant forums, and pay close attention to the questions and discussions:&lt;/strong&gt;&lt;br&gt;
As you get started, identify projects with similar use-cases, features, tech-stacks, and audiences, and make it part of your process to understand where things go wrong, what kinds of issues people run into, and figure out how you can preemptively account for these wherever possible. &lt;/p&gt;

&lt;p&gt;As you get more traction and a community, you need to monitor everywhere (not just your own community) to ensure you're being as supportive as possible.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Get really good at saying NO. With meaning.&lt;/strong&gt;&lt;br&gt;
Early on especially, there is a temptation to accept almost anything that comes in, but if you do this your project can lose purpose, vision, or quality. As the maintainer you need to be comfortable saying no, and providing feedback and guidance to ensure the next contribution is worth saying yes too. You also need to be extremely clear about what is acceptable, what the purpose of the project is, and what the roadmap should look like. The less guessing contributors have to do, the better the project and product will be. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Don't leave things too polished.&lt;/strong&gt;&lt;br&gt;
There is always a temptation towards perfection. However, if you don't leave opportunities for users and community members to find bugs, issues, or opportunities to polish the project, you'll overly constrain the 'hacking' opportunities for people to get their hands dirty. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Keep your documentation as simple and consolidated as possible.&lt;/strong&gt;&lt;br&gt;
Think about the user-experience of your documentation and ReadMe as a product unto itself, try to reduce the number of pieces that are necessary, consolidate where you can, and optimize to make things interesting and easy to read. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Less features = Better product.&lt;/strong&gt;&lt;br&gt;
Be disciplined with your roadmap, use-cases, features, and goals. The more this grows, the less coherent the vision will remain, and the chances of shipping seriously buggy or unstable releases increases dramatically. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Don't be afraid of becoming a leader and 'figurehead'&lt;/strong&gt;&lt;br&gt;
Many new maintainers feel a sense of "Imposter Syndrome" and as a result shy away from the spotlight or from taking charge of their own project. In Max's words "Every great project ever, there's been some clear person, a clear leader who can set the goals and make the decisions." &lt;br&gt;
There has to be somebody who leads the project and does so publicly to set the tone, be accessible, share the updates and insights, and make the decisions. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Be comfortable with the 'thankless' nature of OSS.&lt;/strong&gt;&lt;br&gt;
Many new maintainers struggle with the reality that for the most part, their users won't have an opportunity or motivation to reach out and thank them or share their stories. Once you're growing, you have to accept that the joy and satisfaction is in building something great, and with the faith that you are enabling others to build great things, and that ultimately it will indeed be worthwhile. &lt;/p&gt;

&lt;p&gt;In my next blog, I'll be sharing Max's thoughts on the future of open-source, and what he believes the current challenges (and future solutions) will look like! &lt;/p&gt;

&lt;p&gt;Follow along for the next post!&lt;/p&gt;

&lt;p&gt;Join me this Thursday where I will be discussing open-source sustainability with Joseph Jacks (Founder of OSS Capital and the Open Core Summit): &lt;a href="https://twitter.com/i/spaces/1BRJjngEvqNJw?s=20"&gt;https://twitter.com/i/spaces/1BRJjngEvqNJw?s=20&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Learn more about what we're up to with DevLake: *&lt;/em&gt; &lt;a href="https://github.com/apache/incubator-devlake"&gt;https://github.com/apache/incubator-devlake&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>devops</category>
      <category>discuss</category>
      <category>startup</category>
    </item>
    <item>
      <title>How to Build Great Open-Source DevTools: With Max Howell (Creator of Homebrew)</title>
      <dc:creator>Maxim Wheatley</dc:creator>
      <pubDate>Mon, 15 Aug 2022 21:40:00 +0000</pubDate>
      <link>https://forem.com/maximwheatley/how-to-build-great-open-source-devtools-with-max-howell-creator-of-homebrew-5eoc</link>
      <guid>https://forem.com/maximwheatley/how-to-build-great-open-source-devtools-with-max-howell-creator-of-homebrew-5eoc</guid>
      <description>&lt;p&gt;I sat down for over an hour with the creator of one of the world's most successful developer tools, the near ubiquitous Homebrew package manager. This is the first in a four-part series that dives deep into our conversation to share some of the most actionable insights with the community. &lt;/p&gt;

&lt;p&gt;In today's blog, I get into the thoughts, advice, and lessons that Max shared when it comes to building and managing great open-source developer tools.&lt;/p&gt;

&lt;p&gt;Thank you to the &lt;a href="https://github.com/apache/incubator-devlake"&gt;Apache DevLake&lt;/a&gt; community for making this event possible, and to Max Howell for his time, wisdom, and generosity! DevLake is the open-source Dev-Data platform bringing all your DevOps tools into one customized, transparent, powerful dashboard! &lt;/p&gt;

&lt;p&gt;&lt;em&gt;"I think part of what allowed Homebrew to take off so quickly, was that by design, but also somewhat unintentionally, it was really easy to start hacking on, without needing to invest a massive amount of time or effort to get going."&lt;/em&gt;  - Max Howell &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here are some of the most interesting and actionable insights he shared with us on building great open-source developer tools:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Figure out how to make error handling and messaging as informative as possible. The more you can help your users help themselves, the more readily your project can scale. Responsiveness is essential to build a great community, community is essential to building a great open-source project, if you aren't in a position to remain responsive as you grow, you'll be challenged to really scale. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Start small, and with a clear use-case and workflow. If your project is too large in scope and ambition, it can be challenging for developers to figure out the codebase and even harder to get started. Even if you have a grand vision, reduce it to the most essential ingredients.  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Put together a ReadMe that quickly gets new people up to speed on several key things: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What is this, and what makes it new and different? &lt;/li&gt;
&lt;li&gt;Who is this for, and what will they do with it? &lt;/li&gt;
&lt;li&gt;How do they get started and how do they use it? &lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Don't make your releases "too polished" and be mindful of achieving a balance where there are clear areas and opportunities for new contributors to fix and improve things. There are levels to becoming even more strategic with "good first issues" etc. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;From a product/project strategy perspective, be cautious about adding too many features, if you make it easy for the user to "shoot themselves in the foot", it's less likely that they are going to keep using the product. Reliability in both implementation and execution are critical to obsess over. If people 'hurt themselves' or their project with your tool, they'll never come back. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;As a project leader, you need to stay focused on how you're really empowering your end-users to work more effectively, seamlessly, and quickly on the things they care about: &lt;br&gt;&lt;br&gt;
&lt;em&gt;"They don't care about your project, they're probably grateful for it, but they care about what they are building, what they are working on, and that your project helps them do that better."&lt;/em&gt;  - Max Howell&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Be obsessed with reducing the number of steps and the number of proverbial "hoops" to jump through to get to the key distinguishing feature. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;"90% of developers don't want to spend excessive time tinkering with things, figuring out something that they may or may not end up finding valuable, the power users will hack their way through regardless, but to get real momentum it has to be easy and FAST."&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Find ways to really work with the major ecosystem tools, platforms, and infrastructure &lt;em&gt;"open source developer tools are always incremental, and built on the shoulders of giants."&lt;/em&gt; You don't want to build something that requires some fundamental shift in how they are already working, to succeed you have to be harmonious with existing behaviors, and require the least amount of behavior changes to adopt. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In my next blog from this interview, I'll be sharing Max's thoughts on how to maintain and manage an open-source project effectively as it goes from initial community-pick-up to global sensation. Follow along for the next post!&lt;/p&gt;

&lt;p&gt;Join me for my next interview with Sharan Foga, Board Member of the Apache Software Foundation this Thursday! &lt;br&gt;
&lt;a href="https://lu.ma/01lv9yy0"&gt;https://lu.ma/01lv9yy0&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Learn more about what we're up to with DevLake: &lt;a href="https://github.com/apache/incubator-devlake"&gt;https://github.com/apache/incubator-devlake&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tooling</category>
      <category>opensource</category>
      <category>tutorial</category>
      <category>todayilearned</category>
    </item>
    <item>
      <title>Interviewing The Creator of Homebrew! What Should I Ask Him?!</title>
      <dc:creator>Maxim Wheatley</dc:creator>
      <pubDate>Tue, 02 Aug 2022 21:06:28 +0000</pubDate>
      <link>https://forem.com/maximwheatley/interviewing-the-creator-of-homebrew-what-should-i-ask-him-2gh3</link>
      <guid>https://forem.com/maximwheatley/interviewing-the-creator-of-homebrew-what-should-i-ask-him-2gh3</guid>
      <description>&lt;p&gt;Hey Dev.to Fam! I'm excited to have the chance to interview long-time friend and mentor, Max Howell, the creator of Homebrew! &lt;/p&gt;

&lt;p&gt;*&lt;em&gt;He's an open-source icon, and a great product thinker. I want to make sure I cover some interesting things. What do you think I should ask? &lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;All are welcome to join us! The link for the live interview is here: &lt;br&gt;
&lt;a href="https://lu.ma/a86n488w" rel="noopener noreferrer"&gt;https://lu.ma/a86n488w&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdxq50i9iikta7byp6xc9.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdxq50i9iikta7byp6xc9.jpeg" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>career</category>
      <category>opensource</category>
      <category>watercooler</category>
    </item>
    <item>
      <title>"There's a Dashboard for That" New Open Source Template for Bug Tracking</title>
      <dc:creator>Maxim Wheatley</dc:creator>
      <pubDate>Mon, 25 Apr 2022 22:03:36 +0000</pubDate>
      <link>https://forem.com/maximwheatley/theres-a-dashboard-for-that-new-open-source-template-for-bug-tracking-5cpb</link>
      <guid>https://forem.com/maximwheatley/theres-a-dashboard-for-that-new-open-source-template-for-bug-tracking-5cpb</guid>
      <description>&lt;p&gt;We built &lt;a href="https://github.com/merico-dev/lake"&gt;DevLake&lt;/a&gt; to be the most transparent and personalized solution to make sense of development data. DevLake unifies the fragmented and heterogeneous data inside your development tools, and makes it easy to query that unified data, all within a customized dashboard.&lt;/p&gt;

&lt;p&gt;We've succeeded in building the technology, but it's only the beginning of the journey!&lt;/p&gt;

&lt;p&gt;We are now on a mission to continue growing the capabilities of DevLake, to make it ridiculously easy and effective to implement, we are creating highly specific dashboard templates. &lt;/p&gt;

&lt;p&gt;A totally custom development dashboard is just a few minutes away for anybody!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Want to improve code quality?&lt;/li&gt;
&lt;li&gt;Want to accelerate delivery?&lt;/li&gt;
&lt;li&gt;Want to identify bottlenecks?&lt;/li&gt;
&lt;li&gt;Want to improve technical retros?&lt;/li&gt;
&lt;li&gt;Want to improve observability?&lt;/li&gt;
&lt;li&gt;Want to improve on SLAs?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;To paraphrase our friends at Apple: "There's a dashboard for that."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every. Single. Week. We will be releasing a new open source dashboard template. &lt;/p&gt;

&lt;p&gt;We want to help the world of software development become one that is more data-driven, all while celebrating the often hidden accomplishments of the people building that software. We're confident this is one practical step we can take to bring this vision to life!&lt;/p&gt;

&lt;p&gt;If you want a particular dashboard or set of metrics, or need support to get something set up, let us know, we'll make it happen, at no cost to you or your company.&lt;/p&gt;

&lt;p&gt;To kick things off this week, we built a weekly huddle dashboard for evaluating and triaging bugs.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What new bugs were created last week?&lt;/li&gt;
&lt;li&gt;What bugs got fixed last week?&lt;/li&gt;
&lt;li&gt;How does that compare to the previous week?&lt;/li&gt;
&lt;li&gt;What are our oldest bugs?&lt;/li&gt;
&lt;li&gt;What's the average age of bugs in our backlog?&lt;/li&gt;
&lt;li&gt;How many new bugs do we create each week on average?&lt;/li&gt;
&lt;li&gt;How many bugs are we fixing each week on average?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We built this dashboard inspired by conversations and use-cases with our friends at Scarf and Coder (both awesome teams building great developer tech!)&lt;/p&gt;

&lt;p&gt;The template is ready for you to customize in the current &lt;a href="https://github.com/merico-dev/lake"&gt;DevLake&lt;/a&gt; release, available right now on GitHub for everybody.&lt;/p&gt;

&lt;p&gt;With each update, we will be making more templates available to empower you to spend more time doing what you love: building.&lt;/p&gt;

&lt;p&gt;More Dev. Less Ops.&lt;/p&gt;

&lt;p&gt;**GitHub Link: **&lt;a href="https://github.com/merico-dev/lake"&gt;https://github.com/merico-dev/lake&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>opensource</category>
      <category>tooling</category>
      <category>productivity</category>
    </item>
    <item>
      <title>An Open Source DevOps Toolchain Manager</title>
      <dc:creator>Maxim Wheatley</dc:creator>
      <pubDate>Wed, 02 Mar 2022 17:07:00 +0000</pubDate>
      <link>https://forem.com/maximwheatley/an-open-source-devops-toolchain-manager-1ddd</link>
      <guid>https://forem.com/maximwheatley/an-open-source-devops-toolchain-manager-1ddd</guid>
      <description>&lt;p&gt;Hey Dev.to Family! Forgive my shameless promotion, but I'm proud of my teammates and want to share, and hoping you'll help! &lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Quick demo video at the bottom of the post!&lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;DevStream, is an open source DevOps toolchain manager that we developed to make it fast and easy to configure, launch, and manage a workflow in just a few minutes with a single command. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/merico-dev/stream" rel="noopener noreferrer"&gt;https://github.com/merico-dev/stream&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As we've built DevOps tools, it became clear what a headache it was for teams to set up new workflows (and many don't really have them because of this!) So we wanted to do our part to solve this.&lt;/p&gt;

&lt;p&gt;No more manual curl/wget download, apt install, helm install; no more local experiments and playing around just to get a piece of tool installed correctly. &lt;/p&gt;

&lt;p&gt;DevStream does the hard work for you so you can focus on building (the fun part!) &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fftgp92ogqlgtmaz2y11i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fftgp92ogqlgtmaz2y11i.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can define your desired DevOps tools in a single human-readable YAML config file, and at the press of a button (one single command), you will have your whole DevOps toolchain and SDLC workflow set up. &lt;/p&gt;

&lt;p&gt;We've already integrated GitHub Actions, Jenkins, ArgoCI, Grafana/Prometheus, and Trello, more tools on the way! &lt;br&gt;
We'd love your feedback, ideas, contributions, anything is most welcome. We hope you love it and find it as helpful as we intended, and that if so, that you'll help us spread the word!&lt;/p&gt;

&lt;p&gt;GitHub link HERE: &lt;a href="https://github.com/merico-dev/stream" rel="noopener noreferrer"&gt;https://github.com/merico-dev/stream&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>devops</category>
      <category>tooling</category>
    </item>
    <item>
      <title>An Open Source DevOps Dashboard</title>
      <dc:creator>Maxim Wheatley</dc:creator>
      <pubDate>Wed, 24 Nov 2021 23:01:05 +0000</pubDate>
      <link>https://forem.com/maximwheatley/an-open-source-devops-dashboard-4o81</link>
      <guid>https://forem.com/maximwheatley/an-open-source-devops-dashboard-4o81</guid>
      <description>&lt;p&gt;Hey Dev friends! Forgive the shameless promotion, I'm so proud of my teammates and want to share, and hope you'll help! &lt;/p&gt;

&lt;p&gt;DevLake, is a free and open source tool, it brings together all the data from many of your dev tools (GitHub, Jenkins, GitLab, Jira, etc.) and provides analysis and visualization with a personalized dashboard filled with the metrics that matter to YOU. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/merico-dev/lake"&gt;https://github.com/merico-dev/lake&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We saw how much time and energy it takes to make practical sense of DevOps data. "NO MORE!" we said, and so we built DevLake to make it easy for developers everywhere to make their data work for them. &lt;/p&gt;

&lt;p&gt;Our motto is: More Dev. Less Ops. &lt;/p&gt;

&lt;p&gt;We hope DevLake helps you achieve exactly that, and we hope you'll join us by contributing, sharing, or simply by making use of this. Thanks gang!&lt;/p&gt;

&lt;p&gt;(We built DevLake making the most of Go, Grafana, and Docker, among other things! We'd love to chat about our experience building this if anybody has questions or ideas!) &lt;/p&gt;

&lt;p&gt;GitHub link HERE: &lt;a href="https://github.com/merico-dev/lake"&gt;https://github.com/merico-dev/lake&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>opensource</category>
      <category>analytics</category>
      <category>go</category>
    </item>
    <item>
      <title>We Just Open Sourced our Tech!</title>
      <dc:creator>Maxim Wheatley</dc:creator>
      <pubDate>Tue, 15 Jun 2021 18:49:53 +0000</pubDate>
      <link>https://forem.com/maximwheatley/we-just-open-sourced-our-tech-jl</link>
      <guid>https://forem.com/maximwheatley/we-just-open-sourced-our-tech-jl</guid>
      <description>&lt;p&gt;We believe that OSS is the present and future of great developer-led tech, so here we are. &lt;/p&gt;

&lt;p&gt;Merico Build is an open platform to quantify and articulate developer contribution and accomplishment, it's powered by novel static analysis techniques, and now open to all! &lt;/p&gt;

&lt;p&gt;&lt;a href="https://merico.substack.com/p/open-source-and-developer-first"&gt;https://merico.substack.com/p/open-source-and-developer-first&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We hope you'll follow us on this journey, or better yet, join us!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>tooling</category>
      <category>discuss</category>
      <category>devops</category>
    </item>
    <item>
      <title>"Glassdoor" but for Remote!</title>
      <dc:creator>Maxim Wheatley</dc:creator>
      <pubDate>Mon, 08 Mar 2021 18:51:51 +0000</pubDate>
      <link>https://forem.com/maximwheatley/glassdoor-but-for-remote-df1</link>
      <guid>https://forem.com/maximwheatley/glassdoor-but-for-remote-df1</guid>
      <description>&lt;p&gt;Hey Dev.to friends! Today we released our love letter to remote work: "Glassdoor" but focused 100% on the factors that make-or-break the experience for remote employees. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://remoterated.com/"&gt;https://remoterated.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We know that things like transparency, remote-leadership, tool choices, and remote benefits can be game-changers, but none of the ratings websites were paying attention to them, so that's what we've built here! &lt;/p&gt;

&lt;p&gt;I'd love your thoughts and feedback, and if you're feeling generous, I'm incredibly grateful for a share or shoutout! :-) &lt;/p&gt;

&lt;p&gt;Thanks gang! &lt;/p&gt;

</description>
      <category>career</category>
      <category>startup</category>
      <category>discuss</category>
    </item>
    <item>
      <title>What is most difficult to articulate in an engineering interview? </title>
      <dc:creator>Maxim Wheatley</dc:creator>
      <pubDate>Tue, 05 Jan 2021 20:54:21 +0000</pubDate>
      <link>https://forem.com/maximwheatley/what-is-most-difficult-to-articulate-in-an-engineering-interview-1n33</link>
      <guid>https://forem.com/maximwheatley/what-is-most-difficult-to-articulate-in-an-engineering-interview-1n33</guid>
      <description>&lt;p&gt;In job interviews, what elements of your development experience/expertise do you find most challenging to articulate, prove, or demonstrate? &lt;/p&gt;

</description>
      <category>discuss</category>
      <category>career</category>
      <category>programming</category>
    </item>
    <item>
      <title>We just released free analytics to empower OSS!</title>
      <dc:creator>Maxim Wheatley</dc:creator>
      <pubDate>Thu, 17 Dec 2020 16:40:05 +0000</pubDate>
      <link>https://forem.com/maximwheatley/we-just-released-free-analytics-to-empower-oss-49a</link>
      <guid>https://forem.com/maximwheatley/we-just-released-free-analytics-to-empower-oss-49a</guid>
      <description>&lt;p&gt;You write code for more than just work, but how do you translate those contributions into growth, career outcomes, or skill development? We've created a product to solve exactly these challenges, articulating hidden value!&lt;/p&gt;

&lt;p&gt;We started Merico to empower developers, and we can think of no better way to do so than to release a version of our product specifically geared towards the individual developer, at no cost, so that's what we've done. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.producthunt.com/posts/merico-build"&gt;https://www.producthunt.com/posts/merico-build&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope you'll try it, and if you like it, that you'll share it! Thanks DEV family! :-) &lt;/p&gt;

</description>
      <category>productivity</category>
      <category>tooling</category>
      <category>analytics</category>
      <category>opensource</category>
    </item>
    <item>
      <title>How do you measure productivity?</title>
      <dc:creator>Maxim Wheatley</dc:creator>
      <pubDate>Tue, 15 Dec 2020 17:58:49 +0000</pubDate>
      <link>https://forem.com/merico/how-do-you-measure-productivity-27om</link>
      <guid>https://forem.com/merico/how-do-you-measure-productivity-27om</guid>
      <description>&lt;p&gt;Hey Dev community! Maxim here from the Merico team. We spend a ton of time thinking about engineering productivity: &lt;br&gt;
How to measure it? How to define it? How to improve it? &lt;/p&gt;

&lt;p&gt;All simple questions with tricky answers. I'd love to hear from you on what you have used in the past that has worked whether tools, metrics, or techniques! &lt;/p&gt;

&lt;p&gt;Hope to hear from you, and look forward to the conversation! &lt;/p&gt;

&lt;p&gt;Disclosure: On Thursday we are releasing a free version of our analytics product to give developers better insights and data into their own performance and productivity. We are on a mission to help people articulate their accomplishments to become better coders and achieve more in their careers! &lt;/p&gt;

</description>
      <category>productivity</category>
      <category>analytics</category>
      <category>performance</category>
      <category>career</category>
    </item>
  </channel>
</rss>
