<?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: Maggie</title>
    <description>The latest articles on DEV Community by Maggie (@maggzwthebass).</description>
    <link>https://dev.to/maggzwthebass</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%2F4070931%2Fcda75aee-fa16-4d0d-8ccb-1a9baeadef9b.jpeg</url>
      <title>DEV Community: Maggie</title>
      <link>https://dev.to/maggzwthebass</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maggzwthebass"/>
    <language>en</language>
    <item>
      <title>Understanding the Git Workflow: From Working Directory to Push</title>
      <dc:creator>Maggie</dc:creator>
      <pubDate>Sun, 23 Aug 2026 11:13:25 +0000</pubDate>
      <link>https://dev.to/maggzwthebass/understanding-the-git-workflow-from-working-directory-to-push-g6e</link>
      <guid>https://dev.to/maggzwthebass/understanding-the-git-workflow-from-working-directory-to-push-g6e</guid>
      <description>&lt;h1&gt;
  
  
  Working directory
&lt;/h1&gt;

&lt;p&gt;A working directory is where you you actually work on your project. It contains all the files you've made plus changes you'd made.&lt;/p&gt;

&lt;p&gt;For example, if you add an &lt;em&gt;sql&lt;/em&gt; (&lt;a href="https://en.wikipedia.org/wiki/SQL" rel="noopener noreferrer"&gt;https://en.wikipedia.org/wiki/SQL&lt;/a&gt;) file and add changes on your vscode (which is your integrated development environment for coding), it will reflect in your working directory.&lt;/p&gt;

&lt;h1&gt;
  
  
  Staging area
&lt;/h1&gt;

&lt;p&gt;The staging area acts like a preparation area where you organize the changes that will be included in your next &lt;strong&gt;commit&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;So these changes are done using the command: &lt;br&gt;
&lt;code&gt;git add&lt;/code&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Commit
&lt;/h1&gt;

&lt;p&gt;This is ideally what should happen after staging - adding changes and all.&lt;/p&gt;

&lt;p&gt;A commit is like taking a snapshot of your project at a specific point in time. The commit message helps describe what changes were made and is super useful for documentation purposes. To commit changes, we use the command&lt;br&gt;
&lt;code&gt;git commit -m ''&lt;/code&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Push
&lt;/h1&gt;

&lt;p&gt;Pushing refers very simply to uploading or posting up your work. In github, we push our commits to repositories using the command:&lt;br&gt;
&lt;code&gt;git push&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This shows your project online and allows for collaborations with other developers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Understanding the workflow makes it easier to track changes in case of any errors found later, manage your projects, and collaborate with others. &lt;/p&gt;

&lt;p&gt;For me, as a beginner learning data analytics, Git is an interesting and useful tool for keeping track of projects, scripts, and datasets as I continue building my skills. I'm excited to learn more about it and how to collaborate on future projects as we go along!&lt;/p&gt;

</description>
      <category>gitworkflow</category>
      <category>introtogit</category>
    </item>
    <item>
      <title>My introduction to data 2026</title>
      <dc:creator>Maggie</dc:creator>
      <pubDate>Mon, 10 Aug 2026 10:27:36 +0000</pubDate>
      <link>https://dev.to/maggzwthebass/my-introduction-to-data-2026-m3a</link>
      <guid>https://dev.to/maggzwthebass/my-introduction-to-data-2026-m3a</guid>
      <description>&lt;h1&gt;
  
  
  Introduction to LuxDevHQ
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Data and its meaning
&lt;/h2&gt;

&lt;p&gt;Data is the new world &lt;em&gt;we're all&lt;/em&gt; trying to figure out. Today I started my journey with the &lt;strong&gt;onboarding session&lt;/strong&gt; at LuxDev. This article is a summary of my onboarding session at LuxDev starting today. Join me as I share my thoughts throughout this journey. Here are some of the areas I have discovered today:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;We're all barefoot&lt;/li&gt;
&lt;li&gt;I have like the worst flu&lt;/li&gt;
&lt;li&gt;I like the fact that we're writing articles coz I like writing&lt;/li&gt;
&lt;li&gt;LuxDev offers an extra course for free after the first course&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;someone's going to heaven&lt;/li&gt;
&lt;li&gt;someone else is going to hell&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Got a new quote in today; &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In wine, there's truth by Stephen&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;amen brother!&lt;/p&gt;

&lt;p&gt;&lt;code&gt;i'd write a line of code here&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;in here
I'd write up a block of code,
comme ça.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Here's how to add a URL link on Southpark search results on Bamboozle. Open to see how many games they have related to Southpark on Bamboozle:&lt;br&gt;
&lt;a href="https://www.baamboozle.com/search?param=southpark&amp;amp;language=&amp;amp;sort_by=featured&amp;amp;results_from=all&amp;amp;filter_questions_min=10" rel="noopener noreferrer"&gt;https://www.baamboozle.com/search?param=southpark&amp;amp;language=&amp;amp;sort_by=featured&amp;amp;results_from=all&amp;amp;filter_questions_min=10&lt;/a&gt; &lt;br&gt;
smh just imagine.&lt;/p&gt;

&lt;p&gt;We are gonna be studying data a lot.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqqn9fmx3yr3p3wftsgqy.jpeg" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqqn9fmx3yr3p3wftsgqy.jpeg" alt=" " width="675" height="1200"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Finalement, we managed to write articles, found out about our roles in tech and how it's necessary to take breaks. As a French teacher, this was enjoyable and I'm excited to see what more I can achieve soon. I've done enough for today. What a day! &lt;/p&gt;

</description>
      <category>data</category>
      <category>analyst</category>
    </item>
  </channel>
</rss>
