<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Productivity on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/productivity/</link><description>Recent content in Productivity on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 19 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/productivity/index.xml" rel="self" type="application/rss+xml"/><item><title>Welcome to GitButler: Revolutionizing Your Git Workflow</title><link>https://ai-blog.noorshomelab.dev/gitbutler-workflow-guide-2026/welcome-to-gitbutler/</link><pubDate>Fri, 10 Apr 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/gitbutler-workflow-guide-2026/welcome-to-gitbutler/</guid><description>&lt;h2 id="welcome-to-gitbutler-revolutionizing-your-git-workflow"&gt;Welcome to GitButler: Revolutionizing Your Git Workflow&lt;/h2&gt;
&lt;p&gt;Hello and welcome to the exciting world of GitButler! If you&amp;rsquo;ve ever found yourself wrestling with &lt;code&gt;git rebase -i&lt;/code&gt;, managing multiple feature branches, or dreading the process of cleaning up your commit history, you&amp;rsquo;re in the right place. Git, while incredibly powerful, often presents a steep learning curve and can introduce friction into your daily development workflow.&lt;/p&gt;
&lt;p&gt;This chapter is your first step into understanding how GitButler aims to simplify and enhance your Git experience. We&amp;rsquo;ll explore its core philosophy, introduce the groundbreaking concepts of virtual and stacked branches, and get you set up with the application. By the end of this chapter, you&amp;rsquo;ll have GitButler installed and be ready to connect your first repository, setting the stage for a more efficient and enjoyable coding journey.&lt;/p&gt;</description></item><item><title>Your First AI-Generated Code: Inline Suggestions and Autocomplete</title><link>https://ai-blog.noorshomelab.dev/ai-coding-systems-2026/first-ai-generated-code/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-coding-systems-2026/first-ai-generated-code/</guid><description>&lt;h2 id="introduction-your-ai-pair-programmers-first-words"&gt;Introduction: Your AI Pair Programmer&amp;rsquo;s First Words&lt;/h2&gt;
&lt;p&gt;Welcome to the exciting world of hands-on AI coding! In the previous chapter, we set up our environment. Now, it&amp;rsquo;s time to experience the most immediate and impactful way AI can boost your coding productivity: through intelligent inline code suggestions and enhanced autocomplete. Think of it as having an incredibly knowledgeable pair programmer sitting right beside you, constantly anticipating your next move and offering perfect code snippets.&lt;/p&gt;</description></item><item><title>Refactoring and Code Review with AI: Enhancing Quality and Readability</title><link>https://ai-blog.noorshomelab.dev/ai-coding-systems-2026/refactoring-code-review-ai/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-coding-systems-2026/refactoring-code-review-ai/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, coding companions! In our previous chapters, we&amp;rsquo;ve explored how AI coding systems can be powerful allies for generating new code and assisting with debugging. Now, let&amp;rsquo;s turn our attention to two critical aspects of software development that often demand significant time and expertise: &lt;strong&gt;refactoring&lt;/strong&gt; and &lt;strong&gt;code review&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Refactoring is the art of restructuring existing code without changing its external behavior, aiming to improve its readability, maintainability, and extensibility. Code review, on the other hand, is the process of critically examining code to identify potential bugs, enforce coding standards, and share knowledge. Both are essential for building robust, high-quality software, but they can be time-consuming. This is where AI steps in!&lt;/p&gt;</description></item><item><title>Optimizing Your Workflow: Customization and Productivity Hacks</title><link>https://ai-blog.noorshomelab.dev/jujutsu-vcs-guide-2026/customization-productivity/</link><pubDate>Tue, 19 May 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/jujutsu-vcs-guide-2026/customization-productivity/</guid><description>&lt;p&gt;Welcome back, fellow Jujutsu explorers! You&amp;rsquo;ve mastered the core concepts of &lt;code&gt;jj&lt;/code&gt;, from its unique working-copy-as-a-commit model to navigating mutable history and leveraging the powerful operation log. Now, it&amp;rsquo;s time to truly make &lt;code&gt;jj&lt;/code&gt; your own.&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;ll dive deep into customizing &lt;code&gt;jj&lt;/code&gt; to fit your personal workflow like a glove. We&amp;rsquo;ll explore configuration files, create powerful aliases for common commands, integrate &lt;code&gt;jj&lt;/code&gt; with your favorite editors and diff tools, and even craft custom output templates. The goal is simple: to make your &lt;code&gt;jj&lt;/code&gt; experience as efficient, intuitive, and productive as possible.&lt;/p&gt;</description></item><item><title>Jujutsu (jj VCS) Practical Field Guide</title><link>https://ai-blog.noorshomelab.dev/guides/jujutsu-vcs-guide/</link><pubDate>Tue, 19 May 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/jujutsu-vcs-guide/</guid><description>&lt;h2 id="welcome-to-jujutsu-jj-vcs-streamlining-your-version-control"&gt;Welcome to Jujutsu (jj VCS): Streamlining Your Version Control&lt;/h2&gt;
&lt;p&gt;Many developers navigate the complexities of Git daily, often seeking more intuitive ways to manage their code&amp;rsquo;s history. Jujutsu, or &lt;code&gt;jj&lt;/code&gt;, offers an alternative approach to version control, designed to simplify common tasks like amending commits, rebasing, or splitting changes.&lt;/p&gt;
&lt;p&gt;This guide provides a complete roadmap to mastering Jujutsu, covering its foundational concepts and progressing to advanced workflows. We will explore how &lt;code&gt;jj&lt;/code&gt; redefines version control through a mutable history model and a &amp;ldquo;working-copy-as-a-commit&amp;rdquo; paradigm, aiming to enhance productivity and reduce friction often associated with traditional Git workflows.&lt;/p&gt;</description></item></channel></rss>