<?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: Laura Gyre</title>
    <description>The latest articles on DEV Community by Laura Gyre (@lauragyre).</description>
    <link>https://dev.to/lauragyre</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%2F246139%2F8b9f05fe-6161-4f6c-b9dc-df156351d11b.jpeg</url>
      <title>DEV Community: Laura Gyre</title>
      <link>https://dev.to/lauragyre</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lauragyre"/>
    <language>en</language>
    <item>
      <title>DIY WordPress Bootcamp, Hooray!</title>
      <dc:creator>Laura Gyre</dc:creator>
      <pubDate>Sun, 24 May 2020 19:16:13 +0000</pubDate>
      <link>https://dev.to/lauragyre/diy-wordpress-bootcamp-hooray-54kp</link>
      <guid>https://dev.to/lauragyre/diy-wordpress-bootcamp-hooray-54kp</guid>
      <description>&lt;p&gt;&lt;i&gt;Cross post from the custom-themed Wordpress blog that I finally, finally got set up today, 43 days into my coding journey, about how I got there, where I think I'm going next, and whether you might want to go there, too.&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Ever since I heard about coding bootcamps for the first time, the possibility of going through one has been bouncing around in the back of my mind. So this year, when I lost my job during the Coronavirus lockdown, I knew it was time to make some decisions. Some of the decisions I ended up making surprised me a little, though.&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;First of all, I decided that I do want to give this a shot!&lt;/p&gt;

&lt;p&gt;I’m not sure how it will pan out, but I decided that I’ve wondered about that long enough – now it’s time to spend two to three months throwing everything I can at this, and see where I end up.&lt;/p&gt;

&lt;p&gt;Second, I decided that although it’s not commonly recommended, I want to specialize in WordPress and the technologies that make it work.&lt;/p&gt;

&lt;p&gt;Third, I decided that rather than applying for a bootcamp, I wanted to do this on my own.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Why WordPress?&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;For me, there are personal reasons to choose WordPress, specifically my employment history: I’ve worked as a graphic designer and content writer, so I’m very familiar with WP from a user’s perspective. In fact, I set up so many websites for myself that I eventually started doing freelance WP setup for others, using customizable themes – so for me, I guess this was kind of a no-brainer.&lt;/p&gt;

&lt;p&gt;There are plenty of other reasons, though. Like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;According to Google, 35% of websites are powered by WordPress. That’s a lot of potential work out there!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The culture of WordPress businesses, in general, seems unusually appealing and friendly, especially in comparison to other technology environments. I’ve been looking at lots of job listings and many employers offer diversity initiatives, flexible time-off, remote work, travel and other perks for employee satisfaction and work-life balance.&lt;br&gt;
There are relatively few barriers to entry. While skills are required, less jobs seem to expect years of senior development experience, and a lot of jobs fall all over the technology-expertise spectrum, from relatively non-technical customer support to high-level engineering work. I like to think this means there’s potential for specialization and also advancement.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The actual work of WordPress often seems to involve a lot of design tweaking, as well as some back-end coding. Do you like that? I think I do.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The LAMP stack technology that powers WordPress, including PHP as a back-end language, can do almost anything that other web development stacks can do. While it’s an older and less popular choice outside of the WP community, if you master these tools you can build all kinds of things besides blogs. As you progress you can add other contemporary tools to build on it, like the Laravel framework.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Plus, PHP is supposed to be pretty easy to learn, and there's nothing wrong with that.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;b&gt;Why DIY?&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Again, largely practical reasons. While I appreciate that the cost of bootcamps is pretty reasonable for what they are and a lot of them do their best to offer financing options, I was still unable to find one that combined financing I could live with (nothing much upfront) with scheduling I could live with (I have kids and other responsibilities, and might have to look for another job before I finish this training). Plus, very few of them focus on WordPress and/or the LAMP stack. I do feel like I’m missing out somewhat on personal assistance, accountability and networking by learning on my own, but I’m doing my best to fill in those gaps.&lt;/p&gt;

