<?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: Jim Medlock</title>
    <description>The latest articles on Forem by Jim Medlock (@jdmedlock).</description>
    <link>https://forem.com/jdmedlock</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%2F122897%2F83c0cf1d-f2b9-451d-9df8-0f4b2758006e.jpeg</url>
      <title>Forem: Jim Medlock</title>
      <link>https://forem.com/jdmedlock</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/jdmedlock"/>
    <language>en</language>
    <item>
      <title>Building your Backlog</title>
      <dc:creator>Jim Medlock</dc:creator>
      <pubDate>Thu, 07 Oct 2021 12:36:24 +0000</pubDate>
      <link>https://forem.com/chingu/building-your-backlog-3lfj</link>
      <guid>https://forem.com/chingu/building-your-backlog-3lfj</guid>
      <description>&lt;h4&gt;
  
  
  Sprint 1 — Thursday
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1dH0Aoqp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AW0lEgRP5R-ahe3I6aH_uvQ.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1dH0Aoqp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AW0lEgRP5R-ahe3I6aH_uvQ.jpeg" alt=""&gt;&lt;/a&gt;Photo by &lt;a href="https://unsplash.com/@kellysikkema?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Kelly Sikkema&lt;/a&gt; on &lt;a href="https://unsplash.com/s/photos/legos?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Sprint 1 is the busiest and most confusing time in your project. There’s a lot to learn and get done. So much so that it can feel like you are “drinking from a firehose”!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--D2K08l5R--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/300/0%2A-Zh6H10MhPktapq8.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--D2K08l5R--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/300/0%2A-Zh6H10MhPktapq8.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Did you catch the fact that deciding on a project and defining your MVP &lt;strong&gt;includes&lt;/strong&gt; building a task &lt;em&gt;backlog&lt;/em&gt;?&lt;/p&gt;

&lt;p&gt;The &lt;em&gt;backlog&lt;/em&gt; is your continually evolving set of steps the team follows to reach your MVP. It’s &lt;em&gt;evolving&lt;/em&gt; because Agile methodology, unlike waterfall methodologies, divides the project into iterable Sprints that are focused on refining the backlog, designing, developing, testing, and deploying small units of functionality.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ecHTfOvE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/0%2AHFPMGM8pNRAw0kg5.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ecHTfOvE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/0%2AHFPMGM8pNRAw0kg5.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Each unit of functionality is built on the functionality deployed in the prior Sprint. Agile lets the team focus on “doing the right thing at the right time”. &lt;em&gt;Refactoring&lt;/em&gt; is a byproduct of this since you’ll be continuously adding and improving.&lt;/p&gt;

&lt;p&gt;Finally, remember that part of being successful is to review and refine your backlog as you discover problems and identify new features in each sprint.&lt;/p&gt;

&lt;h3&gt;
  
  
  Before you Go!
&lt;/h3&gt;

&lt;p&gt;Chingu helps you to get out of “Tutorial Purgatory” by transforming what you’ve learned into experience. The experience to boost your Developer career and help you get jobs.&lt;/p&gt;

&lt;p&gt;You can learn more about &lt;strong&gt;Chingu&lt;/strong&gt; &amp;amp; how to join us at &lt;a href="https://chingu.io/"&gt;https://chingu.io&lt;/a&gt;&lt;/p&gt;




</description>
      <category>agile</category>
      <category>teamwork</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>What did your Team learn from your Project?</title>
      <dc:creator>Jim Medlock</dc:creator>
      <pubDate>Wed, 06 Oct 2021 12:32:17 +0000</pubDate>
      <link>https://forem.com/chingu/what-did-your-team-learn-from-your-project-lko</link>
      <guid>https://forem.com/chingu/what-did-your-team-learn-from-your-project-lko</guid>
      <description>&lt;h3&gt;
  
  
  What did your Team learn from your Project?
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Sprint 6 — Wednesday
&lt;/h4&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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F1%2Amaurjo94aWjtzeoMZKkncA.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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F1%2Amaurjo94aWjtzeoMZKkncA.jpeg"&gt;&lt;/a&gt;Photo by &lt;a href="https://unsplash.com/@johnschno?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText" rel="noopener noreferrer"&gt;John Schnobrich&lt;/a&gt; on &lt;a href="https://unsplash.com/s/photos/learning?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText" rel="noopener noreferrer"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As your project winds down in the final sprint it’s time to reflect on what you’ve learned.&lt;/p&gt;

