<?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: Remy Choi </title>
    <description>The latest articles on DEV Community by Remy Choi  (@_e6641d4181e2ba2945d1f).</description>
    <link>https://dev.to/_e6641d4181e2ba2945d1f</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%2F3530748%2F13b08a07-b392-49ec-8f47-946630c1ec1c.jpg</url>
      <title>DEV Community: Remy Choi </title>
      <link>https://dev.to/_e6641d4181e2ba2945d1f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_e6641d4181e2ba2945d1f"/>
    <language>en</language>
    <item>
      <title>Reflections on Being a Developer in the Age of AI</title>
      <dc:creator>Remy Choi </dc:creator>
      <pubDate>Mon, 26 Jan 2026 06:27:08 +0000</pubDate>
      <link>https://dev.to/_e6641d4181e2ba2945d1f/reflections-on-being-a-developer-in-the-age-of-ai-12o9</link>
      <guid>https://dev.to/_e6641d4181e2ba2945d1f/reflections-on-being-a-developer-in-the-age-of-ai-12o9</guid>
      <description>&lt;p&gt;There is a strange tension in the air lately. &lt;/p&gt;

&lt;p&gt;AI feels magical. At the same time, it makes many developers uneasy. We watch models write code, design systems, and even reason about architecture.&lt;/p&gt;

&lt;p&gt;It’s not unreasonable to ask:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;What happens to developers when AI gets this good?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This post is not about fear, nor hype. It’s a reflection—from someone living through the transition.&lt;/p&gt;




&lt;h2&gt;
  
  
  AI Feels Like Magic — Until You Look Closer
&lt;/h2&gt;

&lt;p&gt;When people talk about AI, they often imagine a magician waving a wand. You type a prompt, and a perfect result instantly appears.&lt;/p&gt;

&lt;p&gt;But that illusion fades quickly once you actually work with AI.&lt;/p&gt;

&lt;p&gt;AI does not decide &lt;em&gt;what&lt;/em&gt; to build.&lt;/p&gt;

&lt;p&gt;It does not know &lt;em&gt;why&lt;/em&gt; something matters.&lt;/p&gt;

&lt;p&gt;It does not understand value unless someone explains the context.&lt;/p&gt;

&lt;p&gt;AI cannot define its own goals. Someone still has to decide direction, constraints, and priorities.&lt;/p&gt;

&lt;p&gt;So if AI could truly solve everything on its own, would the world eventually be left with only AI?&lt;/p&gt;

&lt;p&gt;At least in &lt;strong&gt;2026&lt;/strong&gt;, the answer is clearly no.&lt;/p&gt;




&lt;h2&gt;
  
  
  In Turbulent Times, Focus on What Doesn’t Change
&lt;/h2&gt;

&lt;p&gt;We are living in a period of rapid technological change. When everything moves this fast, the instinct is to chase every new tool.&lt;/p&gt;

&lt;p&gt;Ironically, this is when focusing on &lt;strong&gt;unchanging fundamentals&lt;/strong&gt; matters most.&lt;/p&gt;

&lt;h3&gt;
  
  
  Problem-solving still matters
&lt;/h3&gt;

&lt;p&gt;Tools change constantly. Languages, frameworks, and now even “who writes the code” keep shifting.&lt;/p&gt;

&lt;p&gt;But one skill remains stubbornly irreplaceable:&lt;/p&gt;

&lt;p&gt;the ability to &lt;strong&gt;identify real problems and define them clearly&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;AI can generate solutions. It cannot tell you which problems are worth solving.&lt;/p&gt;

&lt;h3&gt;
  
  
  Curiosity beats fear
&lt;/h3&gt;

&lt;p&gt;Developers who survive transitions aren’t the ones who resist new tools.&lt;/p&gt;

&lt;p&gt;They are the ones who experiment, fail, and ask better questions.&lt;/p&gt;

&lt;p&gt;Curiosity and adaptability have always been a competitive advantage.&lt;/p&gt;

&lt;p&gt;In the age of AI, they may be the strongest ones.&lt;/p&gt;




&lt;h2&gt;
  
  
  So What Does a Developer Look Like in 2026?
&lt;/h2&gt;