&lt;p&gt;For what it’s worth, though, the total cost of this program ranges from about $100 if you buy as little as possible (basically a hosting package–I like &lt;a href="http://www.greengeeks.com"&gt;GreenGeeks&lt;/a&gt;, they’re helpful and eco-friendly–and one or two cheap video courses) to about $700 if you buy everything I mention and a used MacBook Pro, like I did. Also, I’ve been coding an average of about four hours a day, whenever I can get around to it. So, that budget and flexible scheduling helps me to overlook a lot of shortcomings.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;On to the Plan!&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;For any type of web development, you probably want to start with front end basics like HTML, CSS and Javascript. For this, I cannot recommend &lt;a href="http://www.theodinproject.com"&gt;The Odin Project&lt;/a&gt; highly enough. This is a free, open-source web development curriculum. I’ve done most of the front end track, and there’s lots to love about it. My favorite thing, though, is probably the combination of throwing you in the deep end (expecting you to figure out and build real projects from the beginning) with detailed, extensive guidance about the things you might want to learn and practice. It also brings in a lot of things I didn’t know I needed to know, like how to use Git and Github. The projects are hard, but when I finish them I feel so professional!&lt;/p&gt;

&lt;p&gt;Speaking of hard, though, please, please read &lt;a href="https://www.thinkful.com/blog/why-learning-to-code-is-so-damn-hard/"&gt;this article about why learning to code is hard and that's ok&lt;/a&gt;. Having someone explicitly explain all this to me is the solitary reason I’ve been able to make the progress I have, so far. While you’re at it, figure out how you’re going to get support. The Odin Project Discord server has been key for me at several points, which is one of the things I love about that program. Dev.to and Twitter are also home to unsually supportive and diverse tech communities, and I especially recommend the &lt;a href="https://www.100daysofcode.com/"&gt;#100DaysOfCode&lt;/a&gt; challenge and Code Newbies on Twitter. Another thing to consider is &lt;a href="https://www.swyx.io/writing/learn-in-public/"&gt;learning in public&lt;/a&gt;. This concept has been pretty inspirational to me, and a big part of why I’ve pushed myself to get this blog up and running and make it to the current post.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;After completing most or all of the Odin Project front end, here’s what I would add:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;A free trial at &lt;a href="&amp;lt;a%20href="&gt;Treehouse&lt;/a&gt;, or a month or so basic subscription if you need/can swing it. This, by the way, is an affiliate link – but I’m paying for a month and getting through as much as I can; it’s a pretty easy to follow and comprehensive resource. I recommend the introductory PHP track to get some background before diving directly into WordPress.&lt;/p&gt;

&lt;p&gt;Then, &lt;a href="https://www.udemy.com/course/become-a-wordpress-developer-php-javascript/learn/lecture/7148936#overview"&gt;this Udemy course&lt;/a&gt;. It’s a very straightforward, step-by step introduction to theme and plugin development that quickly got me up and running, turning my hand-coded dev portfolio into this simple WordPress site (my first custom theme)! I haven’t done it myself, but if you’re entirely new to WordPress as a user, too, you might want to check out the same teacher’s WordPress for Beginners course. By the way, don’t pay full price for Udemy courses unless it’s an emergency, because they often go on sale for about ten dollars. Full disclosure: I’m currently on day 43 of my 100 days of code, and this is where I’m at in my own learning process.&lt;/p&gt;

&lt;p&gt;My future plans, though, include following up with &lt;a href="https://www.udemy.com/course/wordpress-development-create-wordpress-themes-and-plugins/learn/lecture/3558730?start=0#overview"&gt;this Udemy course on more advanced WordPress topics&lt;/a&gt;, then going back to Treehouse to do the intermediate PHP tracks, an introduction to MySQL databases and the React course (React was only briefly touched on in The Odin Project).&lt;/p&gt;

&lt;p&gt;If I decide that I want to build on this LAMP stack foundation in less directly WordPress-related ways, I may do the Treehouse advanced PHP track, and I’m also intrigued by &lt;a href="https://bigmachine.io/products/the-imposters-handbook/"&gt;this guy’s books and videos about rounding out your CS background and getting jobs/freelance work without a computer science degree&lt;/a&gt;. I’m even a little bit curious about Laravel–but that’s a different post for the future, maybe.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Are you a WordPress student or developer? What would you add to this list? What would you do differently now that you know better?&lt;/b&gt;&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>codenewbie</category>
      <category>webdev</category>
      <category>php</category>
    </item>
    <item>
      <title>Where are all the mobile developers?</title>
      <dc:creator>Laura Gyre</dc:creator>
      <pubDate>Thu, 31 Oct 2019 04:19:07 +0000</pubDate>
      <link>https://dev.to/lauragyre/where-are-all-the-mobile-developers-1p6e</link>
      <guid>https://dev.to/lauragyre/where-are-all-the-mobile-developers-1p6e</guid>
      <description>&lt;p&gt;Hi, I'm new, teaching myself Flutter and considering the possibility of some day making money with this. I know that Flutter, specifically, is kind of a weird choice. I thought that I would be hearing more about mobile development in general, though. When I read about career stuff, it seems like it's always front end vs. back end. Are there not a lot of jobs in mobile development? Are they extra hard to get into? Do people talk about them in different places? What should I know about this now?&lt;/p&gt;

