<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>willwright.tech - Will Wright - Developer, Tech Lead, Mad Man, Dad</title>
        <link>https://willwright.tech</link>
        <description>Will Wright - Developer, Tech Lead, Mad Man, Dad</description>
        <lastBuildDate>Thu, 30 Jan 2025 21:57:27 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>willwright.tech - Will Wright - Developer, Tech Lead, Mad Man, Dad</title>
            <url>https://willwright.tech/assets/willwright-logo-icon-square.png</url>
            <link>https://willwright.tech</link>
        </image>
        <copyright>All rights reserved 2025, John Doe</copyright>
        <item>
            <title><![CDATA[Understanding Shopify Webhooks: Custom Metafields Aren't Included in Order/Create Payloads]]></title>
            <link>https://willwright.tech/posts/shopify-metafield-new-order-webhook</link>
            <guid>https://willwright.tech/posts/shopify-metafield-new-order-webhook</guid>
            <pubDate>Fri, 29 Nov 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[When integrating an external ERP with a Shopify store, it's crucial to understand that custom metafields are not included in the order/create webhook payload.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/shopify-metafield-new-order-webhook/cover.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Troubleshooting Shopify Function Execution Limits: From JavaScript to Rust]]></title>
            <link>https://willwright.tech/posts/debug-shopify-function-execution</link>
            <guid>https://willwright.tech/posts/debug-shopify-function-execution</guid>
            <pubDate>Tue, 24 Sep 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Debug and optimize a Shopify function for splitting "bundled" products in the cart. We tackle the "InstructionCountLimitExceeded" error, use Shopify's tools for local debugging, and significantly improve performance by refactoring the function from JavaScript to Rust.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/debug-shopify-function-execution/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Using SST Config Variables with Shopify Remix deployed to AWS Lambda]]></title>
            <link>https://willwright.tech/posts/sst-config-variables</link>
            <guid>https://willwright.tech/posts/sst-config-variables</guid>
            <pubDate>Sun, 18 Aug 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Learn how to manage environment variables in SST using .env files and the Config class. Explore the setup process, variable definitions, and usage in Lambda functions. Discover the benefits of using the Config method and how to resolve common issues like top-level awaits. Enhance your SST development workflow with effective environment variable management techniques.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/using-sst-config-variables-in-remix/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Shopify-Remix App in AWS Lambda local development setup]]></title>
            <link>https://willwright.tech/posts/shopify-remix-aws-lambda-local-dev</link>
            <guid>https://willwright.tech/posts/shopify-remix-aws-lambda-local-dev</guid>
            <pubDate>Sun, 17 Mar 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Explore a simplified approach to local development for Shopify-Remix apps on AWS Lambda. Learn how to bypass database connectivity hurdles with a Docker-managed local MySQL instance.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/shopify-remix-aws-lambda-local-dev/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Deploy a Shopify-Remix app to AWS Lambda using SST]]></title>
            <link>https://willwright.tech/posts/shopify-remix-aws-lambda</link>
            <guid>https://willwright.tech/posts/shopify-remix-aws-lambda</guid>
            <pubDate>Wed, 13 Mar 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[This guide demonstrates deploying a Shopify-Remix app to AWS Lambda via SST. It involves overcoming compatibility issues, particularly with Prisma, replaced by Kysely. Prerequisites include Node.js and AWS CLI. Key steps cover app creation, SST installation, AWS CLI configuration, stack definition with VPC and RDS, Prisma replacement, deployment, .env file update, and app redeployment.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/shopify-remix-aws-lambda/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Shopify stagedUploadsCreate resource valid values]]></title>
            <link>https://willwright.tech/posts/shopify-stage-media-resource</link>
            <guid>https://willwright.tech/posts/shopify-stage-media-resource</guid>
            <pubDate>Mon, 19 Feb 2024 00:00:00 GMT</pubDate>
            <description><![CDATA["RequestError: Access denied for stagedUploadsCreate field." from stagedUploadsCreate mutation]]></description>
            <enclosure url="https://willwright.tech/assets/blog/shopify-stage-media-resource/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Build a meeting conflict autoresponder with ChatGPT]]></title>
            <link>https://willwright.tech/posts/meeting-conflict-autoresponder</link>
            <guid>https://willwright.tech/posts/meeting-conflict-autoresponder</guid>
            <pubDate>Sat, 03 Feb 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[A simple way to use ChatGPT to build a meeting conflict response automation]]></description>
            <enclosure url="https://willwright.tech/assets/blog/meeting-conflict-autoresponder/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Text to image with AI experimentation]]></title>
            <link>https://willwright.tech/posts/ai-avatar-generation</link>
            <guid>https://willwright.tech/posts/ai-avatar-generation</guid>
            <pubDate>Mon, 29 Jan 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Experimenting with AI trained on my likeness to generate images from text.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/ai-avatar-generation/replicate-prediction-5wtoo43behedhbeshgy7fhiff4-0.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Collection count() vs getSize()]]></title>
            <link>https://willwright.tech/posts/collection-count-vs-getsize</link>
            <guid>https://willwright.tech/posts/collection-count-vs-getsize</guid>
            <pubDate>Sun, 07 Jan 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Comparing the performance of count() and getSize() on a Magento collection.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/collection-count-vs-getsize/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[LifeLog: Time Tracking]]></title>
            <link>https://willwright.tech/posts/life-log-timetracking</link>
            <guid>https://willwright.tech/posts/life-log-timetracking</guid>
            <pubDate>Sat, 11 Nov 2023 00:00:00 GMT</pubDate>
            <enclosure url="https://willwright.tech/assets/blog/life-log-timetracking/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Hosting Strapi in Render]]></title>
            <link>https://willwright.tech/posts/strapi-in-render</link>
            <guid>https://willwright.tech/posts/strapi-in-render</guid>
            <pubDate>Wed, 08 Nov 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[Learn how to fix broken image URLs in your Strapi admin on Render by setting the STRAPI_ADMIN_BACKEND_URL environment variable. Follow this guide to ensure your media uploads work seamlessly with your custom domain.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/strapi-in-render/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Wash Your Solar Panels]]></title>
            <link>https://willwright.tech/posts/wash-your-solar-panels</link>
            <guid>https://willwright.tech/posts/wash-your-solar-panels</guid>
            <pubDate>Sun, 28 May 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[Washing your solar panels can make a difference in output]]></description>
            <enclosure url="https://willwright.tech/assets/blog/wash-your-solar-panels/solar-panels-painting.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Magento: Translate dynamic values in KnockOut templates]]></title>
            <link>https://willwright.tech/posts/magento-translate-dynamic-values</link>
            <guid>https://willwright.tech/posts/magento-translate-dynamic-values</guid>
            <pubDate>Sat, 26 Nov 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[You can add placeholders in the knockout template in order to provide translations to dynamic values.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/magento-translate-dynamic-values/image-7-1-e1667801025186.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[PHPStorm+Magento: Configure URN mappings for separate content root]]></title>
            <link>https://willwright.tech/posts/phpstormmagento-configure-urn-mappings-for-separate-content-root</link>
            <guid>https://willwright.tech/posts/phpstormmagento-configure-urn-mappings-for-separate-content-root</guid>
            <pubDate>Thu, 03 Nov 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[An example on how to configure URN mappings for XSD when you content root is not in the root directory.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/phpstorm-magento-urn-configure/cover-image.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Before + After Plugin VS Around Plugin]]></title>
            <link>https://willwright.tech/posts/before-after-plugin-vs-around-plugin</link>
            <guid>https://willwright.tech/posts/before-after-plugin-vs-around-plugin</guid>
            <pubDate>Wed, 26 Oct 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Which is a better implementation? A Before and After plugin or a single Around plugin.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/before-after-plugin-vs-around-plugin/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Beware of 3306 SSH Tunnels]]></title>
            <link>https://willwright.tech/posts/beware-of-3306-ssh-tunnels</link>
            <guid>https://willwright.tech/posts/beware-of-3306-ssh-tunnels</guid>
            <pubDate>Tue, 25 Oct 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Do not choose 3306 for your SSH tunnels to avoid landmines.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/beware-of-3306-ssh-tunnels/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[The Effect of Altitude on Sp02]]></title>
            <link>https://willwright.tech/posts/the-effect-of-altitude-on-sp02</link>
            <guid>https://willwright.tech/posts/the-effect-of-altitude-on-sp02</guid>
            <pubDate>Thu, 21 Jul 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[See the effect of altitude on Sp02 measured by FitBit.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/the-effect-of-altitude-on-sp02/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[The Importance of Feedback]]></title>
            <link>https://willwright.tech/posts/the-importance-of-feedback</link>
            <guid>https://willwright.tech/posts/the-importance-of-feedback</guid>
            <pubDate>Wed, 29 Jun 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[When designing a integration that is going to export data to a separate application, do not underestimate the importance of having a way to validate the data that is being sent. It might not seem critical to the feature but it is.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/the-importance-of-feedback/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Re-Indexing Optimizely CMS/Commerce]]></title>
            <link>https://willwright.tech/posts/re-indexing-optimizely-cms-commerce</link>
            <guid>https://willwright.tech/posts/re-indexing-optimizely-cms-commerce</guid>
            <pubDate>Sat, 12 Mar 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[How to re-index Optimizely CMS and Commerce.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/re-indexing-optimizely-cms-commerce/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Visual Studio: Show the current open file in Solution Explorer]]></title>
            <link>https://willwright.tech/posts/visual-studio-show-the-current-open-file-in-solution-explorer</link>
            <guid>https://willwright.tech/posts/visual-studio-show-the-current-open-file-in-solution-explorer</guid>
            <pubDate>Fri, 04 Mar 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Visual Studio: Show the current open file in Solution Explorer]]></description>
            <enclosure url="https://willwright.tech/assets/blog/visual-studio-show-the-current-open-file-in-solution-explorer/cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Chome: "You cannot visit whatever.com right now because the website uses HSTS" workaround]]></title>
            <link>https://willwright.tech/posts/chome-you-cannot-visit-whatever-com-right-now-because-the-website-uses-hsts-workaround</link>
            <guid>https://willwright.tech/posts/chome-you-cannot-visit-whatever-com-right-now-because-the-website-uses-hsts-workaround</guid>
            <pubDate>Sat, 19 Feb 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[TLDR; Just type: "thisisunsafe". There is no prompt or input, just type it while you have the chrome window focused.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/chome-you-cannot-visit-whatever-com-right-now-because-the-website-uses-hsts-workaround/image-e1645312660245.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[docker clone volume]]></title>
            <link>https://willwright.tech/posts/docker-clone-volume</link>
            <guid>https://willwright.tech/posts/docker-clone-volume</guid>
            <pubDate>Sat, 19 Feb 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[If you are developing a website and you are running your local environment in docker then, when it comes to testing, you can use this little trick to come up with some useful patterns.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/docker-clone-volume/out-2.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[How To Setup PHPStorm for Magento Development]]></title>
            <link>https://willwright.tech/posts/how-to-setup-phpstorm-for-magento-development</link>
            <guid>https://willwright.tech/posts/how-to-setup-phpstorm-for-magento-development</guid>
            <pubDate>Wed, 27 May 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[A guide for setting up PHPStorm for Magento Developemnt]]></description>
            <enclosure url="https://willwright.tech/assets/blog/how-to-setup-phpstorm-for-magento-development/PHPStorm.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Ephemeral Branching Pattern]]></title>
            <link>https://willwright.tech/posts/ephemeral-branching-pattern</link>
            <guid>https://willwright.tech/posts/ephemeral-branching-pattern</guid>
            <pubDate>Mon, 11 May 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[A branching pattern to support flexible release artifacts]]></description>
            <enclosure url="https://willwright.tech/assets/blog/ephemeral-branching-pattern/black-and-white-black-and-white-branches.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Code Review]]></title>
            <link>https://willwright.tech/posts/code-review</link>
            <guid>https://willwright.tech/posts/code-review</guid>
            <pubDate>Mon, 20 Apr 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[Thoughts on code review in practice]]></description>
            <enclosure url="https://willwright.tech/assets/blog/code-review/abstract-blackboard-bulb-chalk-355948.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Restricting environment access in Episerver DXP]]></title>
            <link>https://willwright.tech/posts/restricting-environment-access-in-dxp</link>
            <guid>https://willwright.tech/posts/restricting-environment-access-in-dxp</guid>
            <pubDate>Wed, 11 Mar 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[How to restrict environment access in Episerver DXP]]></description>
            <enclosure url="https://willwright.tech/assets/blog/restrict-environment-access-in-dxp/episerver_dxc_blog_image_v3-min-1.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Secure GitHub pages with HTTP Authentication using Lambda@Edge]]></title>
            <link>https://willwright.tech/posts/secure-github-pages-with-lambda</link>
            <guid>https://willwright.tech/posts/secure-github-pages-with-lambda</guid>
            <pubDate>Wed, 26 Feb 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[A guide on how one can secure GitHub pages by using Lambda@Edge]]></description>
            <enclosure url="https://willwright.tech/assets/blog/secure-github-lambda/http-auth-github-pages.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Developing Software is Messy]]></title>
            <link>https://willwright.tech/posts/developing-software-is-messy</link>
            <guid>https://willwright.tech/posts/developing-software-is-messy</guid>
            <pubDate>Tue, 04 Feb 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[As a software engineer, a developer, who is moving upwards (perhaps downwards) towards being an engineering manager; it strikes me that software development is messy; perhaps inherently so.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/developing-software-is-messy/out-3.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[docker-sync performance test]]></title>
            <link>https://willwright.tech/posts/docker-synch-performance-test</link>
            <guid>https://willwright.tech/posts/docker-synch-performance-test</guid>
            <pubDate>Tue, 21 Jan 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[Utilizing Docker has become my go-to approach for Magento2 and various other development tasks, with my well-maintained configurations available on GitHub. Curiosity led me to experiment with docker-sync recently, and the results were remarkable, significantly reducing load times for different cache scenarios.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/docker-sync-performance-test/docker-sync-results.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Getting Things Done (GTD) – In Practice]]></title>
            <link>https://willwright.tech/posts/getting-things-done</link>
            <guid>https://willwright.tech/posts/getting-things-done</guid>
            <pubDate>Wed, 08 Jan 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[GTD, a renowned productivity technique, often lacks real-world examples. I share my personalized GTD approach using Todoist, clarifying, organizing, reflecting, and engaging with tasks. Adapt GTD for optimal productivity.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/getting-things-done/getting-things-done-cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[An Annual Opportunity]]></title>
            <link>https://willwright.tech/posts/an-annual-opportunity</link>
            <guid>https://willwright.tech/posts/an-annual-opportunity</guid>
            <pubDate>Wed, 01 Jan 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[In the days between Christmas and New Years, I see a unique opportunity to declutter my tasks and goals, much like tidying up a workspace for a productive day. Just as we aim to be our best selves every day, let's use this time to set the stage for a year that embodies its highest potential.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/an-annual-opportunity/inbox-cleaning.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[The Meeting Hypothesis]]></title>
            <link>https://willwright.tech/posts/the-meeting-hypothesis</link>
            <guid>https://willwright.tech/posts/the-meeting-hypothesis</guid>
            <pubDate>Wed, 18 Dec 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[Meetings should yield outcomes, ideally in the form of action items for most attendees. Exceptions include insight-sharing or stakeholder involvement. The need for productive results prompts questions about the meeting's necessity and attendees' relevance.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/meeting-hypothesis/meeting-hypothesis-cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Keto Diet Performance Impact]]></title>
            <link>https://willwright.tech/posts/keto-diet-performance-impact</link>
            <guid>https://willwright.tech/posts/keto-diet-performance-impact</guid>
            <pubDate>Tue, 22 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[I recently concluded my Keto Diet and analyzed data comparing my workout performance before and after. Worried about its impact on my workouts due to reduced carbs, I compared a challenging climb. My post-diet time was 3 minutes faster. I'm unsure if Keto affected my performance or if other factors were involved.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/keto-performance-impact/stunt-08252019.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[FPV QuadCopter Build Learnings]]></title>
            <link>https://willwright.tech/posts/fpv-quadcopter-learnings</link>
            <guid>https://willwright.tech/posts/fpv-quadcopter-learnings</guid>
            <pubDate>Tue, 08 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[This content provides useful drone tips acquired through reading, watching videos, and trial and error. Tips include repurposing motor spin as a buzzer, reversing propeller direction for better camera protection, managing VTX settings from OSD/controller, optimizing BetaFlight settings, and setting up a low voltage alarm on Taranis. The author links to expert resources like Oscar Liang and Joshua Bardwell for detailed instructions.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/quadcopter-build-learnings/quadcopter-cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Keto Diet Results]]></title>
            <link>https://willwright.tech/posts/keto-diet-results</link>
            <guid>https://willwright.tech/posts/keto-diet-results</guid>
            <pubDate>Mon, 30 Sep 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[After 6 weeks on the Keto Diet, weight loss was around 2 pounds, short of the 5-pound goal. Belt size decreased, indicating non-numeric progress. Fluctuations in measurements could be due to water weight from sweating. Acetone levels, a Ketosis indicator, showed mixed results. The Keto Diet had a moderate impact, combining numeric and anecdotal changes.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/keto-diet-results/keto-diet-cover.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Keto Diet]]></title>
            <link>https://willwright.tech/posts/keto-diet</link>
            <guid>https://willwright.tech/posts/keto-diet</guid>
            <pubDate>Wed, 04 Sep 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[I decided to try the Ketogenic diet inspired by Tim Ferriss' book "Tools of Titans." My aims were to shed about 5 pounds in 10 weeks while maintaining muscle mass. Using materials from Tim and Dom D'Agostino's KetoCalculator, I tailored my food intake. I tracked progress via a Withings Body smart scale and monitored ketosis using a Ketonix Breath Analyzer. I incorporated GreenChef for meals and adjusted my coffee order to align with the diet. I also noted how the diet affected my exercise performance and shared my use of MCT oil for energy. My journey was supported by resources like Tim's and Dom'ß's works.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/keto-diet/cover-image.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Tramp HV VTX Destruction]]></title>
            <link>https://willwright.tech/posts/tramp-hv-vtx-destruction</link>
            <guid>https://willwright.tech/posts/tramp-hv-vtx-destruction</guid>
            <pubDate>Mon, 13 Aug 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[While disassembling my equipment to replace a damaged RF antenna, the IPEX U.fl connector on my Tramp HV VTX experienced a break. To address this issue, I opted to replace the Tramp VTX with a MatekSys 5.8G VTX-HV, chosen due to positive reviews, desired features, and a sturdy MMCX antenna connector that aligns with a 30mm stack configuration. This replacement ensures enhanced durability compared to the delicate U.FL connector on the previous Tramp model.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/tramp-hv-vtx/VTX-HV_10-260x185.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[S-Turns]]></title>
            <link>https://willwright.tech/posts/s-turns</link>
            <guid>https://willwright.tech/posts/s-turns</guid>
            <pubDate>Sat, 30 Jun 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[Practicing S-Turns with the Rooster MKI]]></description>
            <enclosure url="https://willwright.tech/assets/blog/s-turns/cover-image.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[RunCam Eagle 2 Pro]]></title>
            <link>https://willwright.tech/posts/runcam-eagle-2-pro</link>
            <guid>https://willwright.tech/posts/runcam-eagle-2-pro</guid>
            <pubDate>Fri, 29 Jun 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[The RunCam Split 2 has been replaced with the RunCam Eagle 2 Pro due to potential build quality issues and numerous problems, particularly with the ribbon cable connection affecting video quality. The user has switched to the RunCam Eagle 2 Pro, and the RunCam Split 2 has been succeeded by the RunCam Split 3.]]></description>
            <enclosure url="https://willwright.tech/assets/blog/run-cam-eagle-2-pro/NKD_1639__10533.1552031341.500.750.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[First Rolls]]></title>
            <link>https://willwright.tech/posts/first-rolls</link>
            <guid>https://willwright.tech/posts/first-rolls</guid>
            <pubDate>Mon, 28 May 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[Practicing rolls with the Rooster MKI]]></description>
            <enclosure url="https://willwright.tech/assets/blog/first-rolls/cover-image.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[First Fight]]></title>
            <link>https://willwright.tech/posts/first-flight</link>
            <guid>https://willwright.tech/posts/first-flight</guid>
            <pubDate>Tue, 08 May 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[The first flight of the Rooster MKI]]></description>
            <enclosure url="https://willwright.tech/assets/blog/first-flight/cover-image.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Second Fight]]></title>
            <link>https://willwright.tech/posts/second-flight</link>
            <guid>https://willwright.tech/posts/second-flight</guid>
            <pubDate>Wed, 25 Apr 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[The second flight of the Rooster MKI]]></description>
            <enclosure url="https://willwright.tech/assets/blog/second-flight/cover-image.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>