&lt;p&gt;Will developers disappear?&lt;/p&gt;

&lt;p&gt;More realistically, the role is &lt;strong&gt;evolving&lt;/strong&gt;, not vanishing.&lt;/p&gt;

&lt;p&gt;The modern developer is no longer just someone who writes code line by line.&lt;/p&gt;

&lt;p&gt;Instead, they increasingly act as a &lt;strong&gt;conductor&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  The 2026 developer is:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Someone who orchestrates AI agents&lt;/li&gt;
&lt;li&gt;Someone who supervises multiple AI systems doing “traditional” development work&lt;/li&gt;
&lt;li&gt;Someone who reviews outputs and takes responsibility for the result&lt;/li&gt;
&lt;li&gt;Someone who translates vague business needs into structures AI can understand&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In short, developers are becoming &lt;strong&gt;designers of intent&lt;/strong&gt;, not just implementers.&lt;/p&gt;




&lt;h2&gt;
  
  
  My Coding Workflow Has Already Changed
&lt;/h2&gt;

&lt;p&gt;This shift isn’t theoretical—it’s already happening.&lt;/p&gt;

&lt;p&gt;My own workflow looks different now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I write a &lt;strong&gt;spec document first&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;I define coding style and architectural constraints upfront&lt;/li&gt;
&lt;li&gt;Only then do I ask AI to implement&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The result surprised me.&lt;/p&gt;

&lt;p&gt;I spend less time fighting implementation details&lt;/p&gt;

&lt;p&gt;and more time thinking about business logic, edge cases, and trade-offs.&lt;/p&gt;

&lt;p&gt;AI is very good at execution—&lt;/p&gt;

&lt;p&gt;&lt;em&gt;if&lt;/em&gt; the problem is defined clearly.&lt;/p&gt;

&lt;p&gt;That’s the key.&lt;/p&gt;

&lt;p&gt;What matters now isn’t how fast you type code,&lt;/p&gt;

&lt;p&gt;but how well you &lt;strong&gt;design, specify, and communicate intent&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Tool Has Never Been the Point
&lt;/h2&gt;

&lt;p&gt;Humanity has always built tools to solve problems.&lt;/p&gt;

&lt;p&gt;From stone tools to compilers to AI models,&lt;/p&gt;

&lt;p&gt;technology has never been the hero—&lt;em&gt;problem-solving has&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Every technology is created by humans.&lt;/p&gt;

&lt;p&gt;And ultimately, every technology exists for humans.&lt;/p&gt;

&lt;p&gt;That’s why I believe this remains true in every era:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;People who solve problems do not disappear.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  AI Is a Powerful Assistant, Not a Desire-Driven Being
&lt;/h2&gt;

&lt;p&gt;AI doesn’t &lt;em&gt;want&lt;/em&gt; anything.&lt;/p&gt;

&lt;p&gt;It doesn’t want a better life.&lt;/p&gt;

&lt;p&gt;It doesn’t want recognition.&lt;/p&gt;

&lt;p&gt;It doesn’t want happiness.&lt;/p&gt;

&lt;p&gt;It moves only when given objectives.&lt;/p&gt;

&lt;p&gt;The clearer the context, the better it performs.&lt;/p&gt;

&lt;p&gt;That makes AI an incredibly capable assistant—and sometimes a developer.&lt;/p&gt;

&lt;p&gt;But not an autonomous agent with values of its own.&lt;/p&gt;

&lt;p&gt;(Also, realistically speaking: using AI well still costs money.)&lt;/p&gt;




&lt;h2&gt;
  
  
  A Question That Still Lingers
&lt;/h2&gt;

&lt;p&gt;If AI can produce everything,&lt;/p&gt;

&lt;p&gt;what happens when there is no one left to judge something as “valuable”?&lt;/p&gt;

&lt;p&gt;Value does not exist in isolation.&lt;/p&gt;

&lt;p&gt;It requires a being that can &lt;em&gt;experience&lt;/em&gt; it.&lt;/p&gt;

&lt;p&gt;Even in a future filled with AI-generated goods and services,&lt;/p&gt;