&lt;p&gt;A big part of learning isn’t just “doing”, it’s also reflecting on what worked, what didn’t work, and how you can use this knowledge to improve. This is the core of &lt;strong&gt;&lt;em&gt;continuous improvement&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Team projects are just one step on the path to your goals. Make the most of them by pausing to take stock of what you’ve learned.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Use the following questions as a start and modify or add your own to tailor your process of reflection to —  &lt;strong&gt;YOU&lt;/strong&gt;.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What went  &lt;strong&gt;&lt;em&gt;right&lt;/em&gt;&lt;/strong&gt;?&lt;/li&gt;
&lt;li&gt;What went  &lt;strong&gt;&lt;em&gt;wrong&lt;/em&gt;&lt;/strong&gt;?&lt;/li&gt;
&lt;li&gt;For each thing that went right or wrong a.) &lt;strong&gt;&lt;em&gt;Why&lt;/em&gt;&lt;/strong&gt; do you think it went right/wrong? b.) &lt;strong&gt;&lt;em&gt;What&lt;/em&gt;&lt;/strong&gt; could be done to make it go better? c.) For anything that went wrong &lt;strong&gt;&lt;em&gt;how&lt;/em&gt;&lt;/strong&gt; could it be detected and corrected sooner?d.) What would you do &lt;strong&gt;&lt;em&gt;differently&lt;/em&gt;&lt;/strong&gt; in future projects?&lt;/li&gt;
&lt;li&gt;Was there anything you or your team did that was &lt;strong&gt;&lt;em&gt;counterproductive&lt;/em&gt;&lt;/strong&gt;?&lt;/li&gt;
&lt;li&gt;Did you establish a &lt;strong&gt;&lt;em&gt;personal connection with your teammates&lt;/em&gt;&lt;/strong&gt;? Did you achieve a &lt;strong&gt;&lt;em&gt;State of Flow&lt;/em&gt;&lt;/strong&gt; with them?&lt;/li&gt;
&lt;/ol&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%2Fcdn-images-1.medium.com%2Fmax%2F900%2F0%2AjCxJ-raWdrwEPcC3.jpg" 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%2Fcdn-images-1.medium.com%2Fmax%2F900%2F0%2AjCxJ-raWdrwEPcC3.jpg"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Before you Go!
&lt;/h3&gt;

&lt;p&gt;Chingu helps you to get out of “&lt;em&gt;Tutorial Purgatory&lt;/em&gt;” by transforming what you’ve learned into experience. The experience to boost your Developer career and help you get jobs. &lt;strong&gt;&lt;em&gt;And it’s Free!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can learn more about &lt;strong&gt;Chingu&lt;/strong&gt; &amp;amp; how to join us at &lt;a href="https://chingu.io/" rel="noopener noreferrer"&gt;https://chingu.io&lt;/a&gt;&lt;/p&gt;




</description>
      <category>agile</category>
      <category>softwaredevelopment</category>
      <category>teamwork</category>
    </item>
    <item>
      <title>The Finish Line is in Sight!</title>
      <dc:creator>Jim Medlock</dc:creator>
      <pubDate>Tue, 05 Oct 2021 12:20:50 +0000</pubDate>
      <link>https://forem.com/chingu/the-finish-line-is-in-sight-a2c</link>
      <guid>https://forem.com/chingu/the-finish-line-is-in-sight-a2c</guid>
      <description>&lt;p&gt;Sprint 6 — Tuesday&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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F1%2AV_028cZVSL6V9YucX0qzEw.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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F1%2AV_028cZVSL6V9YucX0qzEw.jpeg"&gt;&lt;/a&gt;Photo by &lt;a href="https://unsplash.com/@mrthetrain?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText" rel="noopener noreferrer"&gt;Joshua Hoehne&lt;/a&gt; on &lt;a href="https://unsplash.com/s/photos/finish-line?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText" rel="noopener noreferrer"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Something software development projects teach us is the importance of balancing the three parts of the Agile “Iron Triangle” —  &lt;strong&gt;&lt;em&gt;resources, time, and scope&lt;/em&gt;&lt;/strong&gt;. This differs from the other methodologies because it’s focused on adaptation and quality instead of predictive schedules and cost.&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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F0%2ANirYmzlz1C_2t5wP.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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F0%2ANirYmzlz1C_2t5wP.png"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This might sound odd, but it’s actually good to encounter problems with &lt;strong&gt;&lt;em&gt;resources&lt;/em&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;em&gt;time&lt;/em&gt;&lt;/strong&gt; that required you to &lt;strong&gt;&lt;em&gt;adjust your scope&lt;/em&gt;&lt;/strong&gt; during a project. While we don’t want Developers to experience stress over their projects, dealing with problems is a great way to reach a new level of maturity as a Developer and to prepare for a new job.&lt;/p&gt;

&lt;p&gt;The problems you encounter on projects such as those you find at Chingu are the same as those you will encounter on the job. Teammates leave or are pulled away to other projects, requirements change, issues and unknowns arise that must be dealt with, and sometimes there are disagreements within the team.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What distinguishes &lt;strong&gt;&lt;em&gt;senior&lt;/em&gt;&lt;/strong&gt; members of a team from others isn’t what they know, but how they deal with problems and how they use them to make the team stronger.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Before you Go!
&lt;/h3&gt;

&lt;p&gt;Chingu helps you to get out of “&lt;em&gt;Tutorial Purgatory&lt;/em&gt;” by transforming what you’ve learned into experience. The experience to boost your Developer career and help you get jobs. &lt;strong&gt;&lt;em&gt;And it’s Free!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can learn more about &lt;strong&gt;Chingu&lt;/strong&gt; &amp;amp; how to join us at &lt;a href="https://chingu.io/" rel="noopener noreferrer"&gt;https://chingu.io&lt;/a&gt;&lt;/p&gt;