&lt;p&gt;Thanks for any tips!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>career</category>
    </item>
    <item>
      <title>Building My Own Bootcamp</title>
      <dc:creator>Laura Gyre</dc:creator>
      <pubDate>Wed, 23 Oct 2019 15:58:53 +0000</pubDate>
      <link>https://dev.to/lauragyre/building-my-own-bootcamp-26fi</link>
      <guid>https://dev.to/lauragyre/building-my-own-bootcamp-26fi</guid>
      <description>&lt;p&gt;The first time I heard about coding bootcamps, I was intrigued. I thought about them on and off for a couple of years, but with kids, a job and a tight financial situation, three months felt almost as far out of reach as another college degree. While I'm still thinking about bootcamps somewhere in the back of my mind, I eventually decided that I should give self-directed learning a serious shot first. &lt;/p&gt;

&lt;p&gt;I'm not 100% sure I want to work in this field, which has been part of my hesitation to commit. When I decided to take this attempt seriously, though, I decided to move forward &lt;i&gt;as though&lt;/i&gt; I fully intend to go pro, in order to keep my options as broad as possible.  &lt;/p&gt;

&lt;p&gt;In a way, the technical aspect has been the easiest. I chose to focus on Flutter mobile development–another reason to teach myself, since I haven't seen this offered in any programs. Is this dumb, or will it be a way to distinguish myself eventually? More on that in the future, probably. Anyway, while I didn't find any actual bootcamps, I did find three pretty comprehensive "bootcamp" courses for $10 each on Udemy. I'm currently doing two of them at once, using the second as review, and at halfway through both of them this seems to be working pretty well so far. &lt;/p&gt;

&lt;p&gt;While I'm confident in my ability to learn independently, I'm a bit more concerned about the networking, career development and soft skills training I might be missing out on. So, I'm trying to start out proactively in that department, too. Here are some things I'm working on in between coding lessons:&lt;/p&gt;

&lt;p&gt;Reading &lt;a href="https://leanpub.com/firstyearincode"&gt;Your First Year in Code: A Complete Guide for New and Aspiring Developers&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Listening to Podcasts. I wasn't sure if they would be too technical for my to appreciate, but I'm enjoying &lt;a href="https://www.codenewbie.org/podcast"&gt;Code Newbie&lt;/a&gt; and &lt;a href="https://ladybug.dev/"&gt;Ladybug&lt;/a&gt; so far. Code Newbie also hosts Twitter chats which I'm curious about, but haven't checked out yet.&lt;/p&gt;

&lt;p&gt;Starting to build relationships online. I am so happy to have discovered Dev, and also the coding community on Twitter. These are my top two resources so far because they're active, and also there are women there (without getting into this too much, I was honestly pretty amazed and frustrated about how hard this has been to find). I'm particularly following folks who are in the early stages of similar self-taught paths, who work with Flutter, who give support and career advice to newbies, and again, women who may have insight into the particular issues I could face. &lt;/p&gt;

&lt;p&gt;Researching app ideas that are relevant to me and my existing community, making a list of future demo projects in the back of my mind. &lt;/p&gt;

&lt;p&gt;Learning in Public. I was inspired by &lt;a href="https://dev.to/miku86/learn-in-public-4jl2"&gt;this post here&lt;/a&gt;, and this podcast episode about &lt;a href="https://www.codenewbie.org/podcast/the-benefits-of-building-a-personal-brand-early-in-your-development-career"&gt;building a brand early in your development career&lt;/a&gt;.To be fair, I don't think the hosts necessarily meant &lt;i&gt;this&lt;/i&gt; early, but I figured that I might as well get started in the way that I hope to continue–and I had already noticed that I was learning some things that would have helped me to know sooner. So, I wrote my first couple of posts, including this one about &lt;a&gt;getting started with Flutter&lt;/a&gt;. I've also committed to 100 days of code, partly for structure and partly so that I can &lt;a href="https://twitter.com/lauragyre"&gt;tweet about it&lt;/a&gt; every day. And, I taught myself a bit about video recording and editing so I can share my apps (tip: Quicktime was the easiest). &lt;/p&gt;