&lt;p&gt;the world only works if there are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;beings who &lt;strong&gt;create value&lt;/strong&gt; (AI)&lt;/li&gt;
&lt;li&gt;and beings who &lt;strong&gt;perceive value&lt;/strong&gt; (humans)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Whether AI can ever develop true desire is a fascinating question—&lt;/p&gt;

&lt;p&gt;but that’s a topic for another day.&lt;/p&gt;




&lt;h2&gt;
  
  
  A Final Thought
&lt;/h2&gt;

&lt;p&gt;AI is changing what it means to be a developer.&lt;/p&gt;

&lt;p&gt;Feeling anxious about that change is completely natural.&lt;/p&gt;

&lt;p&gt;But by focusing on fundamentals,&lt;/p&gt;

&lt;p&gt;by staying curious instead of fearful,&lt;/p&gt;

&lt;p&gt;and by riding the wave instead of resisting it,&lt;/p&gt;

&lt;p&gt;we can survive—and even thrive—in this chaotic era.&lt;/p&gt;

&lt;p&gt;Stay strong, fellow developers. 🐇🎩&lt;/p&gt;

</description>
      <category>ai</category>
      <category>career</category>
      <category>discuss</category>
      <category>programming</category>
    </item>
    <item>
      <title>Reflections on the Djangonaut Space Journey 🦄</title>
      <dc:creator>Remy Choi </dc:creator>
      <pubDate>Mon, 01 Dec 2025 09:20:00 +0000</pubDate>
      <link>https://dev.to/_e6641d4181e2ba2945d1f/reflections-on-the-djangonaut-journey-ajn</link>
      <guid>https://dev.to/_e6641d4181e2ba2945d1f/reflections-on-the-djangonaut-journey-ajn</guid>
      <description>&lt;p&gt;The 8-week Djangonaut period has come to an end. When I first started, I was worried about whether I could do well due to my poor English skills, but the warm community and my teammates helped me successfully complete the program.&lt;/p&gt;

&lt;p&gt;Djangonaut not only reduced my fear and unfamiliarity with Django open source contribution but also provided even greater value and inspiration.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔭 Looking Back at the 8-Week Journey
&lt;/h2&gt;

&lt;p&gt;Initially, when I decided to contribute to Django, the process felt unfamiliar and daunting because, unlike other projects, Django's issue tickets are managed on a separate &lt;a href="https://code.djangoproject.com/query" rel="noopener noreferrer"&gt;page&lt;/a&gt;. Before Djangonaut, I had actually tried to contribute to a promising issue, but I quickly gave up because the discussion was too deep and complex. However, during the Djangonaut program, my mentor recommended suitable tickets, making it much easier for me to select an accessible issue to work on.&lt;/p&gt;

&lt;p&gt;When you participate in Djangonaut, you are placed in a team with two assigned mentors. We held a team meeting once a week, and a 1:1 meeting with a mentor every two weeks. If you were to proceed alone, the journey could feel emotionally and technically overwhelming, but this regular communication with the team and mentors was incredibly helpful.&lt;/p&gt;

&lt;p&gt;After some hard work (&lt;a href="https://dev.to/_e6641d4181e2ba2945d1f/djangonautfirst-pr-week-1-2-929-1010-2ah2"&gt;the process is detailed here&lt;/a&gt;), I successfully submitted &lt;a href="https://github.com/django/django/pull/19919" rel="noopener noreferrer"&gt;my first PR&lt;/a&gt;. I learned a tremendous amount during the review process. I hope to use this feedback to significantly improve my code quality and structure in future PRs.&lt;/p&gt;

&lt;p&gt;I'm currently working hard to incorporate the review feedback and will keep pushing until the PR is successfully merged!&lt;/p&gt;

&lt;h2&gt;
  
  
  Contribution to Documentation
&lt;/h2&gt;

&lt;p&gt;Because the Django documentation is always in English, I always had to translate it into my own language to fully understand it. Doing this made me realize that I might as well contribute to the translation effort. However, I haven't had a chance to do it yet. 🥲 I plan to work diligently on document translation this week.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Contributing to Django News (Updates to Django)&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;After submitting my Django PR, I was considering what to do next when my mentor mentioned the Django News, which encouraged me to try contributing. The biggest challenge I faced during this process was, once again, the English language.&lt;/p&gt;

