<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software Process Management &#8211; CS@Worcester</title>
	<atom:link href="https://cs.worcester.edu/category/software-process-management/feed/" rel="self" type="application/rss+xml" />
	<link>https://cs.worcester.edu</link>
	<description>Worcester State University Computer Science Department</description>
	<lastBuildDate>Tue, 09 Dec 2025 04:03:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<site xmlns="com-wordpress:feed-additions:1">236835116</site>	<item>
		<title>The Definition of Done (DoD)</title>
		<link>https://christysblog9.wordpress.com/2025/12/08/the-definition-of-done-dod/</link>
		
		<dc:creator><![CDATA[Christiana Serwaah]]></dc:creator>
		<pubDate>Tue, 09 Dec 2025 04:03:29 +0000</pubDate>
				<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Software Process Management]]></category>
		<category><![CDATA[Week 4]]></category>
		<guid isPermaLink="false">http://christysblog9.wordpress.com/?p=55</guid>

					<description><![CDATA[How to write a Definition of Done CS-348, CS@Worcester, Week-4 Source Article: https://www.atlassian.com/agile/project-management/definition-of-done Recently, in doing a project in class, I had to write a Definition of Done (DoD) file for my portion of the project. I had a basic understanding of what needed to be conveyed, but not exactly how to convey it. I […]]]></description>
										<content:encoded><![CDATA[<p>How to write a Definition of Done</p>
<p><a href="https://christysblog9.wordpress.com/tag/cs-348/">CS-348</a>, <a href="https://christysblog9.wordpress.com/tag/csworcester/">CS@Worcester</a>, <a href="https://christysblog9.wordpress.com/tag/week-3/">Week-</a>4</p>
<p>Source Article: <a href="https://www.atlassian.com/agile/project-management/definition-of-done">https://www.atlassian.com/agile/project-management/definition-of-done</a></p>
<figure class="wp-block-image size-large"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="625" height="625" data-attachment-id="58" data-permalink="https://christysblog9.wordpress.com/2025/12/08/the-definition-of-done-dod/chatgpt-image-dec-8-2025-10_30_12-pm/" data-orig-file="https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-10_30_12-pm.png" data-orig-size="1024,1024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ChatGPT Image Dec 8, 2025, 10_30_12 PM" data-image-description="" data-image-caption="" data-medium-file="https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-10_30_12-pm.png?w=300" data-large-file="https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-10_30_12-pm.png?w=1024" src="https://i0.wp.com/christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-10_30_12-pm.png?resize=625%2C625&#038;ssl=1" alt="" class="wp-image-58" srcset="https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-10_30_12-pm.png 1024w, https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-10_30_12-pm.png?w=150 150w, https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-10_30_12-pm.png?w=300 300w, https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-10_30_12-pm.png?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
<p>Recently, in doing a project in class, I had to write a Definition of Done (DoD) file for my portion of the project. I had a basic understanding of what needed to be conveyed, but not exactly how to convey it. I wanted to know more. I looked further into what the industry standard is, and that&#8217;s how I came across this post, which I used to help me figure out the one for my project.</p>
<p>I recall from the previous class activity that we looked at the Scrum Guide by Ken Schwaber and Jeff Sutherland, and the guide did give information on what the Definition of Done was and what it is meant to convey, but I wanted something more in-depth.</p>
<p>According to the article, the Definition of Done is a shared set of criteria that tells a Scrum team when a product increment is truly complete. The specifications contained are not created by one person but agreed upon by the entire team because there needs to be a shared understanding of what&#8217;s expected at the end of each sprint and for the project overall. This is needed to avoid miscommunication and make sure the team adheres to the pillars of Scrum: transparency, inspection, and adaptation. The developers of the team have the responsibility of parsing out what the DoD will be continuously as it will evolve and change as increments pass.</p>
<p>I knew that whatever was agreed upon needed to be something that is measurable and testable, otherwise there would never be a satisfying way to declare being done. But the article mentioned something about the DoD needing to also be “ready to ship”. This means that there can be no hidden work left after the spring, and there can&#8217;t be extra polishing stages.</p>
<p>The most helpful portions of the article were the examples that were provided of what can be included in a DoD. Here are some of them./</p>
<ul class="wp-block-list">
<li>Increment Passes SonarCube checks with no Critical errors</li>
<li>Increment’s Code Coverage stays the same or gets higher</li>
<li>Increment meets agreed engineering standards</li>
<li>Acceptance Criteria for Increment pass</li>
<li>Acceptance Tests for Increment are Automated</li>
</ul>
<p>Most of the examples include the project passing specific tests or meeting certain standards that would be either required by the client or the organization the team is working for, which is par for the course. The DoD is an important part of Scrum, and I need to understand how to think of a project in order to write one in future cases.</p>

<p class="syndicated-attribution"><em>From the blog <a href="https://christysblog9.wordpress.com">CS@Worcester – A Beginner&amp;#039;s Journey Through Computer Science</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Christiana Serwaah">Christiana Serwaah</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://1.gravatar.com/avatar/d6d45b372f0827cbfe4f5f0046652dcf809f3b177a2d563e17961747fdd7eb0d?s=96&#038;d=identicon&#038;r=G" length="0" type="" />
<enclosure url="https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-10_30_12-pm.png?w=1024" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">46242</post-id>	</item>
		<item>
		<title>What is Linting</title>
		<link>https://christysblog9.wordpress.com/2025/12/08/what-is-linting/</link>
		
		<dc:creator><![CDATA[Christiana Serwaah]]></dc:creator>
		<pubDate>Tue, 09 Dec 2025 02:55:42 +0000</pubDate>
				<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Software Process Management]]></category>
		<category><![CDATA[Week 3]]></category>
		<category><![CDATA[Week-3]]></category>
		<guid isPermaLink="false">http://christysblog9.wordpress.com/?p=38</guid>

					<description><![CDATA[A quick overview of linters Source: https://www.perforce.com/blog/qac/what-is-linting Recently, in class, we did an activity on creating a lint script. The activity honestly confused me a little bit out of the many questions I had about it. One of the questions I wanted to explore is more about what linters do and why we use them. […]]]></description>
										<content:encoded><![CDATA[<p>A quick overview of linters</p>
<div class="taxonomy-post_tag wp-block-post-terms"><a href="https://christysblog9.wordpress.com/tag/cs-348/" rel="tag">CS-348</a><span class="wp-block-post-terms__separator">, </span><a href="https://christysblog9.wordpress.com/tag/csworcester/" rel="tag">CS@Worcester</a><span class="wp-block-post-terms__separator">, </span><a href="https://christysblog9.wordpress.com/tag/week-3/" rel="tag">Week-3</a></div>
<p>Source: <a href="https://www.perforce.com/blog/qac/what-is-linting">https://www.perforce.com/blog/qac/what-is-linting</a></p>
<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" width="625" height="625" data-attachment-id="48" data-permalink="https://christysblog9.wordpress.com/2025/12/08/what-is-linting/chatgpt-image-dec-8-2025-09_55_18-pm/" data-orig-file="https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-09_55_18-pm.png" data-orig-size="1024,1024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ChatGPT Image Dec 8, 2025, 09_55_18 PM" data-image-description="" data-image-caption="" data-medium-file="https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-09_55_18-pm.png?w=300" data-large-file="https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-09_55_18-pm.png?w=1024" src="https://i0.wp.com/christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-09_55_18-pm.png?resize=625%2C625&#038;ssl=1" alt="" class="wp-image-48" srcset="https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-09_55_18-pm.png 1024w, https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-09_55_18-pm.png?w=150 150w, https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-09_55_18-pm.png?w=300 300w, https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-09_55_18-pm.png?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</p>
<p>Recently, in class, we did an activity on creating a lint script. The activity honestly confused me a little bit out of the many questions I had about it. One of the questions I wanted to explore is more about what linters do and why we use them. The activity gives a brief description of what linters are and their purpose.</p>
<p>According to the activity, Linters are tools that check the formatting and style of code and files in projects. Some extensions, like the one used earlier in the activity, markdownlint, can perform some of this checking, but not all tools are available as extensions. I would like to understand them a bit more, so I chose a source that went into extensive detail about what linting is and linters.</p>
<p>It scans the code for things that don’t necessarily prevent the code from running but can cause bigger issues later on, such as small bugs, conflicting formatting, and bad style choices. It can also look for common errors like indexing beyond arrays, dereferencing null pointers, unreachable code, and non-portable constructs.</p>
<p>It&#8217;s better suited for programming languages like Python and JavaScript because they are interpreted languages that don&#8217;t have a compiling phase, so linting helps with keeping up consistency. Linting is more effective in code that follows standard rules and is in projects that need to adhere to shared style guidelines.</p>
<p>Linters are a basic form of static analysis tool, which are any tools that can analyze code without running it. More advanced tools are able to detect:</p>
<ul class="wp-block-list">
<li>Deeper data-flow problems</li>
<li>Runtime risks</li>
<li>Security vulnerabilities</li>
<li>Complex rule violations</li>
<li>Defects across multiple files or modules</li>
</ul>
<p>Linters are a very helpful tool but they do have some limitation that needed to be accounted for when wanting to use it on a project.</p>
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<p>                         Pros</p>
<ul class="wp-block-list">
<li>Catch small issues early</li>
<li>Improve code consistency</li>
<li>Reduce time spent on reviews</li>
<li>Support teamwork and shared standards</li>
<li>Great for beginners who need guidance</li>
<li>Fit well into Agile workflows</li>
</ul>
</div>
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<p>                    Cons</p>
<ul class="wp-block-list">
<li>Can produce many warnings</li>
<li>Sometimes flags harmless code</li>
<li>Cannot detect deep logic problems</li>
<li>Needs to be configured correctly</li>
<li>Can slow you down </li>
</ul>
</div>
</div>
</div>
</div>
<p>Overall, I learned that Linters are one of many analysis tools that can be used in a program, and I also learned one of the ways methodologies like Scrum are able to keep transparency and deal with continuity and consistency issues when dealing with a larger team.</p>
<p>I would like to become more familiar with creating lint scripts, so I can integrate them more into my programs, especially since consistency is something I have issues with, the more I learn about how to code better.</p>

<p class="syndicated-attribution"><em>From the blog <a href="https://christysblog9.wordpress.com">CS@Worcester – A Beginner&amp;#039;s Journey Through Computer Science</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Christiana Serwaah">Christiana Serwaah</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://1.gravatar.com/avatar/d6d45b372f0827cbfe4f5f0046652dcf809f3b177a2d563e17961747fdd7eb0d?s=96&#038;d=identicon&#038;r=G" length="0" type="" />
<enclosure url="https://christysblog9.wordpress.com/wp-content/uploads/2025/12/chatgpt-image-dec-8-2025-09_55_18-pm.png?w=1024" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">46237</post-id>	</item>
		<item>
		<title>Clean Code Practices in Java</title>
		<link>https://computerscienceblues.blog/2025/11/14/clean-code-practices-in-java/</link>
		
		<dc:creator><![CDATA[Vishisht Seku]]></dc:creator>
		<pubDate>Fri, 14 Nov 2025 23:51:32 +0000</pubDate>
				<category><![CDATA[@Week11]]></category>
		<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Quarter-4]]></category>
		<category><![CDATA[Software Process Management]]></category>
		<guid isPermaLink="false">http://computerscienceblues.blog/?p=32</guid>

					<description><![CDATA[I am thoroughly enjoying the classes on writing clean code under the aegis of Professor Al-Faris in Software Process Management course. While looking for more material outside class, I found a blog post titled “How to Write Clean Java Code: Best Practices” on Digma’s website https://digma.ai/clean-code-java/. Since we work a lot with Java especially in […]]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">I am thoroughly enjoying the classes on writing clean code under the aegis of Professor Al-Faris in Software Process Management course. While looking for more material outside class, I found a blog post titled <strong>“How to Write Clean Java Code: Best Practices”</strong> on Digma’s website <a href="https://digma.ai/clean-code-java/">https://digma.ai/clean-code-java/</a>. Since we work a lot with Java especially in our design patterns (Software Construction Design and Architecture under Professor Wurst) and project classes—I felt this blog would be perfect to learn some practical ideas on writing cleaner code. It directly connects to the course concepts of good processes, readability, and long-term maintainability.</p>
<p class="wp-block-paragraph"><strong>Summary of the Blog Post</strong></p>
<p class="wp-block-paragraph">The blog highlights several clean-code principles specifically focusing on Java. It talks about using meaningful names, keeping methods small, breaking down complex logic, and making classes more focused on single responsibilities. It also covers organizing projects so that packages and modules make sense. Other topics include avoiding unnecessary comments, choosing good formatting, and using tools like linters and static analysis to keep code quality consistent across a team. The blog also mentions the importance of avoiding side effects and making code more predictable so that debugging becomes easier.</p>
<p class="wp-block-paragraph"><strong>Why I Picked This Resource</strong></p>
<p class="wp-block-paragraph">I picked this blog mainly because I sometimes struggle with writing code that is easy for other people to read. In group projects, especially in CS-343 and other classes, I’ve noticed that even when my code works, people ask me to rewrite parts to make it more understandable. Since the course emphasizes professional development and communication skills, I wanted to learn more about how to write code that doesn’t confuse future developers—including a future version of myself. Also, I’m working with Java in my Android and backend mini projects, so the resource felt immediately relevant.</p>
<p class="wp-block-paragraph"><strong>What I Learned and My Reflections</strong></p>
<p class="wp-block-paragraph">One thing that really affected me was the section on method size and single responsibility. I realized I often cram too much logic into one method because it feels “efficient” while writing it. But the blog explains that smaller, focused methods improve readability and make testing easier. Another important point was naming. I always knew naming mattered, but the blog explained it in a more practical way—names should communicate intent, not just function.</p>
<p class="wp-block-paragraph">I also learned about using automated tools to maintain code quality. Honestly, I never used static analyzers or formatters seriously, but now I see how they support good software processes, which we discuss a lot in this class. Clean code isn&#8217;t just a personal style; it’s part of a team’s workflow and long-term sustainability.</p>
<p class="wp-block-paragraph"><strong>How I Will Apply This Going Forward</strong></p>
<p class="wp-block-paragraph">Going forward, I plan to be more disciplined about breaking up my functions, using stronger naming, and removing unnecessary comments. I also want to integrate automated formatting and code-quality tools in my personal projects, so I get used to writing cleaner code consistently.</p>

<p class="syndicated-attribution"><em>From the blog <a href="https://computerscienceblues.blog">CS@Worcester – Vish&amp;#039;s Journey in Computer Science</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Vishisht Seku">Vishisht Seku</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://1.gravatar.com/avatar/736fcec3f8c409266336ea44c4451897f1b8d95cf1723337d15b98d246292acc?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">50226</post-id>	</item>
		<item>
		<title>Blog: Learning to Guide a Scrum Team Even When You’re Not There</title>
		<link>https://computerscienceblues.blog/2025/11/07/blog-learning-to-guide-a-scrum-team-even-when-youre-not-there/</link>
		
		<dc:creator><![CDATA[Vishisht Seku]]></dc:creator>
		<pubDate>Fri, 07 Nov 2025 16:42:45 +0000</pubDate>
				<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Software Process Management]]></category>
		<category><![CDATA[Week9]]></category>
		<guid isPermaLink="false">http://computerscienceblues.blog/?p=25</guid>

					<description><![CDATA[The recent learnings related to Scrum and Agile process under the aegis of Professor Al-Faris has been very enlightening. I have also been trying to look up for new learnings online.  While reading through several Agile blogs, I came across an article by Mike Cohn titled “How to Coach Your Team to Run a Daily […]]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">
<p class="wp-block-paragraph">The recent learnings related to Scrum and Agile process under the aegis of Professor Al-Faris has been very enlightening. I have also been trying to look up for new learnings online.  While reading through several Agile blogs, I came across an article by Mike Cohn titled <em>“<a href="https://www.mountaingoatsoftware.com/blog/how-to-coach-your-team-to-run-a-daily-scrum-meeting-when-you-cannot-attend">How to Coach Your Team to Run a Daily Scrum Meeting When You Cannot Attend</a>”</em> on Mountain Goat Software. It immediately caught my attention because it deals with a real-world challenge that I have actually seen in group projects — what happens when the person who usually runs the meeting cannot make it. The post discusses how a Scrum Master or team lead can help their team stay organized and independent enough to run daily Scrum meetings even without them being there.</p>
<p class="wp-block-paragraph">Cohn’s main point is that the Scrum Master’s goal should not be to control every meeting, but to coach the team until they can manage those sessions on their own. He explains that when a team always relies on one person to start and run the daily Scrum, they become dependent. The healthier approach is to let the team take turns facilitating, learn to keep time, and handle updates themselves. He suggests that leaders should model good habits at first — like staying on topic, focusing on progress, and keeping it short — but gradually step back so that team members feel responsible for running the meeting.</p>
<p class="wp-block-paragraph">I chose this article because I can relate to it from my experience in software engineering classes where teamwork can be uneven. Sometimes one or two people end up organizing everything, while others stay quiet. This article showed me that real professional teams face the same issues, and that strong teams are the ones where everyone learns to self-organize. I also liked how Cohn keeps his advice practical — he doesn’t overcomplicate the process, but focuses on people learning through consistent, small improvements.</p>
<p class="wp-block-paragraph">Reading this blog reminded me why learning about Scrum in class is not just about memorizing roles or ceremonies. It’s about building habits of communication and accountability. As a computer science student, I used to think Agile was mainly for project managers, but this article helped me see how every developer plays a part in maintaining the team’s rhythm. Even if I’m just a developer, I can help keep meetings focused or volunteer to run one. That kind of initiative builds confidence and makes the team stronger.</p>
<p class="wp-block-paragraph"><strong>Resource:</strong> <a href="https://www.mountaingoatsoftware.com/blog/how-to-coach-your-team-to-run-a-daily-scrum-meeting-when-you-cannot-attend">Mike Cohn, <em>How to Coach Your Team to Run a Daily Scrum Meeting When You Cannot Attend</em></a></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://computerscienceblues.blog">CS@Worcester – Vish&amp;#039;s Journey in Computer Science</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Vishisht Seku">Vishisht Seku</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://1.gravatar.com/avatar/736fcec3f8c409266336ea44c4451897f1b8d95cf1723337d15b98d246292acc?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">50230</post-id>	</item>
		<item>
		<title>Learning Collaboration Through GitHub</title>
		<link>https://computerscienceblues.blog/2025/10/13/learning-collaboration-through-github/</link>
		
		<dc:creator><![CDATA[Vishisht Seku]]></dc:creator>
		<pubDate>Mon, 13 Oct 2025 15:57:06 +0000</pubDate>
				<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Software Process Management]]></category>
		<guid isPermaLink="false">http://sekuvishisht-gvrdj.wordpress.com/?p=18</guid>

					<description><![CDATA[In computer science, we are expected to keep learning as new technologies appear and to communicate our ideas clearly. These two skills—continuous learning and effective communication—are part of the program goals for our course. I recently listened to a podcast that fits both goals perfectly because it explains how people at GitHub use teamwork and […]]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">In computer science, we are expected to keep learning as new technologies appear and to communicate our ideas clearly. These two skills—continuous learning and effective communication—are part of the program goals for our course. I recently listened to a podcast that fits both goals perfectly because it explains how people at GitHub use teamwork and artificial intelligence to make software development more productive.</p>
<h6 class="wp-block-heading">Why I Chose This Podcast</h6>
<p class="wp-block-paragraph">The episode I listened to is called “How GitHub Operationalizes AI for Teamwide Collaboration and Productivity” from the SuperDataScience podcast, hosted on superdatascience.com. In this episode, the guest, Kyle Daigle, who is GitHub’s Chief Operating Officer, talks about how GitHub uses tools like GitHub Copilot to improve how teams work together. I picked this episode because I use GitHub for class projects and wanted to learn how professionals collaborate on a much larger scale. It also connects to our course topics on teamwork, version control, and communication.</p>
<h6 class="wp-block-heading">What the Podcast Is About</h6>
<p class="wp-block-paragraph">The discussion focuses on how artificial intelligence can support developers instead of replacing them. Kyle explains that Copilot helps write code faster and gives smart suggestions during coding. But the main idea is about collaboration, not just automation.</p>
<p class="wp-block-paragraph">He describes something called inner sourcing, which means using the same open-source principles inside a company. Teams share their work, review each other’s code, and reuse components just like developers do in public GitHub projects. This approach helps people across departments communicate better and learn from one another. The podcast also highlights the importance of keeping a healthy culture where AI assists but humans make the final decisions.</p>
<h6 class="wp-block-heading">What I Learned and How I’ll Use It</h6>
<p class="wp-block-paragraph">This episode changed the way I think about tools like GitHub Copilot. Before listening, I thought of it only as a shortcut for writing code. Now I understand it can help a whole team by keeping code consistent and by making collaboration smoother. I also liked the idea that collaboration depends as much on people and process as it does on software.</p>
<p class="wp-block-paragraph">In future group projects or internships, I plan to encourage my team to:</p>
<p class="wp-block-paragraph">• Use version control tools like GitHub for all projects, even small ones.</p>
<p class="wp-block-paragraph">• Review each other’s work openly instead of working in isolation.</p>
<p class="wp-block-paragraph">• Try using AI tools like Copilot responsibly to help maintain consistency.</p>
<p class="wp-block-paragraph">This podcast helped me see that good collaboration is both a technical skill and a communication skill. Learning from professionals at GitHub reminded me that teamwork is what keeps software projects successful and developers constantly growing.</p>
<p class="wp-block-paragraph">Podcast link: SuperDataScience – SDS 730: How GitHub Operationalizes AI for Teamwide Collaboration and Productivity (<a href="https://www.superdatascience.com/podcast/sds-730-how-github-operationalizes-ai-for-teamwide-collaboration-and-productivity-with-github-coo-kyle-daigle" rel="nofollow">https://www.superdatascience.com/podcast/sds-730-how-github-operationalizes-ai-for-teamwide-collaboration-and-productivity-with-github-coo-kyle-daigle</a>)</p>
<p class="wp-block-paragraph">

<p class="syndicated-attribution"><em>From the blog <a href="https://computerscienceblues.blog">CS@Worcester – Vish&amp;#039;s Journey in Computer Science</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Vishisht Seku">Vishisht Seku</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://1.gravatar.com/avatar/736fcec3f8c409266336ea44c4451897f1b8d95cf1723337d15b98d246292acc?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">50234</post-id>	</item>
		<item>
		<title>Leveraging Podcasts for Lifelong Learning in Software Engineering</title>
		<link>https://computerscienceblues.blog/2025/09/11/leveraging-podcasts-for-lifelong-learning-in-software-engineering/</link>
		
		<dc:creator><![CDATA[Vishisht Seku]]></dc:creator>
		<pubDate>Thu, 11 Sep 2025 15:17:18 +0000</pubDate>
				<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Software Process Management]]></category>
		<guid isPermaLink="false">http://sekuvishisht-gvrdj.wordpress.com/?p=12</guid>

					<description><![CDATA[Introduction In computing, professional growth relies on continuous learning well beyond the classroom. With technologies evolving rapidly, it is necessary to explore resources that strengthen both technical and communication skills. This course emphasizes those goals by focusing on two outcomes: mastering emerging methods and expressing ideas clearly in writing and speech. In this post, I […]]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph"><strong>Introduction</strong></p>
<p class="wp-block-paragraph">In computing, professional growth relies on continuous learning well beyond the classroom. With technologies evolving rapidly, it is necessary to explore resources that strengthen both technical and communication skills. This course emphasizes those goals by focusing on two outcomes: mastering emerging methods and expressing ideas clearly in writing and speech. In this post, I share how a podcast on software process management supported these outcomes and expanded my understanding of collaboration in development work.</p>
<p class="wp-block-paragraph"><strong>Resource Summary and Selection</strong></p>
<p class="wp-block-paragraph">The resource I selected is a podcast episode discussing effective practices for managing software teams and improving project flow. You can find it here: <a href="https://softwareengineeringdaily.com/2025/08/19/empowering-cross-functional-product-teams-with-tobias-dunn-krahn-and-doug-peete/">https://softwareengineeringdaily.com/2025/08/19/empowering-cross-functional-product-teams-with-tobias-dunn-krahn-and-doug-peete/</a></p>
<p class="wp-block-paragraph">I chose this episode because podcasts often present material in a conversational and practical way. Unlike written posts, the dialogue between speakers adds context and tone, which made the discussion of process management easier to connect with.</p>
<p class="wp-block-paragraph"><strong>Reflections and Key Takeaways</strong></p>
<p class="wp-block-paragraph">The episode highlighted how adaptability is essential in project management. Agile and DevOps were described as tools to handle change, reduce delays, and ensure quality. What struck me most was the emphasis on communication. The speakers described how gaps between developers and stakeholders often caused setbacks, and how simple practices like frequent check-ins or retrospectives helped overcome them. This encouraged me to think about how I might use these approaches in my own work to foster teamwork and reduce friction.</p>
<p class="wp-block-paragraph"><strong>Podcasts vs. Blogs in Process Management</strong></p>
<p class="wp-block-paragraph">Blogs and podcasts each bring unique strengths to learning. Blogs are useful for detailed explanations, visual aids, and structured references—making them ideal for revisiting frameworks or technical steps. Podcasts, on the other hand, offer a dynamic experience. Hearing professionals speak candidly about challenges and decisions provides insight into the human side of project work that text may not fully capture. For process management, where collaboration and decision-making matter as much as tools, podcasts often relay those nuances more effectively.</p>
<p class="wp-block-paragraph">I believe the two formats complement one another: blogs provide permanence and technical clarity, while podcasts make abstract practices more relatable. Together, they offer a balanced approach to professional development.</p>
<p class="wp-block-paragraph"><strong>Conclusion</strong></p>
<p class="wp-block-paragraph">Reflecting on this podcast reminded me of the value of lifelong learning in computing. Adopting new models and improving communication are essential for success, and both blogs and podcasts serve as valuable resources for that growth. Moving forward, I plan to engage with both formats to build a deeper understanding of software practices and strengthen my professional toolkit.</p>

<p class="syndicated-attribution"><em>From the blog <a href="https://computerscienceblues.blog">CS@Worcester – Vish&amp;#039;s Journey in Computer Science</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Vishisht Seku">Vishisht Seku</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://1.gravatar.com/avatar/736fcec3f8c409266336ea44c4451897f1b8d95cf1723337d15b98d246292acc?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">50238</post-id>	</item>
		<item>
		<title>My Journey into Computer Science: A Beginner’s Perspective</title>
		<link>https://christysblog9.wordpress.com/2025/09/02/my-journey-into-computer-science-a-beginners-perspective/</link>
		
		<dc:creator><![CDATA[Christiana Serwaah]]></dc:creator>
		<pubDate>Tue, 02 Sep 2025 21:25:47 +0000</pubDate>
				<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Software Process Management]]></category>
		<guid isPermaLink="false">http://christysblog9.wordpress.com/?p=14</guid>

					<description><![CDATA[Hello Everyone!! I came into computer science as a beginner, and honestly, I still feel like one. I’ve made it this far, but I don’t consider myself fluent in any programming language. Coding is not my strong suit, and truthfully, my first pull toward computer science was about learning and understanding the hardware. I’ve come […]]]></description>
										<content:encoded><![CDATA[<p class="is-style-outline wp-block-tag-cloud"><a href="https://christysblog9.wordpress.com/tag/cs-348/" class="tag-cloud-link tag-link-282309805 tag-link-position-1" style="font-size: 12.1pt;" aria-label="CS-348 (1 item)">CS-348</a><br />
<a href="https://christysblog9.wordpress.com/tag/csworcester/" class="tag-cloud-link tag-link-136244038 tag-link-position-2" style="font-size: 12.1pt;" aria-label="CS@Worcester (1 item)">CS@Worcester</a></p>
<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" data-attachment-id="15" data-permalink="https://cs.worcester.edu/cropped-csheader-jpg/" data-orig-file="https://i0.wp.com/cs.worcester.edu/wp-content/uploads/2011/12/cropped-csheader.jpg?fit=940%2C198&amp;ssl=1" data-orig-size="940,198" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="cropped-csheader.jpg" data-image-description="&lt;p&gt;http://10.33.2.16/wp-content/uploads/2011/12/cropped-csheader.jpg&lt;/p&gt;
" data-image-caption="" data-medium-file="https://i0.wp.com/cs.worcester.edu/wp-content/uploads/2011/12/cropped-csheader.jpg?fit=300%2C63&amp;ssl=1" data-large-file="https://i0.wp.com/cs.worcester.edu/wp-content/uploads/2011/12/cropped-csheader.jpg?fit=625%2C132&amp;ssl=1" width="625" height="416" data-attachment-id="15" data-permalink="https://christysblog9.wordpress.com/2025/09/02/my-journey-into-computer-science-a-beginners-perspective/chatgpt-image-sep-2-2025-04_39_10-pm/" data-orig-file="https://christysblog9.wordpress.com/wp-content/uploads/2025/09/chatgpt-image-sep-2-2025-04_39_10-pm.png" data-orig-size="1536,1024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ChatGPT Image Sep 2, 2025, 04_39_10 PM" data-image-description="" data-image-caption="" data-medium-file="https://christysblog9.wordpress.com/wp-content/uploads/2025/09/chatgpt-image-sep-2-2025-04_39_10-pm.png?w=300" data-large-file="https://christysblog9.wordpress.com/wp-content/uploads/2025/09/chatgpt-image-sep-2-2025-04_39_10-pm.png?w=1024" src="https://i0.wp.com/christysblog9.wordpress.com/wp-content/uploads/2025/09/chatgpt-image-sep-2-2025-04_39_10-pm.png?resize=625%2C416&#038;ssl=1" alt="" class="wp-image-15" srcset="https://christysblog9.wordpress.com/wp-content/uploads/2025/09/chatgpt-image-sep-2-2025-04_39_10-pm.png?w=1024 1024w, https://christysblog9.wordpress.com/wp-content/uploads/2025/09/chatgpt-image-sep-2-2025-04_39_10-pm.png?w=150 150w, https://christysblog9.wordpress.com/wp-content/uploads/2025/09/chatgpt-image-sep-2-2025-04_39_10-pm.png?w=300 300w, https://christysblog9.wordpress.com/wp-content/uploads/2025/09/chatgpt-image-sep-2-2025-04_39_10-pm.png?w=768 768w, https://christysblog9.wordpress.com/wp-content/uploads/2025/09/chatgpt-image-sep-2-2025-04_39_10-pm.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
<p>Hello Everyone!!</p>
<p>I came into computer science as a beginner, and honestly, I still feel like one. I’ve made it this far, but I don’t consider myself fluent in any programming language. Coding is not my strong suit, and truthfully, my first pull toward computer science was about learning and understanding the hardware.</p>
<p>I&#8217;ve come very far and software is obviously the largest component of computer science so i have to learn and clear my confusions. That’s what this blog is for: a place to track my progress as I learn more about software process management.</p>
<p>I don’t have it all figured out yet, but I’m here to keep learning If you feel lost you’re welcome to follow along with me in my new arc of learning software process management.</p></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://christysblog9.wordpress.com">CS@Worcester – A Beginner&amp;#039;s Journey Through Computer Science</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Christiana Serwaah">Christiana Serwaah</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://1.gravatar.com/avatar/d6d45b372f0827cbfe4f5f0046652dcf809f3b177a2d563e17961747fdd7eb0d?s=96&#038;d=identicon&#038;r=G" length="0" type="" />
<enclosure url="https://christysblog9.wordpress.com/wp-content/uploads/2025/09/chatgpt-image-sep-2-2025-04_39_10-pm.png?w=1024" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">37828</post-id>	</item>
		<item>
		<title>Create your Own Company as a means to gain experience</title>
		<link>https://thewisedeveloper.wordpress.com/2017/08/19/create-your-own-company-as-a-means-to-gain-experience/</link>
		
		<dc:creator><![CDATA[thewisedeveloper]]></dc:creator>
		<pubDate>Sat, 19 Aug 2017 06:21:25 +0000</pubDate>
				<category><![CDATA[Big Data Analytics]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Quality Assurance and Testing]]></category>
		<category><![CDATA[Software Construction, Design, Architecture...]]></category>
		<category><![CDATA[Software Developement]]></category>
		<category><![CDATA[Software Process Management]]></category>
		<guid isPermaLink="false">http://thewisedeveloper.wordpress.com/?p=1415</guid>

					<description><![CDATA[Here&#8217;s an excerpt I found very interesting from John Sonmez&#8217;s newly released book, &#8216;the Complete Software Developer&#8217;s Career Guide&#8217;. It is a good read and I recommend it. I think I might try this option, and I think you guys &#8230; <a href="https://thewisedeveloper.wordpress.com/2017/08/19/create-your-own-company-as-a-means-to-gain-experience/">Continue reading <span>&#8594;</span></a><img alt="" border="0" src="https://pixel.wp.com/b.gif?host=thewisedeveloper.wordpress.com&#38;blog=117777952&#38;post=1415&#38;subd=thewisedeveloper&#38;ref=&#38;feed=1" width="1" height="1">]]></description>
										<content:encoded><![CDATA[<p>Here&#8217;s an excerpt I found very interesting from John Sonmez&#8217;s newly released book, &#8216;the Complete Software Developer&#8217;s Career Guide&#8217;. It is a good read and I recommend it. I think I might try this option, and I think you guys &#8230; <a href="https://thewisedeveloper.wordpress.com/2017/08/19/create-your-own-company-as-a-means-to-gain-experience/">Continue reading <span class="meta-nav">&#8594;</span></a><img data-recalc-dims="1" loading="lazy" decoding="async" alt="" border="0" src="https://i0.wp.com/pixel.wp.com/b.gif?resize=1%2C1&#038;ssl=1" width="1" height="1" /></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://thewisedeveloper.wordpress.com">CS@Worcester – thewisedevloper</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by thewisedeveloper">thewisedeveloper</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="http://1.gravatar.com/avatar/76d7d61f2a9d0d62b8f940890c0f7532?s=96&#038;d=wavatar&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">6075</post-id>	</item>
		<item>
		<title>Java Build Automation with Maven</title>
		<link>https://thewisedeveloper.wordpress.com/2017/02/07/java-build-automation-with-maven/</link>
		
		<dc:creator><![CDATA[thewisedeveloper]]></dc:creator>
		<pubDate>Tue, 07 Feb 2017 01:38:41 +0000</pubDate>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Software Developement]]></category>
		<category><![CDATA[Software Process Management]]></category>
		<guid isPermaLink="false">http://thewisedeveloper.wordpress.com/?p=1070</guid>

					<description><![CDATA[NOTES FROM Java Build Automation with Maven with Peggy Fisher 1.&#160;Get Started with Maven What is Apache Maven? Apache Maven, is a software project management, and comprehension tool, based on the concept of a project object model, or POM. Maven &#8230; <a href="https://thewisedeveloper.wordpress.com/2017/02/07/java-build-automation-with-maven/">Continue reading <span>&#8594;</span></a><img alt="" border="0" src="https://pixel.wp.com/b.gif?host=thewisedeveloper.wordpress.com&#38;blog=117777952&#38;post=1070&#38;subd=thewisedeveloper&#38;ref=&#38;feed=1" width="1" height="1">]]></description>
										<content:encoded><![CDATA[<p>NOTES FROM Java Build Automation with Maven with Peggy Fisher 1. Get Started with Maven What is Apache Maven? Apache Maven, is a software project management, and comprehension tool, based on the concept of a project object model, or POM. Maven &#8230; <a href="https://thewisedeveloper.wordpress.com/2017/02/07/java-build-automation-with-maven/">Continue reading <span class="meta-nav">&#8594;</span></a><img data-recalc-dims="1" loading="lazy" decoding="async" alt="" border="0" src="https://i0.wp.com/pixel.wp.com/b.gif?resize=1%2C1&#038;ssl=1" width="1" height="1" /></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://thewisedeveloper.wordpress.com">CS@Worcester – thewisedevloper</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by thewisedeveloper">thewisedeveloper</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="http://1.gravatar.com/avatar/76d7d61f2a9d0d62b8f940890c0f7532?s=96&#038;d=wavatar&#038;r=G" length="0" type="" />
<enclosure url="http://thewisedeveloper.files.wordpress.com/2017/02/capture2.png" length="0" type="" />
<enclosure url="http://thewisedeveloper.files.wordpress.com/2017/02/capture8.png" length="0" type="" />
<enclosure url="http://thewisedeveloper.files.wordpress.com/2017/02/capture7.png" length="0" type="" />
<enclosure url="http://thewisedeveloper.files.wordpress.com/2017/02/capture9.png" length="0" type="" />
<enclosure url="http://thewisedeveloper.files.wordpress.com/2017/02/capture10.png" length="0" type="" />
<enclosure url="http://thewisedeveloper.files.wordpress.com/2017/02/capture13.png" length="0" type="" />
<enclosure url="http://thewisedeveloper.files.wordpress.com/2017/02/capture14.png" length="0" type="" />
<enclosure url="http://thewisedeveloper.files.wordpress.com/2017/02/capture15.png" length="0" type="" />
<enclosure url="http://thewisedeveloper.files.wordpress.com/2017/02/capture16.png" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">5243</post-id>	</item>
		<item>
		<title>Fundamentals of Software Version Control</title>
		<link>https://thewisedeveloper.wordpress.com/2017/01/31/fundamentals-of-software-version-control/</link>
		
		<dc:creator><![CDATA[thewisedeveloper]]></dc:creator>
		<pubDate>Tue, 31 Jan 2017 21:37:22 +0000</pubDate>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Software Developement]]></category>
		<category><![CDATA[Software Process Management]]></category>
		<guid isPermaLink="false">http://thewisedeveloper.wordpress.com/?p=1004</guid>

					<description><![CDATA[NOTES FROM Fundamentals of Software Version Control Michael Lehman 1. Overview of Software Version Control Overview of software version control Version Control is the process of keeping track of your creative output as it evolves over the course of a &#8230; <a href="https://thewisedeveloper.wordpress.com/2017/01/31/fundamentals-of-software-version-control/">Continue reading <span>&#8594;</span></a><img alt="" border="0" src="https://pixel.wp.com/b.gif?host=thewisedeveloper.wordpress.com&#38;blog=117777952&#38;post=1004&#38;subd=thewisedeveloper&#38;ref=&#38;feed=1" width="1" height="1">]]></description>
										<content:encoded><![CDATA[<p>NOTES FROM Fundamentals of Software Version Control Michael Lehman 1. Overview of Software Version Control Overview of software version control Version Control is the process of keeping track of your creative output as it evolves over the course of a &#8230; <a href="https://thewisedeveloper.wordpress.com/2017/01/31/fundamentals-of-software-version-control/">Continue reading <span class="meta-nav">&#8594;</span></a><img data-recalc-dims="1" loading="lazy" decoding="async" alt="" border="0" src="https://i0.wp.com/pixel.wp.com/b.gif?resize=1%2C1&#038;ssl=1" width="1" height="1" /></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://thewisedeveloper.wordpress.com">CS@Worcester – thewisedevloper</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by thewisedeveloper">thewisedeveloper</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="http://1.gravatar.com/avatar/76d7d61f2a9d0d62b8f940890c0f7532?s=96&#038;d=wavatar&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">5167</post-id>	</item>
	</channel>
</rss>