&lt;p&gt;The next steps I have in mind are to build a portfolio website or page, and to start submitting to open-source projects on GitHub. I'm not sure how all this will turn out and I'm sure I'm still missing out on some advantages of participating in a real live bootcamp, but I like to think that having a documented history of self-directed education could eventually be its own kind of superpower.&lt;/p&gt;

</description>
      <category>learninginpublic</category>
      <category>beginners</category>
      <category>firstyearincode</category>
      <category>career</category>
    </item>
    <item>
      <title>Flutter/Dart App Development for Cheap Beginners</title>
      <dc:creator>Laura Gyre</dc:creator>
      <pubDate>Sat, 12 Oct 2019 18:42:16 +0000</pubDate>
      <link>https://dev.to/lauragyre/flutter-dart-app-development-for-cheap-beginners-ipm</link>
      <guid>https://dev.to/lauragyre/flutter-dart-app-development-for-cheap-beginners-ipm</guid>
      <description>&lt;p&gt;This is no expert advice in this post. I'm a beginner, myself, on day 4 of 100 days of code (though since it took me a few days to discover that tag it's really more like day 10). I have dabbled in code, mostly through web design, but nothing too serious. So, what I think I am qualified to do I think is give a pretty good overview of things that make sense to me as a beginner. &lt;/p&gt;

&lt;p&gt;If you're a complete beginner, too, you should know that Dart is a programming language, and Flutter is a system that allows us to use Dart to write apps that work on both Android and iOS devices, while adding a lot of other useful function, including a pretty intuitive way of doing responsive design. This is huge for me! I can't speak to what the benefits and concerns about this are on a more technical sense, but I know I was hesitating to learn app development partly because I was having trouble picking an operating system. Also, so far it's quite intuitive and, with my background, I'm pretty into the elements that draw a lot on web design concepts. &lt;/p&gt;

&lt;p&gt;I have a list of goals/fears related to developing apps. So far I've conquered three of them:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;figuring out the Hardware and Software required to work on this&lt;/li&gt;
&lt;li&gt;understanding and learning the basic syntax of Dart&lt;/li&gt;
&lt;li&gt;compiling and running apps on actual devices&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you're a complete beginner, too, and would like to know how I got started, these are the tools I recommend most:&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Hardware:&lt;/b&gt; A Mac is more versatile; there's no way (no easy way at least, I was a little unclear on the details of this) to compile code for iOS from a PC, while a Mac can create apps for both systems. This isn't entirely conclusive, but a pretty good metric for whether your Mac can do all this is whether it can run Mojave. I upgraded to a MacBook Pro from 2012 (the earliest model that theoretically can), and so far it's working, while my 2011 MacBook Air didn't. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://dartpad.dartlang.org/"&gt;Dart Pad&lt;/a&gt; lets you experiment with Dart code online, before you deal with installation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://da-bootcamp.firebaseapp.com/?course=start_programming_dart"&gt;Dart Academy Bootcamp&lt;/a&gt; is a fun way to try out some basic concepts and get automatic feedback on how your code is working. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.smartherd.com/dart-programming-for-flutter-beginners/"&gt;Smartherd's Dart Tutorial&lt;/a&gt; is the most complete set of beginner tutorials I've found, with videos and also code to reference. I kind of wish I had started with this, because I prefer to understand the basics before getting thrown into projects that require them. Someone pointed out that this course doesn't cover asynchronous programming/future; here's &lt;a href="https://dart.dev/codelabs/async-await"&gt;a short tutorial that does&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.udemy.com/course/flutter-bootcamp-with-dart/"&gt;Angela Yu's Flutter course on Udemy&lt;/a&gt; is a pretty good place to go next, (especially if Udemy is having one of their frequent $10 sales), or a decent place to start if you have programming experience or if you do like being thrown into things. Software instructions seem to get outdated pretty quickly and I had to do some things slightly differently than she described (had to install Xcode before some of the other steps would work, for one thing) but the walkthrough of this process was still incredibly helpful. After that, she jumps into creating actual apps using the Flutter framework. &lt;/p&gt;

&lt;p&gt;A couple of relevant things I learned the hard way: in order to run apps on an iPhone or iPad, you'll need to sign up for a free Apple developer account. Also, in Android Studio (the main piece of software) you might want to go into Preferences&amp;gt;Editor&amp;gt;General&amp;gt;Code Completion and turn on "show the documentation popup." This is used a lot in the course, but not fully explained.&lt;/p&gt;