&lt;p&gt;To contribute to the Updates to Django section, you first claim the current week and then write a brief summary of the week’s activity: who contributed, which PRs were merged, and any interesting discussions from issues, PRs, or the forum. Once approved, your &lt;strong&gt;Updates to Django&lt;/strong&gt; article takes its historic first step! 🚀&lt;/p&gt;

&lt;p&gt;I spent a considerable amount of time writing the news for that week, primarily because it took time to understand the English discussions and various issues. However, when the Django News was published, I felt incredibly proud and it was an unforgettable experience. 👼🏻 Thank you to the Djangonauts who helped me along the way.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://www.youtube.com/watch?v=fgxQS9ym_X0&amp;amp;t=186s" rel="noopener noreferrer"&gt;Giving a Lightning Talk&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Personally, I gained so much from Djangonaut Space that I wanted to share my experience with others! Therefore, I participated in a short talk to present my learnings and technical experiences from the program. In the talk, I focused on the broadened perspective and the incredible support I received from the community. I was only able to participate with a recorded video due to the time difference, which was a little disappointing!&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next &amp;amp; Thanks Djangonaut!
&lt;/h2&gt;

&lt;p&gt;As Djangonaut Space concludes, I'm contemplating my next steps. It was such a great program that I am eager to stay involved. I am currently considering a few options. Since I plan to participate in open source contributions next year, I will likely join the Django translation efforts if the opportunity arises.I truly hope the Korean Django community sees a revival next year. 😿&lt;/p&gt;

&lt;p&gt;I also want to give back the help and inspiration I received from Djangonaut Space. If given the opportunity next year, I would love to try being a mentor for the next batch of Djangonauts. I understand the fear of "Can I really do this?" better than anyone, and I want to be a bridge for other Korean developers to start this amazing journey.&lt;/p&gt;

&lt;p&gt;Joining Djangonaut Space was definitely the best thing I did in 2025! It helped me overcome the difficulties of Django contribution and brought a ray of light into my dull developer life. It was also an opportunity to expand my mindset and language skills by engaging with people from various countries outside of the Korean developer community. I was incredibly impressed by the thoughtful and positive energy of the Djangonaut community! I hope more Korean developers join this program.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuwk2yokapl6hc3laduu7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuwk2yokapl6hc3laduu7.png" alt=" " width="800" height="501"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you, Djangonaut Space, for taking me on this wonderful journey! 🌌 💫&lt;/p&gt;

</description>
      <category>django</category>
      <category>djangonaut</category>
      <category>opensource</category>
    </item>
    <item>
      <title>[Djangonaut][first PR] Week 1 ~ 2 (9.29 ~ 10.10)</title>
      <dc:creator>Remy Choi </dc:creator>
      <pubDate>Mon, 13 Oct 2025 12:22:22 +0000</pubDate>
      <link>https://dev.to/_e6641d4181e2ba2945d1f/djangonautfirst-pr-week-1-2-929-1010-2ah2</link>
      <guid>https://dev.to/_e6641d4181e2ba2945d1f/djangonautfirst-pr-week-1-2-929-1010-2ah2</guid>
      <description>&lt;p&gt;I submitted my first PR to the Django project! I'm going to write about the process and the challenges I faced while submitting my PR.&lt;/p&gt;

&lt;h2&gt;
  
  
  Lesson 1, Find a ticket you want to contribute and assign it to yourself.
&lt;/h2&gt;

&lt;p&gt;Django issue tickets aren't on Github - they're managed on a separate website. You need to login to the Django site in order to assign yourself to a ticket. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fospjj1jcmxcmriel7f3z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fospjj1jcmxcmriel7f3z.png" alt=" " width="800" height="394"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can assign yourself to a ticket by clicking &lt;em&gt;Modify Ticket&lt;/em&gt; button on the ticket you want to work on, and selecting your name in the &lt;em&gt;assign to&lt;/em&gt; field. (This lets other contributors know that you plan to work on that ticket.)&lt;/p&gt;

&lt;h2&gt;
  
  
  Lesson 2, Understand the problem and think about how to solve it.