</description>
      <category>agile</category>
      <category>softwaredevelopment</category>
      <category>teamwork</category>
    </item>
    <item>
      <title>Is your project finished?</title>
      <dc:creator>Jim Medlock</dc:creator>
      <pubDate>Mon, 04 Oct 2021 12:03:47 +0000</pubDate>
      <link>https://forem.com/chingu/is-your-project-finished-3mif</link>
      <guid>https://forem.com/chingu/is-your-project-finished-3mif</guid>
      <description>&lt;h4&gt;
  
  
  Sprint 6 — Monday
&lt;/h4&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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F1%2A6zQ3xZr79vm4s6g4D_T7Bg.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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F1%2A6zQ3xZr79vm4s6g4D_T7Bg.jpeg"&gt;&lt;/a&gt;Photo by &lt;a href="https://unsplash.com/@brett_jordan?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText" rel="noopener noreferrer"&gt;Brett Jordan&lt;/a&gt; on &lt;a href="https://unsplash.com/s/photos/done?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText" rel="noopener noreferrer"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So, you are entering the last Sprint of your project and you are almost done! &lt;em&gt;But are you really finished?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;For a project to be truly &lt;strong&gt;&lt;em&gt;done&lt;/em&gt;&lt;/strong&gt; you need to ensure that the following have been completed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;All of the features you added to your definition of the &lt;em&gt;minimum viable product (MVP)&lt;/em&gt; must be completed&lt;/li&gt;
&lt;li&gt;All features should function as expected and shouldn’t have bugs or unintended side effects&lt;/li&gt;
&lt;li&gt;Your readme should be up-to-date and accurately &lt;a href="https://medium.com/chingu/keys-to-a-well-written-readme-55c53d34fe6d" rel="noopener noreferrer"&gt;describe and provide guidance&lt;/a&gt; to those who will be maintaining or contributing to the project.&lt;/li&gt;
&lt;li&gt;The app must be deployed to a production server and tested &lt;strong&gt;&lt;em&gt;before&lt;/em&gt;&lt;/strong&gt; releasing it to users. (If you’ve been following the &lt;a href="https://medium.com/chingu/a-short-introduction-to-the-scrum-methodology-7a23431b9f17" rel="noopener noreferrer"&gt;Agile Methodology&lt;/a&gt; this is something you should have been doing at the end of each sprint)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Although the final Sprint in a project is one of the most stressful and brings a lot of pressure to release the final product it’s also important to resist the temptation to release before it’s ready.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;It’s one thing to trim scope to meet a deadline and quite another to release a defective product.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Remember that one of the most valuable assets to any development team is the relationship you’ve built with your users. The last thing you want to do is to release a buggy product that surprises your users and damages the relationship you’ve worked hard to build with them.&lt;/p&gt;

&lt;p&gt;Being “done” is different than being “perfect”. But, what each should have in common is they must deliver tangible value and meet user needs.&lt;/p&gt;

&lt;p&gt;Once you have finished you should also take the time to reflect on the experience individually &lt;strong&gt;&lt;em&gt;and&lt;/em&gt;&lt;/strong&gt; with your team, and &lt;em&gt;take the time to Celebrate your Success!&lt;/em&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%2Fcdn-images-1.medium.com%2Fmax%2F355%2F0%2AoFLhlHfmOQSo5tpq.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%2Fcdn-images-1.medium.com%2Fmax%2F355%2F0%2AoFLhlHfmOQSo5tpq.png"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Before you Go!
&lt;/h3&gt;

&lt;p&gt;Chingu helps you to get out of “&lt;em&gt;Tutorial Purgatory&lt;/em&gt;” by transforming what you’ve learned into experience. The experience to boost your Developer career and help you get jobs. &lt;strong&gt;&lt;em&gt;And it’s Free!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can learn more about &lt;strong&gt;Chingu&lt;/strong&gt; &amp;amp; how to join us at &lt;a href="https://chingu.io/" rel="noopener noreferrer"&gt;https://chingu.io&lt;/a&gt;&lt;/p&gt;




</description>
      <category>softwaredevelopment</category>
      <category>teamwork</category>
      <category>agile</category>
    </item>
    <item>
      <title>Turn what you've learned into experience for jobs!!!</title>
      <dc:creator>Jim Medlock</dc:creator>
      <pubDate>Sat, 02 Oct 2021 13:20:04 +0000</pubDate>
      <link>https://forem.com/chingu/turn-what-you-ve-learned-into-experience-for-jobs-5baf</link>
      <guid>https://forem.com/chingu/turn-what-you-ve-learned-into-experience-for-jobs-5baf</guid>
      <description>&lt;p&gt;🧗‍♀️🧗‍♀️🧗‍♀️ Level up your web development skills like designing, building, and deploying projects in a team! &lt;/p&gt;

&lt;p&gt;💥💥💥 Boost your knowledge and hard skills, and also "soft" skills like Agile methodology, teamwork, design, etc.&lt;/p&gt;