&lt;p&gt;There are some other Udemy Flutter courses, too, which focus on slightly different subjects and have equally high ratings. I was kind of disappointed to learn that there's usually very little chance of meaningful feedback despite claims to the contrary, but I guess you can't expect too much for $10. &lt;/p&gt;

&lt;p&gt;For further questions, &lt;a href="https://livebook.manning.com/book/dart-in-action/table-of-contents/"&gt;Dart in Action&lt;/a&gt; and &lt;a href="https://livebook.manning.com/book/flutter-in-action/welcome/v-9/"&gt;Flutter in Action&lt;/a&gt; seem like great online resources. And, of course, &lt;a href="https://google.com/"&gt;Google&lt;/a&gt;. Most of my questions, especially about actual code, have already been answered on Stack Overflow or explained in the documentation. &lt;/p&gt;

&lt;p&gt;For 100daysofCode purposes, here's the uncompleted portion of my fears/goals list:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Lambda functions, I still don't understand them&lt;/li&gt;
&lt;li&gt;GIT/collaboration&lt;/li&gt;
&lt;li&gt;Databases&lt;/li&gt;
&lt;li&gt;API stuff (addressed at least somewhat in later parts of the Udemy course)&lt;/li&gt;
&lt;li&gt;writing and running tests&lt;/li&gt;
&lt;li&gt;Publishing&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Over the next 90 days or so, I hope to discover and share more resources as I learn about these subjects. &lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>dart</category>
      <category>flutter</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Dart Tutorials on Exercism</title>
      <dc:creator>Laura Gyre</dc:creator>
      <pubDate>Wed, 09 Oct 2019 23:02:42 +0000</pubDate>
      <link>https://dev.to/lauragyre/dart-tutorials-on-exercism-2pl2</link>
      <guid>https://dev.to/lauragyre/dart-tutorials-on-exercism-2pl2</guid>
      <description>&lt;p&gt;I'm teaching myself Flutter, and while the tutorials I'm using (Udemy) explain the actual coding well enough, I've come close to giving up at several points while trying to get programs and other basic tools up and running. &lt;/p&gt;

&lt;p&gt;Today I learned about the coding challenges at Exercism, in many languages including Dart (awesome)! I also spent a couple of hours attempting to actually run them on my computer, and was about to give up before I finally figured it out. &lt;/p&gt;

&lt;p&gt;In case anybody else is in a similar boat, here's what I learned. FWIW, I have a mac, and this is pretty much all I know about this-not sure how much of this will translate to others. &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;First of all, though, you need to have Dart installed on your computer in a way that Terminal can access. Having the extensions for Android Studio and/or IntelliJ is not the same thing. If you type "dart" into terminal and it has no idea what you're talking about, this is probably you. In order to install it, you probably also need Homebrew. Type "brew -v" to see if your computer knows anything about this. &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Here are the instructions to install Homebrew: &lt;a href="https://brew.sh/"&gt;https://brew.sh/&lt;/a&gt;&lt;br&gt;
Here are the instructions to install a Dart SDK: &lt;a href="https://dart.dev/get-dart"&gt;https://dart.dev/get-dart&lt;/a&gt; (What's an SDK? I have no idea–but I still know far more about how to do this than any comprehensive articles I could find, and I do know that my stuff is running now). &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Use this tutorial to install actual Exercism: &lt;a href="https://exercism.io/cli-walkthrough"&gt;https://exercism.io/cli-walkthrough&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Go to the language track you want to try and click on the "Hello World" module. Get the download link from the right column, copy and paste it into terminal. This will download the project to your computer and tell you what directory it's going into. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open IntelliJ, choose "open" and navigate to the "hello world" folder on your computer. Open the terminal window at the bottom of IntelliJ and type "pub get" to get any additional files (and check for other top of screen notices about importing things). Click on the dart file and complete the challenge. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;When you think you have it, type "pub run test" and your work will be checked. If it fails, you get some clues.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;When it passes, you can submit your solution by using "cd" to navigate to the folder that contains your file in terminal, then typing "exercism submit [yourfile].dart". There are a few more things to click, but they're pretty self-explanatory.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>beginners</category>
      <category>dart</category>
      <category>womenintech</category>
    </item>
  </channel>
</rss>
