<?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>DEV Community: Omar Reda</title>
    <description>The latest articles on DEV Community by Omar Reda (@omarreda).</description>
    <link>https://dev.to/omarreda</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%2F502408%2F9f4b7124-1f08-4ed9-9d56-ffaf13f8febf.jpg</url>
      <title>DEV Community: Omar Reda</title>
      <link>https://dev.to/omarreda</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/omarreda"/>
    <language>en</language>
    <item>
      <title>Going Extreme With Extreme Programming</title>
      <dc:creator>Omar Reda</dc:creator>
      <pubDate>Sun, 21 Feb 2021 16:27:29 +0000</pubDate>
      <link>https://dev.to/omarreda/going-extreme-with-extreme-programming-1oi6</link>
      <guid>https://dev.to/omarreda/going-extreme-with-extreme-programming-1oi6</guid>
      <description>&lt;p&gt;In this article, we are going to discuss one of the software development agile methodologies which is Extreme Programming (XP).&lt;/p&gt;

&lt;p&gt;For those who don't know enough information about agile, you can check this quick introduction before proceeding with the article.&lt;/p&gt;

&lt;h2 id="agile"&gt;What is Agile? 🤔&lt;/h2&gt;

&lt;p&gt;The word ‘agile’ means&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Able to move your body quickly and easily.&lt;/li&gt;
&lt;li&gt;Able to think quickly and clearly.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In business, ‘agile’ is used for describing ways of planning and doing work wherein it is understood that making changes as needed is an important part of the job. Business ‘agility’ means that a company is always in a position to take account of the market changes.&lt;/p&gt;

&lt;p&gt;In software development, the term ‘agile’ is adapted to mean ‘the ability to respond to changes from Requirements, Technology and People.’&lt;/p&gt;




&lt;h2&gt;Content&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Origins Of Extreme Programming&lt;/li&gt;
&lt;li&gt;What Is Extreme Programming ?&lt;/li&gt;
&lt;li&gt;When We Could Apply XP ?&lt;/li&gt;
&lt;li&gt;Values &amp;amp; Practices&lt;/li&gt;
&lt;li&gt;Extreme Programming Rules&lt;/li&gt;
&lt;li&gt;Roles In XP&lt;/li&gt;
&lt;/ul&gt;




&lt;h2 id="origins"&gt;Origins Of Extreme Programming 🗺&lt;/h2&gt;

&lt;p&gt;Extreme Programming (XP) was first used on the Chrysler Comprehensive Compensation Program (C3), which was initiated in the mid-'90s and switched to an XP project when Kent Beck was brought on to the project to improve the performance of the system.&lt;/p&gt;

&lt;p&gt;In October 1999, Kent Beck published Extreme Programming Explained, detailing the entire method for others, and shortly thereafter the official website was launched as well.&lt;/p&gt;




&lt;h2 id="what"&gt;What Is Extreme Programming ? 🧐&lt;/h2&gt;

&lt;p&gt;XP is a set of engineering practices. Developers have to go beyond their capabilities while performing these practices. That’s where the “extreme” in the framework’s title comes from. To get a better understanding of these practices, we’ll start with describing XP’s lifecycle and the roles engaged in the process.&lt;/p&gt;

&lt;p&gt;Similar to other Agile Methods of development, Extreme Programming aims to provide iterative and frequent small releases throughout the project, allowing both team members and customers to examine and review the project’s progress throughout the entire Software Development Life Cycle (SDLC).&lt;/p&gt;




&lt;h2 id="when"&gt;When We Could Apply XP ? 😯&lt;/h2&gt;

&lt;p&gt;The general characteristics where XP is appropriate were described by Don Wells.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dynamically changing software requirements.&lt;/li&gt;
&lt;li&gt;Risks caused by fixed time projects using new technology.&lt;/li&gt;
&lt;li&gt;Small, co-located extended development team&lt;/li&gt;
&lt;li&gt;The technology you are using allows for automated unit and functional tests.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2 id="values"&gt;Values &amp;amp; Practices ⭐️🚀&lt;/h2&gt;

&lt;h3&gt;Values 🤝&lt;/h3&gt;