&lt;p&gt;🚀🚀🚀 &lt;a href="https://chingu.io"&gt;Join us&lt;/a&gt; in Voyage 35 &lt;strong&gt;starting on November 1&lt;/strong&gt; on a 6-week remote project team to boost your Developer skills to land your dream job!&lt;/p&gt;

</description>
      <category>education</category>
      <category>collaboration</category>
      <category>career</category>
    </item>
    <item>
      <title>The Last Mile is the Hardest Mile!</title>
      <dc:creator>Jim Medlock</dc:creator>
      <pubDate>Sat, 02 Oct 2021 12:40:52 +0000</pubDate>
      <link>https://forem.com/chingu/the-last-mile-is-the-hardest-mile-114n</link>
      <guid>https://forem.com/chingu/the-last-mile-is-the-hardest-mile-114n</guid>
      <description>&lt;h4&gt;
  
  
  Sprint 5 — Saturday
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--PY0bDjr7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2A3IyY5tuYScyvbNeNFV2uMA.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--PY0bDjr7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2A3IyY5tuYScyvbNeNFV2uMA.jpeg" alt=""&gt;&lt;/a&gt;Photo by &lt;a href="https://unsplash.com/@kayvanmazhar?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Kayvan Mazhar&lt;/a&gt; on &lt;a href="https://unsplash.com/s/photos/cross-country?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is an old saying that &lt;strong&gt;&lt;em&gt;“the last mile is the hardest mile”&lt;/em&gt;&lt;/strong&gt;. This is true in just about any activity you start, whether it be a home remodeling project or your Software Development Project.&lt;/p&gt;

&lt;p&gt;But &lt;strong&gt;&lt;em&gt;when the going gets tough, remember why you started&lt;/em&gt;&lt;/strong&gt; — the satisfaction of creating something tangible out of nothing, to build up your expertise, and possibly to create a project you can show when interviewing.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Achieving the goals you started set means you have to cross the finish line.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It’s often the case that when problems and difficulties arise you’ll experience negative thoughts. Such as “I should just give up!” But don’t throwaway all of the hard work you’ve put into your project by not finishing. &lt;strong&gt;&lt;em&gt;Even if it’s not perfect&lt;/em&gt;&lt;/strong&gt; see it through to the end, reflect on the process, and adapt to make the next project better.&lt;/p&gt;

&lt;p&gt;And don’t forget that once you have finished take the time to reflect on the experience individually &lt;strong&gt;&lt;em&gt;and&lt;/em&gt;&lt;/strong&gt; with your team, and take the time to &lt;strong&gt;&lt;em&gt;Celebrate your Success!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NwPBwjUU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/449/0%2AK8_Lx2sR0xfzgMSs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NwPBwjUU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/449/0%2AK8_Lx2sR0xfzgMSs.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Before you Go!
&lt;/h3&gt;

&lt;p&gt;Chingu helps you to get out of “&lt;em&gt;Tutorial Purgatory&lt;/em&gt;” by transforming what you’ve learned into experience. The experience to boost your Developer career and help you get jobs. &lt;strong&gt;&lt;em&gt;And it’s Free!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can learn more about &lt;strong&gt;Chingu&lt;/strong&gt; &amp;amp; how to join us at &lt;a href="https://chingu.io/"&gt;https://chingu.io&lt;/a&gt;&lt;/p&gt;




</description>
      <category>teamwork</category>
      <category>softwaredevelopment</category>
      <category>agile</category>
    </item>
    <item>
      <title>Are you eliminating or creating Technical Debt???</title>
      <dc:creator>Jim Medlock</dc:creator>
      <pubDate>Fri, 01 Oct 2021 11:57:54 +0000</pubDate>
      <link>https://forem.com/chingu/are-you-eliminating-or-creating-technical-debt-ci7</link>
      <guid>https://forem.com/chingu/are-you-eliminating-or-creating-technical-debt-ci7</guid>
      <description>&lt;h4&gt;
  
  
  Sprint 5 — Friday
&lt;/h4&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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F1%2Amc25PdPbWp0L6Xxuo64h7A.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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F1%2Amc25PdPbWp0L6Xxuo64h7A.jpeg"&gt;&lt;/a&gt;Photo by &lt;a href="https://unsplash.com/@sigmund?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText" rel="noopener noreferrer"&gt;Sigmund&lt;/a&gt; on &lt;a href="https://unsplash.com/s/photos/crisis?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText" rel="noopener noreferrer"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As you come to the end of a project you may start to encounter the effects of &lt;strong&gt;&lt;em&gt;technical debt&lt;/em&gt;&lt;/strong&gt;. In other words, the cost of rework that’s incurred from an earlier decision to take an easy approach rather than one that would have been better, but potentially longer or harder.&lt;/p&gt;

