<?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: Diana Munluo</title>
    <description>The latest articles on DEV Community by Diana Munluo (@diana_munluo_33a96b237e7c).</description>
    <link>https://dev.to/diana_munluo_33a96b237e7c</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3954799%2F365bb1a2-8ef2-420a-a932-41e98337bb2b.png</url>
      <title>DEV Community: Diana Munluo</title>
      <link>https://dev.to/diana_munluo_33a96b237e7c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/diana_munluo_33a96b237e7c"/>
    <language>en</language>
    <item>
      <title>#From-Term-to-Detail: A-Chrome-Origin-Story</title>
      <dc:creator>Diana Munluo</dc:creator>
      <pubDate>Thu, 18 Jun 2026 18:18:52 +0000</pubDate>
      <link>https://dev.to/diana_munluo_33a96b237e7c/from-term-to-detail-a-chrome-origin-story-4cd2</link>
      <guid>https://dev.to/diana_munluo_33a96b237e7c/from-term-to-detail-a-chrome-origin-story-4cd2</guid>
      <description>&lt;p&gt;Today was all about setting the foundation for my new web project. I finally got around to organizing my list of web browsers, and I decided to use a structured layout to keep everything looking clean and organized on the page.It felt pretty satisfying to write out the first entry. I started with the main title for Google Chrome, and right below it, I indented the details. I made sure to write out the full history for it: "This is a free web browser developed by Google and first released in 2008." It’s just one browser down, but seeing the information come together so neatly makes me excited to add the rest of the list tomorrow.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>#The-Details-in-the-&lt;dd&gt;</title>
      <dc:creator>Diana Munluo</dc:creator>
      <pubDate>Thu, 18 Jun 2026 18:10:42 +0000</pubDate>
      <link>https://dev.to/diana_munluo_33a96b237e7c/the-details-in-the--2jie</link>
      <guid>https://dev.to/diana_munluo_33a96b237e7c/the-details-in-the--2jie</guid>
      <description>&lt;p&gt;Today was all about setting the foundation for my new web project. I finally got around to organizing my list of web browsers, and I decided to use a Description List (&lt;/p&gt;
&lt;dl&gt;) to keep everything looking clean and structured.It felt pretty satisfying to write out the first entry. I started with the term &lt;dt&gt; for Google Chrome, and right below it, I added the details &lt;/dt&gt;
&lt;dd&gt;. I made sure to write out the full history for it: "This is a free web browser developed by Google and first released in 2008."It’s just one browser down, but seeing the code come together so neatly makes me excited to add the rest of the list tomorrow. 


&lt;/dd&gt;
&lt;/dl&gt;

</description>
      <category>devjournal</category>
      <category>frontend</category>
      <category>html</category>
      <category>webdev</category>
    </item>
    <item>
      <title>"Code &amp; Chords: Building freeCodeCamp Tunes"</title>
      <dc:creator>Diana Munluo</dc:creator>
      <pubDate>Tue, 09 Jun 2026 15:00:11 +0000</pubDate>
      <link>https://dev.to/diana_munluo_33a96b237e7c/code-chords-building-freecodecamp-tunes-2po5</link>
      <guid>https://dev.to/diana_munluo_33a96b237e7c/code-chords-building-freecodecamp-tunes-2po5</guid>
      <description>&lt;p&gt;Today was all about building a clean,functional media hub from scratch. I wanted a space where I could switch between learning and just unwinding, so I spent the evening crafting a custom media page. I ended up calling it freeCodeCamp Tunes.The structure came together really naturally. There’s something incredibly satisfying about watching the code click into place. Adding the browser controls makes it feel like a real, tangible app. It's a solid start. Next up, I think I'll start styling it to give it a proper dark mode aesthetic.&lt;/p&gt;