&lt;p&gt;The five values of XP are communication, simplicity, feedback, courage, and respect and are described in more detail below.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--o3jago7p--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gt1g38tzfovgqolwa58a.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--o3jago7p--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gt1g38tzfovgqolwa58a.jpg" alt="Alt Text" width="880" height="758"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Communication&lt;/strong&gt; Everyone on a team works jointly at every stage of the project.&lt;/li&gt;

&lt;li&gt;
&lt;strong&gt;Simplicity&lt;/strong&gt; Developers strive to write simple code bringing more value to a product, as it saves time and effort.&lt;/li&gt;

&lt;li&gt;
&lt;strong&gt;Feedback&lt;/strong&gt; Team members deliver software frequently, get feedback about it, and improve a product according to the new requirements.&lt;/li&gt;

&lt;li&gt;
&lt;strong&gt;Courage&lt;/strong&gt; Programmers objectively evaluate their own results without making excuses and are always ready to respond to changes.&lt;/li&gt;

&lt;li&gt;
&lt;strong&gt;Respect&lt;/strong&gt; Every person assigned to a project contributes to a common goal.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Practices 🏋️‍♂️&lt;/h3&gt;

&lt;p&gt;The core of XP is the interconnected set of software development practices listed below. While it is possible to do these practices in isolation, many teams have found some practices reinforce the others and should be done in conjunction to fully eliminate the risks you often face in software development.&lt;/p&gt;

&lt;p&gt;The XP Practices have changed a bit since they were initially introduced. The original &lt;strong&gt;twelve&lt;/strong&gt; practices are listed below.&lt;/p&gt;

&lt;ol&gt;
&lt;strong&gt;
&lt;li&gt;The Planning Game&lt;/li&gt;
&lt;li&gt;Small Releases&lt;/li&gt;
&lt;li&gt;Metaphor&lt;/li&gt;
&lt;li&gt;Simple Design&lt;/li&gt;
&lt;li&gt;Test-Drived Development&lt;/li&gt;
&lt;li&gt;Refactoring&lt;/li&gt;
&lt;li&gt;Pair Programming&lt;/li&gt;
&lt;li&gt;Collective Ownership&lt;/li&gt;
&lt;li&gt;Continuous Integration&lt;/li&gt;
&lt;li&gt;40-hour week&lt;/li&gt;
&lt;li&gt;On-site Customer&lt;/li&gt;
&lt;li&gt;Coding Standard&lt;/li&gt;
&lt;/strong&gt;
&lt;/ol&gt;

&lt;p&gt;I'm going to discuss some of these practices that are important to be understood.&lt;/p&gt;

&lt;h3&gt;Pair Programming 👨‍💻👩‍💻&lt;/h3&gt;

&lt;p&gt;This practice requires two programmers to work jointly on the same code. While the first developer focuses on writing, the other one reviews code, suggests improvements and fixes mistakes along the way. Such teamwork results in high-quality software and faster knowledge sharing but takes about 15 percent more time. In this regard, it’s more reasonable trying pair programming for long-term projects.&lt;/p&gt;

&lt;h3&gt;Test-Driven Development 🔍&lt;/h3&gt;

&lt;p&gt;Is it possible to write a clear code quickly? The answer is yes, according to XP practitioners. The quality of software derives from short development cycles that, in turn, allow for receiving frequent feedback. And valuable feedback comes from good testing. XP teams practice test-driven development technique (TDD) that entails writing an automated unit test before the code itself. According to this approach, every piece of code must pass the test to be released. So, software engineers thereby focus on writing code that can accomplish the needed function.&lt;/p&gt;

&lt;h3&gt;Code Refactoring 🛠&lt;/h3&gt;

&lt;p&gt;To deliver business value with well-designed software in every short iteration, XP teams also use refactoring. The goal of this technique is to continuously improve code. Refactoring is about removing redundancy, eliminating unnecessary functions, increasing code coherency, and at the same time decoupling elements. Keep your code clean and simple, so you can easily understand and modify it when required would be the advice of any XP team member.&lt;/p&gt;

&lt;h3&gt;Continuous Integration 🖇&lt;/h3&gt;

