<?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: brenda-techprep</title>
    <description>The latest articles on DEV Community by brenda-techprep (@brendatechprep).</description>
    <link>https://dev.to/brendatechprep</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%2F1118541%2F89fa5535-6de4-4952-bc32-0369aa9f17a8.png</url>
      <title>DEV Community: brenda-techprep</title>
      <link>https://dev.to/brendatechprep</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/brendatechprep"/>
    <language>en</language>
    <item>
      <title>Project Status Reports</title>
      <dc:creator>brenda-techprep</dc:creator>
      <pubDate>Tue, 27 Aug 2024 13:49:50 +0000</pubDate>
      <link>https://dev.to/brendatechprep/project-status-reports-5h17</link>
      <guid>https://dev.to/brendatechprep/project-status-reports-5h17</guid>
      <description>&lt;h2&gt;
  
  
  Key components
&lt;/h2&gt;

&lt;p&gt;Most status Reports will contain the following components:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Project name: Clear and contains goal.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Date: There will be many, this will mark which report it is.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Summary: Contains the goals, schedule, highlights, lowlights. Usually in the summary section.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Status: &lt;strong&gt;RAG&lt;/strong&gt; &lt;em&gt;Red-Amber-Green&lt;/em&gt;, Red indicates there are issues that need resolution, Amber/Yellow means that there are potential issues with schedule/budget, Green means everything is good. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Milestones &amp;amp; Tasks: Will typically be labeled as 'not started', 'in progress', 'completed'. Key accomplishments will detail what has happened, upcoming to detail what's is to come.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Typically made in a spreadsheet to share with team and stakeholders.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Choose the right tracking method for your project</title>
      <dc:creator>brenda-techprep</dc:creator>
      <pubDate>Tue, 27 Aug 2024 13:43:09 +0000</pubDate>
      <link>https://dev.to/brendatechprep/choose-the-right-tracking-method-for-your-project-5k6</link>
      <guid>https://dev.to/brendatechprep/choose-the-right-tracking-method-for-your-project-5k6</guid>
      <description>&lt;p&gt;&lt;strong&gt;Gantt charts&lt;/strong&gt;&lt;br&gt;
Gantt charts are the most popular as they apply to MOST projects.&lt;br&gt;
Useful for: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Helping stay on schedule&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Projects with &lt;strong&gt;LOTS&lt;/strong&gt; of tasks/dependencies/milestones&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Projects with &lt;strong&gt;LARGE&lt;/strong&gt; teams&lt;br&gt;
Try:&lt;br&gt;
Asana&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Roadmaps&lt;/strong&gt;&lt;br&gt;
Roadmaps track individual and project progress. Best suited for big milestone tracking. &lt;br&gt;
Useful for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;High-level tracking, can provide an overall snapshot of the key points&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Illustrating evolution of project over time.&lt;br&gt;
try:&lt;br&gt;
Smartsheet &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Burndown Charts&lt;/strong&gt;&lt;br&gt;
Burn down Charts reveal how quickly the team is working, shows what is left to do and how close to finishing it is.&lt;br&gt;
Useful for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Projects that require a detailed review of tasks.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Projects where finishing n time is priority.&lt;br&gt;
Try:&lt;br&gt;
Jira&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>TIL Week 3</title>
      <dc:creator>brenda-techprep</dc:creator>
      <pubDate>Thu, 27 Jul 2023 01:14:51 +0000</pubDate>
      <link>https://dev.to/brendatechprep/til-week-3-4ab0</link>
      <guid>https://dev.to/brendatechprep/til-week-3-4ab0</guid>
      <description>&lt;p&gt;Today, we are starting Ruby!!&lt;br&gt;
Very excited for this. &lt;br&gt;
As of now just started with if else/elsif statements which make sense.&lt;br&gt;
!true = false&lt;br&gt;
!false = true &lt;br&gt;
|| = or &lt;br&gt;
&amp;amp;&amp;amp; = and almost like an also&lt;br&gt;
for num 1..10 - writes all numbers except 10&lt;br&gt;
adding ... includes what inside that range and .. includes the ending number&lt;/p&gt;

&lt;p&gt;for text&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;i= 0
loop do
print "ruby!"
i += 1
break if i == 30
end
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;when talking about index's in array remember that 0 would be considered the first index.&lt;br&gt;
arrays can constitute as different variables like integers, words, boolean&lt;br&gt;
Hashes are like javascript objects or python dictionaries&lt;br&gt;
key-value pairs&lt;/p&gt;

</description>
    </item>
    <item>
      <title>TIL Week 2</title>
      <dc:creator>brenda-techprep</dc:creator>
      <pubDate>Wed, 26 Jul 2023 00:18:56 +0000</pubDate>
      <link>https://dev.to/brendatechprep/til-week-2-2o7h</link>
      <guid>https://dev.to/brendatechprep/til-week-2-2o7h</guid>
      <description>&lt;p&gt;During this week we have really immersed ourselves in html. &lt;br&gt;
My favorite part was the flex bot froggy.&lt;br&gt;
Really getting into the background of CSS alignment is very interesting.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;text-align
text-direction
flex
flex-direction
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;br&gt;
`&lt;br&gt;
I have also made my very first linktree with my own images and links. I think the hardest part was realizing how to connect everything from my css to my html code, once I realized that connection everything fell along pretty easy. Also css references were life savers!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>TIL 1st Week</title>
      <dc:creator>brenda-techprep</dc:creator>
      <pubDate>Wed, 12 Jul 2023 20:49:58 +0000</pubDate>
      <link>https://dev.to/brendatechprep/til-post-5c0m</link>
      <guid>https://dev.to/brendatechprep/til-post-5c0m</guid>
      <description>&lt;p&gt;We are learning &lt;strong&gt;HTML&lt;/strong&gt;&lt;br&gt;
Here are somethings that I feel like would be good to keep in mind&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;p&amp;gt; is used to start a paragraph, this has to be closed
&amp;lt;em&amp;gt; is used to write a word in italics
&amp;lt;strong&amp;gt; is used to make words in bold
&amp;lt;br&amp;gt; is to make breaks, this does not have to be closed

&amp;lt;ul&amp;gt; stands for unordered list, so bullet points 
&amp;lt;ol&amp;gt; stands for ordered list, so numbered
Each listed item must start and end with &amp;lt;li&amp;gt;
to put in an img you use &amp;lt;img and then close it with / &amp;gt;
href means you are creating a path from the code to another file
rel describes the relationship between the connection
```


![different css words](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fp3rb7x89b0mw5mqla1g.png)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>beginners</category>
      <category>codenewbie</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