&lt;p&gt;It’s important to keep in mind that in this context &lt;strong&gt;&lt;em&gt;refactoring is not the same as rework&lt;/em&gt;&lt;/strong&gt; resulting from technical debt. Refactoring is simply improving the internal operation of an app without changing what the user sees. Rework is more extensive, costly, and time consuming since it usually requires re-design on or more components.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Refactoring code isn’t the same as re-working code&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If you have encountered the effects of technical debt that’s a good lesson to learn from! This is among the most valuable, but also one of the hardest concepts to understand in project management — waterfall AND Agile.&lt;/p&gt;

&lt;p&gt;Some tips for avoiding technical debt include:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Understand the apps architecture and the impact different parts of it have on performance and functionality.&lt;/li&gt;
&lt;li&gt;When a feature or change is proposed use your understanding of the app to determine what the costs are for different implementation options.&lt;/li&gt;
&lt;li&gt;Evaluate the risk of implementation options against different app factors — functionality, performance, security, impact to deadlines, etc.&lt;/li&gt;
&lt;li&gt;Using this data have the hard discussion with the team, customers, and management on risks vs. benefits of the various options.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Based on these it’s okay to defer correcting a technical debt issue, but it’s &lt;strong&gt;&lt;em&gt;NOT&lt;/em&gt;&lt;/strong&gt; okay to ignore it! When you encounter the effect of technical debt document it immediately! Treat it as a bug and open an issue documenting it so it won’t be forgotten.&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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F0%2AhLBSh_8cNgJA2qxM.jpg" 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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F0%2AhLBSh_8cNgJA2qxM.jpg"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Before you Go!
&lt;/h3&gt;

&lt;p&gt;Chingu helps you to get out of “&lt;em&gt;Tutorial Purgatory&lt;/em&gt;” by transforming what you’ve learned into experience. The experience to boost your Developer career and help you get jobs. &lt;strong&gt;&lt;em&gt;And it’s Free!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can learn more about &lt;strong&gt;Chingu&lt;/strong&gt; &amp;amp; how to join us at &lt;a href="https://chingu.io/" rel="noopener noreferrer"&gt;https://chingu.io&lt;/a&gt;&lt;/p&gt;




</description>
      <category>agile</category>
      <category>softwaredevelopment</category>
      <category>teamwork</category>
    </item>
    <item>
      <title>How does your team communicate bad news?</title>
      <dc:creator>Jim Medlock</dc:creator>
      <pubDate>Thu, 30 Sep 2021 11:50:57 +0000</pubDate>
      <link>https://forem.com/chingu/how-does-your-team-communicate-bad-news-24bm</link>
      <guid>https://forem.com/chingu/how-does-your-team-communicate-bad-news-24bm</guid>
      <description>&lt;h4&gt;
  
  
  Sprint 5 — Thursday
&lt;/h4&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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F1%2AUxlU7I27s2ErHhKrSmgt1w.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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F1%2AUxlU7I27s2ErHhKrSmgt1w.jpeg"&gt;&lt;/a&gt;Photo by &lt;a href="https://unsplash.com/@charlesdeluvio?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText" rel="noopener noreferrer"&gt;Charles Deluvio&lt;/a&gt; on &lt;a href="https://unsplash.com/s/photos/honest-feedback?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText" rel="noopener noreferrer"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Teamwork is based on communication that leads to effective &amp;amp; efficient collaboration. But it’s not just about telling everyone what they want to hear. It’s about providing information they need to hear.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Part of being a good teammate is being able to deliver unwelcome news and provide feedback that may be uncomfortable.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The key to having difficult conversations with the team or your teammates involves:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Being &lt;strong&gt;&lt;em&gt;respectful &amp;amp; empathetic&lt;/em&gt;&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Realizing that communicating is more about &lt;strong&gt;&lt;em&gt;listening&lt;/em&gt;&lt;/strong&gt; than  &lt;strong&gt;&lt;em&gt;speaking&lt;/em&gt;&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;em&gt;Removing ego and emotion&lt;/em&gt;&lt;/strong&gt; from the conversation&lt;/li&gt;
&lt;li&gt;Continually asking yourself “ &lt;strong&gt;&lt;em&gt;will this improve the team and our ability to meet our goal?&lt;/em&gt;&lt;/strong&gt; ”&lt;/li&gt;
&lt;li&gt;Viewing these types of conversations as a &lt;strong&gt;&lt;em&gt;win-win&lt;/em&gt;&lt;/strong&gt; instead of as a &lt;strong&gt;&lt;em&gt;zero-sum game&lt;/em&gt;&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;High performing teams understand this and work just as hard at communicating as they do on coding.&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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F0%2ADqE-0wKKlp0LxGKv.jpg" 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%2Fcdn-images-1.medium.com%2Fmax%2F1024%2F0%2ADqE-0wKKlp0LxGKv.jpg"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Before you Go!
&lt;/h3&gt;

&lt;p&gt;Chingu helps you to get out of “&lt;em&gt;Tutorial Purgatory&lt;/em&gt;” by transforming what you’ve learned into experience. The experience to boost your Developer career and help you get jobs. &lt;strong&gt;&lt;em&gt;And it’s Free!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can learn more about &lt;strong&gt;Chingu&lt;/strong&gt; &amp;amp; how to join us at &lt;a href="https://chingu.io/" rel="noopener noreferrer"&gt;https://chingu.io&lt;/a&gt;&lt;/p&gt;