&lt;/h2&gt;

&lt;p&gt;During this process, I got help from Gemini, went through the Django docs, and organized my understanding of the problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Lesson 3, Writing the code
&lt;/h2&gt;

&lt;p&gt;In the Django documentation, there's a well-written guide for first-time contributors. (&lt;a href="https://docs.djangoproject.com/en/dev/intro/contributing/" rel="noopener noreferrer"&gt;Writing your first contribution for Django&lt;/a&gt;) &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Installing Git.&lt;/li&gt;
&lt;li&gt;Downloading a copy of Django’s development version.&lt;/li&gt;
&lt;li&gt;Running Django’s test suite.&lt;/li&gt;
&lt;li&gt;Writing a test for your changes.&lt;/li&gt;
&lt;li&gt;Writing the code for your changes.&lt;/li&gt;
&lt;li&gt;Testing your changes.&lt;/li&gt;
&lt;li&gt;Submitting a pull request.&lt;/li&gt;
&lt;li&gt;Where to look for more information.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Before writing your code, run all the tests first and note how many fail. Then, after writing your code, run them again and compare the number of failed tests.&lt;/p&gt;

&lt;p&gt;You can also check if your test passes successfully for the code you wrote.&lt;/p&gt;

&lt;h2&gt;
  
  
  Lesson 4, Checking the code
&lt;/h2&gt;

&lt;p&gt;[] This PR targets the main branch.&lt;br&gt;
 [] The commit message is written in past tense, mentions the ticket number, and ends with a period.&lt;br&gt;
 [] I have checked the "Has patch" ticket flag in the Trac system.&lt;br&gt;
 [] I have added or updated relevant tests.&lt;br&gt;
 [] I have added or updated relevant docs, including release notes if applicable.&lt;br&gt;
 [] I have attached screenshots in both light and dark modes for any UI changes.&lt;/p&gt;

&lt;p&gt;When submitting a PR, you'll find a checklist like this.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;You need to make sure your commit message is well written and follows the &lt;a href="https://docs.djangoproject.com/en/dev/internals/contributing/committing-code/#committing-guidelines" rel="noopener noreferrer"&gt;Django committing guidelines&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You need to check &lt;em&gt;Has Patch&lt;/em&gt; flag on the issue ticket. You can find this option after clicking the &lt;em&gt;Modify Ticket&lt;/em&gt; button on the issue page.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You need to add the relevant tests, documentation, and release notes.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;⭐ When you write the documentation, make sure it follows the correct format according to the &lt;a href="https://docs.djangoproject.com/en/dev/internals/contributing/writing-documentation/" rel="noopener noreferrer"&gt;Writing documentation&lt;/a&gt; guide. If you don’t check this, the GitHub Action will fail — (my experience 😅)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fikyo6oe2iija787y05wy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fikyo6oe2iija787y05wy.png" alt=" " width="800" height="165"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;All checks have passed ! 🎉&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Now, all I have to do is wait for the review.&lt;/p&gt;

&lt;p&gt;My first PR submission is finally done… what a journey! 💪&lt;/p&gt;

</description>
      <category>django</category>
      <category>opensource</category>
      <category>programming</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Week 0 in Djangonaut (9.25 ~ 9.28)</title>
      <dc:creator>Remy Choi </dc:creator>
      <pubDate>Tue, 30 Sep 2025 06:22:40 +0000</pubDate>
      <link>https://dev.to/_e6641d4181e2ba2945d1f/week-0-in-djangonaut-925-928-2a74</link>
      <guid>https://dev.to/_e6641d4181e2ba2945d1f/week-0-in-djangonaut-925-928-2a74</guid>
      <description>&lt;p&gt;I joined the Djangonaut Discord and became part of the Djangonaut program as a member of Team Mars.&lt;/p&gt;

&lt;p&gt;In Week 0, I introduced myself on Discord, had our first team meeting, and joined the welcome session.&lt;/p&gt;

&lt;p&gt;Although I’ve faced some challenges with communication in English, I’ll do my best to overcome them.&lt;/p&gt;

&lt;p&gt;This week, I’ll start contributing in earnest, and I’m determined to give it my best effort. :)&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