&lt;p&gt;Developers always keep the system fully integrated. XP teams take iterative development to another level because they commit code multiple times a day, which is also called continuous delivery. XP practitioners understand the importance of communication. Programmers discuss which parts of the code can be reused or shared. This way, they know exactly what functionality they need to develop. The policy of shared code helps eliminate integration problems. In addition, automated testing allows developers to detect and fix errors before deployment.&lt;/p&gt;




&lt;h2 id="loop"&gt;Extreme Programming Rules ♻️&lt;/h2&gt;

&lt;p&gt;Don Wells published the first XP rules in 1999 to counter claims that extreme programming doesn’t support activities that are necessary to software development, such as planning, managing, and designing. From planning to testing the software, follow these basic steps for each iteration.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7_6g0Z-A--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ad34tb34bj78e1ukqe45.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7_6g0Z-A--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ad34tb34bj78e1ukqe45.png" alt="Alt Text" width="850" height="817"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;Planning 📉&lt;/h3&gt;

&lt;p&gt;The first stage is when the customer meets the development team and presents the requirements in the form of user stories to describe the desired result. The team then estimates the stories and creates a release plan broken down into iterations needed to cover the required functionality part after part. If one or more of the stories can’t be estimated, so-called spikes can be introduced which means that further research is needed.&lt;/p&gt;

&lt;h3&gt;Managing 👨‍🏫&lt;/h3&gt;

&lt;p&gt;At this stage, the project manager will set the team up to succeed in this methodology. Everyone needs to work collaboratively and effectively communicate to avoid any slipups. This stage involves:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Creating an open workspace for your team.&lt;/li&gt;
&lt;li&gt;Setting a sustainable pace (i.e. determining the right length for iterations).&lt;/li&gt;
&lt;li&gt;Scheduling a daily standup meeting.&lt;/li&gt;
&lt;li&gt;Measuring project velocity (the amount of work getting done on your project).&lt;/li&gt;
&lt;li&gt;Reassigning work to avoid bottlenecks or knowledge loss.&lt;/li&gt;
&lt;li&gt;Changing the rules if XP isn’t working perfectly for the team.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Designing 👨‍🎨&lt;/h3&gt;

&lt;p&gt;is actually a part of the planning process, but can be set apart to emphasize its importance. It’s related to one of the main XP values that we’ll discuss below — simplicity. A good design brings logic and structure to the system and allows to avoid unnecessary complexities and redundancies.&lt;/p&gt;

&lt;h3&gt;Coding 👨‍💻👩‍💻&lt;/h3&gt;

&lt;p&gt;Is the phase during which the actual code is created by implementing specific XP practices such as coding standards, pair programming, continuous integration, and collective code ownership (the entire list is described below).&lt;/p&gt;

&lt;h3&gt;Testing 💣&lt;/h3&gt;

&lt;p&gt;Is the core of extreme programming. It is the regular activity that involves both unit tests (automated testing to determine if the developed feature works properly) and acceptance tests (customer testing to verify that the overall system is created according to the initial requirements).&lt;/p&gt;




&lt;h2 id="roles"&gt;🧔👱‍♀️ Roles In XP 👨‍🦱👩‍🦰&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Customers are expected to be heavily engaged in the development process by creating user stories, providing continuous feedback, and making all the necessary business decisions related to the project.&lt;/li&gt;

&lt;li&gt;Programmers or developers are the team members that actually create the product. They are responsible for implementing user stories and conducting user tests (sometimes a separate Tester role is set apart). Since XP is usually associated with cross-functional teams, the skill set of such members can be different.&lt;/li&gt;

&lt;li&gt;Trackers or managers link customers and developers. It’s not a required role and can be performed by one of the developers. These people organize the meetups, regulate discussions, and keep track of important progress KPIs.&lt;/li&gt;

&lt;li&gt;Coaches can be included in the teams as mentors to help with understanding the XP practices. It’s usually an outside assistant or external consultant who is not involved in the development process, but has used XP before and so can help avoid mistakes.&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;Agility principles are becoming increasingly popular as they prove their effectiveness. Even though extreme programming is not the most widespread methodology, it offers a lot of sensible practices that can benefit software development and are worth considering for implementation in your projects.&lt;/p&gt;