</description>
      <category>softwaredevelopment</category>
      <category>agile</category>
      <category>teamwork</category>
    </item>
    <item>
      <title>Teamwork requires Trust, and Trust starts with Charity</title>
      <dc:creator>Jim Medlock</dc:creator>
      <pubDate>Wed, 29 Sep 2021 13:46:54 +0000</pubDate>
      <link>https://forem.com/chingu/teamwork-requires-trust-and-trust-starts-with-charity-2ecf</link>
      <guid>https://forem.com/chingu/teamwork-requires-trust-and-trust-starts-with-charity-2ecf</guid>
      <description>&lt;h4&gt;
  
  
  Sprint 5 — Wednesday
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--U_hbttx8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AX_65uqWYL7WeKtmKCi8LTg.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--U_hbttx8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AX_65uqWYL7WeKtmKCi8LTg.jpeg" alt=""&gt;&lt;/a&gt;Photo by &lt;a href="https://unsplash.com/@kattyukawa?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Katt Yukawa&lt;/a&gt; on &lt;a href="https://unsplash.com/s/photos/charity?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Conflicts that come up within a team are usually thought of as being the result of either a disagreement on a decision or direction, a misunderstanding, or both.&lt;/p&gt;

&lt;p&gt;But if we explore deeper the real source of serious conflict isn’t from either of these. It comes from how we interact with our teammates and from how we view disagreements.&lt;/p&gt;

&lt;p&gt;Resolving disagreements aren’t zero sum games where there is a winner and a loser. The goal should be to find an equitable resolution where everyone’s argument is heard and fairly evaluated. This leads to a “win-win” result even everyone doesn’t get what they want.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Disagreements don’t have to be Zero Sum games&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;But even more important is how we treat each other even if we don’t always agree. The best resolutions are &lt;strong&gt;&lt;em&gt;always&lt;/em&gt;&lt;/strong&gt; the result of treating one another with respect, listening, and focusing on finding the best resolution for the team and the project rather than the resolution that feeds our ego.&lt;/p&gt;

&lt;p&gt;Discussions should be frank and honest, but also respectful — we should all show charity to one another. We may &lt;strong&gt;&lt;em&gt;think&lt;/em&gt;&lt;/strong&gt; we know what’s best, but we won’t really know if we aren’t listening to opposing viewpoints and the motivation behind them. This doesn’t mean you have to give up your principles. Only that you give others the opportunity to express their opinions and to be heard.&lt;/p&gt;

&lt;p&gt;Finally, keep in mind that &lt;strong&gt;&lt;em&gt;no one will die from an incorrect decision&lt;/em&gt;&lt;/strong&gt; in a most projects. The impact of any decision is you and your team will learn something valuable.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--HS2pgYAg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/620/0%2AGIIP_K2PeGgk4KOV.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--HS2pgYAg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/620/0%2AGIIP_K2PeGgk4KOV.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Before you Go!
&lt;/h3&gt;

&lt;p&gt;Chingu helps you to get out of “&lt;em&gt;Tutorial Purgatory&lt;/em&gt;” by transforming what you’ve learned into experience. The experience to boost your Developer career and help you get jobs. &lt;strong&gt;&lt;em&gt;And it’s Free!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can learn more about &lt;strong&gt;Chingu&lt;/strong&gt; &amp;amp; how to join us at &lt;a href="https://chingu.io/"&gt;https://chingu.io&lt;/a&gt;&lt;/p&gt;




</description>
      <category>teamwork</category>
      <category>agile</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>What are your teams issues telling you?</title>
      <dc:creator>Jim Medlock</dc:creator>
      <pubDate>Tue, 28 Sep 2021 12:37:44 +0000</pubDate>
      <link>https://forem.com/chingu/what-are-your-teams-issues-telling-you-422k</link>
      <guid>https://forem.com/chingu/what-are-your-teams-issues-telling-you-422k</guid>
      <description>&lt;p&gt;Sprint 5 — Monday&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--C3_jns8w--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2A0dTxKcVID7iZxzl4IYhTmg.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--C3_jns8w--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2A0dTxKcVID7iZxzl4IYhTmg.jpeg" alt=""&gt;&lt;/a&gt;Photo by &lt;a href="https://unsplash.com/@saeedkarimi?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;saeed karimi&lt;/a&gt; on &lt;a href="https://unsplash.com/s/photos/listening?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You’ve learned it’s important to listen to what your teammates to be a high functioning team. But, has it occurred to you that issues and problems you encounter are also trying to tell you something?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vUNA6hkR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AgX9bmh6ZGBbOJeI77CtRiw.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vUNA6hkR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AgX9bmh6ZGBbOJeI77CtRiw.jpeg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As Developers we think about issues and problems only in terms of ” &lt;strong&gt;&lt;em&gt;bugs&lt;/em&gt;&lt;/strong&gt; ”. But they are also anything that creates &lt;em&gt;resistance&lt;/em&gt; or &lt;em&gt;friction&lt;/em&gt; that reduces progress or productivity.&lt;/p&gt;