</description>
      <category>frontend</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>webdev</category>
    </item>
    <item>
      <title>#learning-to-create-a-webpage-with-HTMLbasics</title>
      <dc:creator>Diana Munluo</dc:creator>
      <pubDate>Wed, 03 Jun 2026 16:19:38 +0000</pubDate>
      <link>https://dev.to/diana_munluo_33a96b237e7c/learning-to-create-a-webpage-with-htmlbasics-32b0</link>
      <guid>https://dev.to/diana_munluo_33a96b237e7c/learning-to-create-a-webpage-with-htmlbasics-32b0</guid>
      <description>&lt;p&gt;Today i learned the basics of HTML. I learned how to create a webpage using the elements. I also practiced using headings, paragraphs,lists and images to build a simple recipe webpage. Today's lesson helped me understand the basic structure of an HTML document, and I am excited to learn more about web development.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>html</category>
      <category>learning</category>
      <category>webdev</category>
    </item>
    <item>
      <title>#Installin-Ubuntu-on-RaspberryPi4</title>
      <dc:creator>Diana Munluo</dc:creator>
      <pubDate>Mon, 01 Jun 2026 18:00:03 +0000</pubDate>
      <link>https://dev.to/diana_munluo_33a96b237e7c/installin-ubunt-on-raspberrypi4-30eb</link>
      <guid>https://dev.to/diana_munluo_33a96b237e7c/installin-ubunt-on-raspberrypi4-30eb</guid>
      <description>&lt;p&gt;Today i purchased a new mini SD card(64 GB)to be inserted into Raspberry Pi4 which has ARM architecture and 64 bit.It is possible to install Ubuntu operating system (LTS). Unfortunately chrome browser is not compatible with Pi4. So i have to rely heavily on Firefox browser. I installed the usual tools necessary for web development:git tools, Visual Studio Code,gh configuration tool,etc.&lt;/p&gt;

</description>
      <category>iot</category>
      <category>linux</category>
      <category>tooling</category>
      <category>webdev</category>
    </item>
    <item>
      <title>#remote-github</title>
      <dc:creator>Diana Munluo</dc:creator>
      <pubDate>Sat, 30 May 2026 20:33:20 +0000</pubDate>
      <link>https://dev.to/diana_munluo_33a96b237e7c/remote-github-17lg</link>
      <guid>https://dev.to/diana_munluo_33a96b237e7c/remote-github-17lg</guid>
      <description>&lt;p&gt;Pushing a local repository to a remote repository takes a number of steps.For first time users of a machine, configuration of GitHub email and user name are necessary but this is done only once for a particular machine.The steps involve the creation of tokens, email privacy etc.Without config it is not possible to use git commands straight away. Once this is completed you can start using git commands such as add, commit, push and pull. I also experimented with the configuration of a new monitor with RaspberryPi 4. Finally i converted my repository into GitHub Pages. In other words i created my first Internet website with proper URL.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>#Struggle-with-Git-commands</title>
      <dc:creator>Diana Munluo</dc:creator>
      <pubDate>Fri, 29 May 2026 19:50:28 +0000</pubDate>
      <link>https://dev.to/diana_munluo_33a96b237e7c/struggle-with-git-commands-42n4</link>
      <guid>https://dev.to/diana_munluo_33a96b237e7c/struggle-with-git-commands-42n4</guid>
      <description>&lt;p&gt;While learning html from freeCodeCamp i began to study git commands. git command has key concepts such as local and remote repository, branch, version control.The commands are always entered inside a terminal. Today is the first time working inside the terminal. For windows the terminal can be either command prompt or power shell. Even a visual studio code has a terminal inside it. Even though I managed to create a local repository I’m struggling to integrate with the remote repository in my GitHub account.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>codenewbie</category>
      <category>git</category>
      <category>github</category>
    </item>
    <item>
      <title>#FreeCodeCamp</title>
      <dc:creator>Diana Munluo</dc:creator>
      <pubDate>Thu, 28 May 2026 15:55:42 +0000</pubDate>
      <link>https://dev.to/diana_munluo_33a96b237e7c/freecodecamp-35ll</link>
      <guid>https://dev.to/diana_munluo_33a96b237e7c/freecodecamp-35ll</guid>
      <description>&lt;p&gt;After preparing a road map yesterday I’ve decided to use freeCodeCamp.org interactive platform to learn HTML. It has three split screens.1)for instruction 2) for programming or coding 3)for Output. This is way better than simply watching YouTube videos and taking notes.The platform has a good mixture of theoretical instructions and practical exercises. Best of all it is literally a free course.I am still in the beginning of learning key elements and their attributes in html syntax.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>codenewbie</category>
      <category>html</category>
      <category>learning</category>
    </item>
    <item>
      <title>I’ve been working in BPO (non voice )process for the past 2 years. I took a break because I wanted to shift to a more technical role as a Shopify developer. The road starts with HTML and CSS.</title>
      <dc:creator>Diana Munluo</dc:creator>
      <pubDate>Wed, 27 May 2026 18:51:06 +0000</pubDate>
      <link>https://dev.to/diana_munluo_33a96b237e7c/ive-been-working-in-bpo-non-voice-process-for-the-past-2-years-i-took-a-break-because-i-wanted-2b3d</link>
      <guid>https://dev.to/diana_munluo_33a96b237e7c/ive-been-working-in-bpo-non-voice-process-for-the-past-2-years-i-took-a-break-because-i-wanted-2b3d</guid>
      <description></description>
      <category>career</category>
      <category>css</category>
      <category>html</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