&lt;h3&gt;References&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.tutorialspoint.com/"&gt;Tutorials Point&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.lucidchart.com/"&gt;Lucidchart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.agilealliance.org/"&gt;Agile Alliance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.altexsoft.com/"&gt;Altexsoft&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;That's it, I hope this article was beneficial to you and you enjoyed reading it. Furthermore, feel free to contact me on email from here &lt;a href="mailto:omarreda5050@gmail.com"&gt;Gamil&lt;/a&gt; if you want to ask about anything, and you can find me on &lt;a href="https://www.linkedin.com/in/omarreda291/"&gt;LinkedIn&lt;/a&gt;, &lt;a href="https://omarreda.github.io"&gt;My Website&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>agile</category>
      <category>productivity</category>
      <category>workflow</category>
      <category>extremeprogramming</category>
    </item>
    <item>
      <title>Undergraduate experience in corporates and SMEs</title>
      <dc:creator>Omar Reda</dc:creator>
      <pubDate>Tue, 03 Nov 2020 22:34:27 +0000</pubDate>
      <link>https://dev.to/omarreda/student-experience-in-corporates-and-smes-cdb</link>
      <guid>https://dev.to/omarreda/student-experience-in-corporates-and-smes-cdb</guid>
      <description>&lt;p&gt;In this article, I will try to cover the experience you can get from joining a corporate or SME (small and medium-sized enterprises) company as an undergraduate software engineer, and the information provided in this article is based on my real personal experience in 3 different scale companies ... So let's get started.&lt;/p&gt;

&lt;h3&gt;&lt;strong&gt;Points of Comparison&lt;/strong&gt;&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Environment&lt;/li&gt;
&lt;li&gt;Your Impact as Team Member&lt;/li&gt;
&lt;li&gt;Learning Curve&lt;/li&gt;
&lt;li&gt;Recognition&lt;/li&gt;
&lt;li&gt;Perks&lt;/li&gt;
&lt;li&gt;Income&lt;/li&gt;
&lt;li&gt;Tips &amp;amp; Advices&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="environment"&gt;&lt;strong&gt;Environment 🏘&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Corporate:&lt;/strong&gt; The first trivial thing about joining a corporate is the formal environment that meets the worldwide standards, from every aspect you will learn how to act in a formal way like sending and receiving formal emails, your outfit at work, the way you communicate with team members and managers, the fixed working hours, everything is organized and runs within the system of the company, also you will find a well-structured hierarchy for the company and a clear vision for your career path.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SMEs:&lt;/strong&gt; The environment in SMEs is more friendly and more flexible than corporates, due to the small number of employees compared to a number of employees at corporates you can easily make many friends, in some SMEs the whole company could be friends and know each other, so you will surely find more flexible system than that of the corporates and that will make you act yourself more, and one more thing that is added as a bonus for working in SMEs is that you become more familiar with business and how it grows, and what are the market needs, and how to sell the company's idea or product to the customers.&lt;/p&gt;




&lt;h3 id="impact"&gt;&lt;strong&gt;Your Impact as Team Member 🚣🚣🚣‍♀️&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Corporate:&lt;/strong&gt; You will find yourself working by default on large scale projects that have an impact on society, you will work in a large team with different backgrounds and experience levels, and that will make you learn so much whether from technical or non-technical perspectives, and that's because employees in corporates always focus on getting promoted and reach higher levels in their career path, so they learn about many things and they take in their consideration the non-technical stuff especially the managerial content, as it will help them to manage and lead teams and get promoted faster.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SMEs:&lt;/strong&gt; You will work on different scale projects some of them are large ones and some are not, and you will have more time to learn on your own as the intensity of the work won't be like the intensity in corporates, and of course you will have a team with different backgrounds and experience levels, but won't be as large as the corporates teams, and the variety will be also less than that you can find in corporates teams.&lt;/p&gt;