&lt;p&gt;For example, an application that requires users to enter dates &amp;amp; times, but doesn’t automatically recognize the timezone they are in which forces the user to manually convert them to a common timezone is a source of friction and aggravation. It creates frustration and resistance on the part of the user, plus it’s highly error prone.&lt;/p&gt;

&lt;p&gt;Another example is a team who creates a new team meeting schedule in each sprint. As we all know, finding times to meet for a remote team is a time consuming task. Finding a common time to meet that’s generally suitable for all team members and scheduling it once as a repeating event is more efficient.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Remember! Lasting progress isn’t a &lt;strong&gt;&lt;em&gt;big bang&lt;/em&gt;&lt;/strong&gt; , it’s &lt;strong&gt;&lt;em&gt;incremental!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is why your team &lt;strong&gt;&lt;em&gt;retrospective is important&lt;/em&gt;&lt;/strong&gt;. It’s the time you set aside in each sprint to discuss what worked well and what didn’t work well so you can build on successes and take action to correct what isn’t working so well, &lt;strong&gt;&lt;em&gt;no matter how trivial&lt;/em&gt;&lt;/strong&gt; they may seem.&lt;/p&gt;

&lt;h3&gt;
  
  
  Before you Go!
&lt;/h3&gt;

&lt;p&gt;Chingu helps you to get out of “&lt;em&gt;Tutorial Purgatory&lt;/em&gt;” by transforming what you’ve learned into experience. The experience to boost your Developer career and help you get jobs. &lt;strong&gt;&lt;em&gt;And it’s Free!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can learn more about &lt;strong&gt;Chingu&lt;/strong&gt; &amp;amp; how to join us at &lt;a href="https://chingu.io/"&gt;https://chingu.io&lt;/a&gt;&lt;/p&gt;




</description>
      <category>softwaredevelopment</category>
      <category>teamwork</category>
      <category>agile</category>
    </item>
    <item>
      <title>Putting trust in your team &amp; your processes</title>
      <dc:creator>Jim Medlock</dc:creator>
      <pubDate>Mon, 27 Sep 2021 11:41:55 +0000</pubDate>
      <link>https://forem.com/chingu/putting-trust-in-your-team-your-processes-1dc8</link>
      <guid>https://forem.com/chingu/putting-trust-in-your-team-your-processes-1dc8</guid>
      <description>&lt;h4&gt;
  
  
  Sprint 5 — Monday
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--b-Y5KEBq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AOMSUm9bgnno5I7g-Ws-W5Q.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--b-Y5KEBq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AOMSUm9bgnno5I7g-Ws-W5Q.jpeg" alt=""&gt;&lt;/a&gt;Photo by &lt;a href="https://unsplash.com/@coasteering_co_uk?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Coasteering&lt;/a&gt; on &lt;a href="https://unsplash.com/s/photos/trust?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The final two sprints in any project are the most stressful. If you didn’t realize it before, it’s at this point you realize that &lt;em&gt;time is the worst enemy of any project&lt;/em&gt;. However, you’ve also learned that teamwork and following a process, like Agile, helps you meet your objectives even when time is short.&lt;/p&gt;

&lt;p&gt;In the last part of any project it’s important to continue following your process and to work together. As deadlines approach and you are rushing to complete features and fix bugs there is always a tendency to start &lt;em&gt;hacking&lt;/em&gt;. Namely, to make changes outside of your process and team, and often randomly and without thought.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;REMEMBER that your greatest resource is your team&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It can be hard to be open about concerns, issues, and to ask for help. We might view this as a weakness or a failure. But, It is a sign of maturity, strength and results in saving time, while increasing what you learn.&lt;/p&gt;

&lt;p&gt;So, as tempting as it may be to start hacking away with “&lt;em&gt;guns a blazing&lt;/em&gt;”, &lt;strong&gt;&lt;em&gt;rely instead&lt;/em&gt;&lt;/strong&gt; on your teammates and your process.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UDz7vWSa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AZsGXeLr8rGkxonDPmTEOAg.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UDz7vWSa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AZsGXeLr8rGkxonDPmTEOAg.jpeg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Before you Go!
&lt;/h3&gt;

&lt;p&gt;Chingu helps you to get out of “&lt;em&gt;Tutorial Purgatory&lt;/em&gt;” by transforming what you’ve learned into experience. The experience to boost your Developer career and help you get jobs. &lt;strong&gt;&lt;em&gt;And it’s Free!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can learn more about &lt;strong&gt;Chingu&lt;/strong&gt; &amp;amp; how to join us at &lt;a href="https://chingu.io/"&gt;https://chingu.io&lt;/a&gt;&lt;/p&gt;