&lt;h3 id="learning"&gt;&lt;strong&gt;Learning Curve 📈&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Corporate:&lt;/strong&gt; Your learning curve is affected mainly by 2 points the first one we previously mentioned above when we talked about experienced team members and the technical or non-technical information you will learn from them, the second point which is mainly found in corporates is the access you got to enroll in a huge amount of online courses whether provided by the company you work for or any other online courses provider, and you will find this point in most of the corporates once you get your company domain email you will get the access on many courses and e-books offered online.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SMEs:&lt;/strong&gt; Your learning curve is affected also by 2 points the first one is also the experience you got from working with the team members, and the second point is that you will search and learn about topics that you need at work if you aren't working in a company or within a team it will be difficult and confusing to select which topic should I learn about, and is that information is important or not, and this issue will be solved once you have a team you work with when you join a company which can provide you with guidance regarding what to learn about in order to finish your job and this guidance is very precious.&lt;/p&gt;

&lt;h4&gt;&lt;strong&gt;"ALWAYS KEEP YOUR LEARING CURVE RISING"&lt;/strong&gt;&lt;/h4&gt;




&lt;h3 id="recognition"&gt;&lt;strong&gt;Recognition 🏆&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Corporate:&lt;/strong&gt; Working in a famous corporation could turn out to be very useful for your future career opportunities. Let’s face it! It looks good on a resume! Brand recognition has a heavy weight on anyone’s resume.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SMEs:&lt;/strong&gt; It’s a bit harder to get this kind of recognition with SMEs, but not impossible. Usually, when they hit an important milestone, they do not become recognized brands instantly. It might take years until people will get to acknowledge them and automatically identify their activities.&lt;/p&gt;




&lt;h2&gt;&lt;strong&gt;Now The Fun Part 🎮🎯&lt;/strong&gt;&lt;/h2&gt;




&lt;h3 id="perks"&gt;&lt;strong&gt;Perks ✨&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Corporate:&lt;/strong&gt; Working in a corporation will ensure you some more significant perks. You will get a life and social insurance, gym membership, transportation reimbursements and many other benefits. In fact, corporations have the tendency to design their hiring positions around these advantages.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SMEs:&lt;/strong&gt; You will feel very relaxed within the atmosphere of SMEs, The employees also enjoy many perks like free food and drinks, and a play area to release the work tension and enjoy your free time and make new friendships with the company's employees from different departments.&lt;/p&gt;




&lt;h3 id="income"&gt;&lt;strong&gt;Income 💵&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Corporate:&lt;/strong&gt; All of the corporations have a standardized income that is brought to the average level of the market and sometimes higher. It may vary according to the market’s value and it can also go through some minor changes as you advance.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SMEs:&lt;/strong&gt; The amount of resources is limited, so you cannot expect a high income. Moreover, sometimes it is going to be lower than the average income of the market, and also sometimes it is going to be very close to the average income of the market, and despite that it may sound a bit discouraging, but as an intern your main goal is not to get more money but to gain more knowledge, and as this knowledge increases the money will come definitely by time.&lt;/p&gt;




&lt;h2 id="tips"&gt;&lt;strong&gt;Small tips and advices to you as students&lt;/strong&gt;&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;First,&lt;/strong&gt; try to get the most out of any experience you get in while you are a student whether you joined a corporation or SME company, because what will you learn will be very beneficial to you when you start searching for a job as a full-time employee.&lt;/li&gt;

&lt;li&gt;
&lt;strong&gt;Second,&lt;/strong&gt; try to make as many relationships as you can with people at work because this could help you to get a job in the future if you have proven your competence, and this will happen by getting a recommendation after you graduate from college to join back the company you worked at as intern.&lt;/li&gt;

&lt;li&gt;
&lt;strong&gt;Third,&lt;/strong&gt; I mentioned this before in the income section, but I want to mention it again, don't search for money at the early beginning of your life, first learn and gain more knowledge and improve your resume with quality experiences, and trust me money will come to you after that.&lt;/li&gt;

&lt;li&gt;
&lt;strong&gt;Forth,&lt;/strong&gt; don't you ever stop learning, this career is about learning new things every day to keep up with the market changes, so the most valuable weapon in your career journey is the ability to learn.&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;That's it, I hope this article was beneficial to you and you enjoyed reading it. Furthermore, feel free to contact me on email from here &lt;a href="mailto:omarreda5050@gmail.com"&gt;Gamil&lt;/a&gt; if you want to ask about anything, and you can find me on &lt;a href="https://www.linkedin.com/in/omarreda291/"&gt;LinkedIn&lt;/a&gt;, &lt;a href="https://omarreda.github.io"&gt;My Website&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