</description>
      <category>softwaredevelopment</category>
      <category>teamwork</category>
      <category>agile</category>
    </item>
    <item>
      <title>What’s the best way to contribute to Open Source?</title>
      <dc:creator>Jim Medlock</dc:creator>
      <pubDate>Sun, 26 Sep 2021 13:02:07 +0000</pubDate>
      <link>https://forem.com/chingu/what-s-the-best-way-to-contribute-to-open-source-26ec</link>
      <guid>https://forem.com/chingu/what-s-the-best-way-to-contribute-to-open-source-26ec</guid>
      <description>&lt;h4&gt;
  
  
  Hacktoberfest is almost here!
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yttNud6B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1006/1%2Aekph-Fw75vABzWbe-Uk75A.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yttNud6B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1006/1%2Aekph-Fw75vABzWbe-Uk75A.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Grow your career with Hacktoberfest@Chingu
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://hacktoberfest.digitalocean.com/"&gt;Hacktoberfest&lt;/a&gt; is an annual event that allows &lt;strong&gt;&lt;em&gt;developers like you&lt;/em&gt;&lt;/strong&gt; to be recognized by contributing to Open Source and creating four PR’s on GitHub or GitLab during the month of October.&lt;/p&gt;

&lt;p&gt;It’s a great way to refine your skills, work with other Developers, and get swag at the same time! You can get more information and signup to participate &lt;a href="https://hacktoberfest.digitalocean.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The PR’s you create on public repos will be counted as long as the &lt;a href="https://hacktoberfest.digitalocean.com/resources/participation"&gt;follow the requirements&lt;/a&gt; established by the Hacktoberfest team.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is Chingu?
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://chingu.io"&gt;&lt;em&gt;Chingu&lt;/em&gt;&lt;/a&gt; is an organization dedicated to helping new and experienced Developers transform what they’ve learned in schools and universities, bootcamps, and in online courses into &lt;strong&gt;&lt;em&gt;experience&lt;/em&gt;&lt;/strong&gt;. The same experience sought after by employers.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;We help you transform what you’ve learned into experience&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;We do this by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Organizing 6-week long remote team projects (what we call “Voyages”) where teams learn and use the Agile Methodology, “soft” skills, and technology to design, develop, test, and deploy a web application.&lt;/li&gt;
&lt;li&gt;Matching developers together in weekly Pair Programming sessions to provide experience in this valuable technique.&lt;/li&gt;
&lt;li&gt;Sponsoring an active online community where Developers can network with each other to get help, advice, and have a little fun.&lt;/li&gt;
&lt;li&gt;Backing an open source project, the Chingu Quiz, where Developers can gain even more experience through a long term project.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  How can you contribute?
&lt;/h3&gt;

&lt;p&gt;Three ways you can participate in Hacktoberfest are through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Participating in a Chingu Voyage 33 or 34 team project&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But even if you aren’t a member you can participate by contributing to these Chingu projects that are open to any developer at any skill level:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/chingu-voyages/ChinguResourceList"&gt;Chingu Resource List&lt;/a&gt; project&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/chingu-voyages/moonshot-chingu-quiz"&gt;Chingu Quiz&lt;/a&gt; project&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Chingu Moonshot team has been hard at work on the &lt;strong&gt;&lt;em&gt;Chingu Quiz&lt;/em&gt;&lt;/strong&gt; Open Source project and is inviting you to join them and contribute. Here’s how:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Review the project’s &lt;a href="https://github.com/chingu-voyages/moonshot-chingu-quiz"&gt;Readme&lt;/a&gt;, especially the &lt;a href="https://github.com/chingu-voyages/moonshot-chingu-quiz/blob/dev/CODE_OF_CONDUCT.md"&gt;Code of Conduct&lt;/a&gt; and &lt;a href="https://github.com/chingu-voyages/moonshot-chingu-quiz/blob/dev/CONTRIBUTING.md"&gt;Contributing&lt;/a&gt; sections.
&lt;/li&gt;
&lt;li&gt;Scan the project issues, select one you find interesting, and start developing!&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Celebrating Your Success
&lt;/h3&gt;

&lt;p&gt;Share your success in social media each time you complete a Chingu Quiz PR and/or when you complete Hacktoberfest so your fellow Developer’s can help celebrate your achievements!!! (You can tag us in Twitter &lt;em&gt;@chingucollabs&lt;/em&gt;)&lt;/p&gt;

&lt;p&gt;And…we’ll also award a special Chingu Certificate to everyone who completes Hacktoberfest in one of our projects.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Share your expertise to level-up!!!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Before you Go!
&lt;/h3&gt;

&lt;p&gt;Chingu helps you to get out of “&lt;em&gt;Tutorial Purgatory&lt;/em&gt;” by transforming what you’ve learned into experience. The experience to boost your Developer career and help you get jobs. &lt;strong&gt;&lt;em&gt;And it’s Free!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can learn more about &lt;strong&gt;Chingu&lt;/strong&gt; &amp;amp; how to join us at &lt;a href="https://chingu.io/"&gt;https://chingu.io&lt;/a&gt;&lt;/p&gt;




</description>
      <category>webdev</category>
      <category>teamwork</category>
      <category>hacktoberfest</category>
      <category>softwaredevelopment</category>
    </item>
  </channel>
</rss>
