<?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: Erica L. (she/they)</title>
    <description>The latest articles on DEV Community by Erica L. (she/they) (@erileff).</description>
    <link>https://dev.to/erileff</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%2F381567%2F7b18f1fb-e4f6-4090-ac4f-4218608fe105.jpeg</url>
      <title>DEV Community: Erica L. (she/they)</title>
      <link>https://dev.to/erileff</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/erileff"/>
    <language>en</language>
    <item>
      <title>Days 26-35</title>
      <dc:creator>Erica L. (she/they)</dc:creator>
      <pubDate>Wed, 15 Jul 2020 20:33:34 +0000</pubDate>
      <link>https://dev.to/erileff/days-26-35-3dff</link>
      <guid>https://dev.to/erileff/days-26-35-3dff</guid>
      <description>&lt;h1&gt;
  
  
  Days 26 - 35
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Day 26, July 5, 2020
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Python:&lt;/strong&gt; I did all the lessons on graphs and asymptotic notation. I began learning about recursion in Python.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Color Design:&lt;/strong&gt; I decided to take a break from really "coding" and do Codecademy's course on color design. I only have access to pro features through July 24, so I figure I should get as much out of it as I can.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 27, July 6, 2020
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Color Design:&lt;/strong&gt; I finished this course. It was pretty useful. I understand using colors in web design a bit better now.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Python:&lt;/strong&gt; I started Codecademy's course on statistics in Python and did more recursion exercises.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 28, July 7, 2020
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Python:&lt;/strong&gt; finished the recursion exercises. Started learning data analysis with Pandas.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 29, July 8, 2020
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Python:&lt;/strong&gt; Did the exercises on function arguments. They were super helpful. Then began lessons on files in Python.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 30, July 9, 2020
&lt;/h2&gt;

&lt;p&gt;Finished the file exercises, thus finishing the Python 3 course!&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 31, July 10, 2020
&lt;/h2&gt;

&lt;p&gt;Doing HTML/CSS projects on Codecademy.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 32, July 11, 2020
&lt;/h2&gt;

&lt;p&gt;Did some more HTML/CSS stuff on Codecademy. Did a really simple project of coding "99 Bottles of Beer on the Wall" in JS. I constantly forget the most obvious things, like calling the dang function!&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 33, July 12, 2020
&lt;/h2&gt;

&lt;p&gt;Going back and forth between CSS and JavaScript lessons on fCC.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 34, July 13, 2020
&lt;/h2&gt;

&lt;p&gt;Did a bunch of CSS lessons on fCC, including ones about positioning, animation, accessibility and grids -- all things I need lots more work on, since I'm not great at them!&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 35, July 14, 2020
&lt;/h2&gt;

&lt;p&gt;fCC Tribute Page project (&lt;a href="https://codepen.io/ericaleff/full/dyGqNqV"&gt;https://codepen.io/ericaleff/full/dyGqNqV&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;fCC Survey Form project (&lt;a href="https://codepen.io/ericaleff/full/rNxZGjr"&gt;https://codepen.io/ericaleff/full/rNxZGjr&lt;/a&gt;)&lt;/p&gt;

</description>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>Days 20-25</title>
      <dc:creator>Erica L. (she/they)</dc:creator>
      <pubDate>Sun, 05 Jul 2020 19:41:11 +0000</pubDate>
      <link>https://dev.to/erileff/days-20-25-1kfl</link>
      <guid>https://dev.to/erileff/days-20-25-1kfl</guid>
      <description>&lt;h2&gt;
  
  
  Day 20, June 27, 2020
&lt;/h2&gt;

&lt;p&gt;I'm not sure if I should "count" this day, but I am. I didn't really work on any of the coding projects I've been doing. Instead, I decided to get back into an internet hobby I've had on and off for more than half my life. This included spending a few hours working with HTML, PHP and CSS. I still don't totally understand how PHP works... like how you can just change .html to .php and PHP can start working. I'm happy about it because it makes things easier, I just don't understand it. I'm thinking about ways I could build similar websites using JavaScript. I'm sure it's possible!&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 21, June 28, 2020
&lt;/h2&gt;

&lt;p&gt;Today I worked on a few of fCC's functional programming challenges. I took a few days away from them and suddenly they seem less scary and confusing! They're &lt;strong&gt;still&lt;/strong&gt; a lot harder than other exercises, but that's good. I feel like I'm getting a better grasp on the methods that have been confusing the hell out of me this whole time (like map, reduce, filter, etc.). Tomorrow I'm hoping to get back to my earlier days of #100daysofcode where I worked on Python and JavaScript.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 22, June 29, 2020
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Python:&lt;/strong&gt; I did the first few exercises on min-heaps.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 23, July 2, 2020
&lt;/h2&gt;

&lt;p&gt;I missed a few days. :( &lt;br&gt;
&lt;strong&gt;Python:&lt;/strong&gt; I did more min-heaps exercises.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 24, July 3, 2020
&lt;/h2&gt;

&lt;p&gt;I started reading &lt;em&gt;Automate the Boring Stuff with Python&lt;/em&gt;. I've been mostly skimming the beginning intro Python parts except for the exercises so I can get to the automation parts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 25, July 4, 2020
&lt;/h2&gt;

&lt;p&gt;I did a few projects from &lt;em&gt;Automate the Boring Stuff&lt;/em&gt;, but realized that the actual automation projects, while cool, aren't really going to help me.&lt;/p&gt;

</description>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>Day 19</title>
      <dc:creator>Erica L. (she/they)</dc:creator>
      <pubDate>Sat, 27 Jun 2020 01:48:34 +0000</pubDate>
      <link>https://dev.to/erileff/day-19-43if</link>
      <guid>https://dev.to/erileff/day-19-43if</guid>
      <description>&lt;h3&gt;
  
  
  June 26, 2020
&lt;/h3&gt;

&lt;h4&gt;
  
  
  JavaScript
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;JavaScript30 Day 12 - Key Sequence Detection (changing a website when a secret code is typed)&lt;/li&gt;
&lt;li&gt;Began "How to build an HTML calculator app from scratch using JavaScript" on fCC&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Python
&lt;/h4&gt;

&lt;p&gt;I skipped the last few conceptual lessons on hash maps because it wasn't helping me at all. I'm going to try to figure out things as I go along and go back to those lessons as a reference. I did the Blossom project, but I need to really see how this is used to understand it better. I did the exercises on trees which makes a lot more sense to me, so that's good. I then did the CYOA Wilderness project, so it makes even &lt;em&gt;more&lt;/em&gt; sense to me since I'm so obsessed with interactive fiction. Next up is heaps, which look like reversed trees?&lt;/p&gt;

</description>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>Days 17 &amp; 18</title>
      <dc:creator>Erica L. (she/they)</dc:creator>
      <pubDate>Fri, 26 Jun 2020 02:10:55 +0000</pubDate>
      <link>https://dev.to/erileff/days-17-18-4eea</link>
      <guid>https://dev.to/erileff/days-17-18-4eea</guid>
      <description>&lt;p&gt;I totally forgot to post about what I did yesterday!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;June 24, 2020&lt;/strong&gt;&lt;br&gt;
I did Codecademy's lessons on queues and began learning about hash maps. I also did a couple of fCC exercises on objects.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;June 25, 2020&lt;/strong&gt;&lt;br&gt;
I did JavaScript30's lesson &lt;em&gt;Custom HTML5 Video Player&lt;/em&gt;. On Codecademy, I'm still learning about hash maps. I'm finding it all really confusing (I'm not a huge fan of a bunch of text-only lessons without exercises) so I'm going to need to do something else to understand it.&lt;/p&gt;

&lt;p&gt;I started fCC's exercises on functional programming but got pretty confused and stopped for the day! &lt;/p&gt;

</description>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>Day 16</title>
      <dc:creator>Erica L. (she/they)</dc:creator>
      <pubDate>Wed, 24 Jun 2020 02:11:55 +0000</pubDate>
      <link>https://dev.to/erileff/day-16-26b1</link>
      <guid>https://dev.to/erileff/day-16-26b1</guid>
      <description>&lt;h3&gt;
  
  
  June 23, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Python&lt;/strong&gt;&lt;br&gt;
I started by finishing Codecademy's Veneer project that I began last night. For the first time, I felt like I really understood Python classes. I was able to complete most of the first 20-something steps without needing to search for help.&lt;/p&gt;

&lt;p&gt;I learned about nodes and linked lists in Python. It reminds me a bit of TiddlyWiki. I'm not totally sure if that's an apt comparison, but it seems similar. I don't really get what nodes and linked lists can be used for yet, but I'm assuming there'll be a project soon that will make it clearer.&lt;/p&gt;

&lt;p&gt;I completed the Towers of Hanoi stacks project.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;JavaScript&lt;/strong&gt;&lt;br&gt;
I also went back to freeCodeCamp to do some JavaScript exercises. I'm on objects right now. I'm taking a break for the day because seeing "prototype" and "Object.create" is about to give me a migraine!&lt;/p&gt;

</description>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>Days 1-15</title>
      <dc:creator>Erica L. (she/they)</dc:creator>
      <pubDate>Tue, 23 Jun 2020 15:27:44 +0000</pubDate>
      <link>https://dev.to/erileff/days-1-15-33nc</link>
      <guid>https://dev.to/erileff/days-1-15-33nc</guid>
      <description>&lt;p&gt;I'm not loving the 100 Days of Code Github log format, so I figured I'd move my progress over here. Here's the first 15 days of my log:&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 15: June 22, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: &lt;strong&gt;Python:&lt;/strong&gt; Classes lessons, Basta Fazoolin', Pokemon Master (Codecademy); &lt;strong&gt;JavaScript:&lt;/strong&gt;  some exercises (freeCodeCamp)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; Codecademy was down for a lot of the day, so I went back to fCC to do some JavaScript exercises.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; &lt;a href=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 14: June 21, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: &lt;strong&gt;Python:&lt;/strong&gt; Classes lessons (Codecademy)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; 2 weeks down and I've definitely been coding less and less. Still over an hour, but not as much as before. Like I said yesterday, I hope I'll be able to do a lot more again soon.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; &lt;a href=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 13: June 20, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: &lt;strong&gt;Python:&lt;/strong&gt; Hurricane Analysis challenge project; &lt;strong&gt;JavaScript:&lt;/strong&gt; Shift to Select Multiple Checkboxes (JavaScript30)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; I've been slowly tapering off coding and I'm trying to undo that!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; &lt;a href=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 12: June 19, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: &lt;strong&gt;Python:&lt;/strong&gt; Games of Chance challenge project, Scrabble, began working on Hurricane Analysis challenge project&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; &lt;a href=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 11: June 18, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: &lt;strong&gt;Python:&lt;/strong&gt; rest of Carly's Clippers, The Boredless Tourist, Thread Shed, Censor Dispenser&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; No JS second day in a row. Got too... excited, I guess, doing Python? I didn't feel like stopping.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; &lt;a href=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 10: June 17, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: &lt;strong&gt;Python:&lt;/strong&gt; a few lessons and half of Carly's Clippers&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; Didn't do as much as I normally would (and had to postpone a day of JavaScript30) because I got home pretty late from a client meeting. Lawyer life.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; n/a&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 9: June 16, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: &lt;strong&gt;Python:&lt;/strong&gt; Len's Slice; &lt;strong&gt;JavaScript:&lt;/strong&gt; Console Tricks (JavaScript30)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; Learning more things that can be done with the console is really useful.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; &lt;a href="https://github.com/erileff/JavaScript30/blob/master/09%20-%20Dev%20Tools%20Domination/index-START.html"&gt;Array Tricks&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 8: June 15, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: &lt;strong&gt;Python:&lt;/strong&gt; a few Codecademy lessons on lists; &lt;strong&gt;JavaScript:&lt;/strong&gt; Fun with HTML5 Canvas (JavaScript30)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; I'm hoping to do a lot more tomorrow!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; &lt;a href="https://github.com/erileff/JavaScript30/blob/master/08%20-%20Fun%20with%20HTML5%20Canvas/index-START.html"&gt;Fun with HTML5 Canvas&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 7: June 14, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: &lt;strong&gt;Python:&lt;/strong&gt; Codecademy lessons (control flow, lists), Sal's Shipping, Python Gradebook; &lt;strong&gt;JavaScript:&lt;/strong&gt; Array Cardio Day 2 (JavaScript30), also some Exercism exercises&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; &lt;a href="https://github.com/erileff/JavaScript30/blob/master/07%20-%20Array%20Cardio%20Day%202/index-START.html"&gt;Array Cardio Day 2&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 6: June 13, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: &lt;strong&gt;Python:&lt;/strong&gt; Getting Ready for Physics Class; &lt;strong&gt;JavaScript:&lt;/strong&gt; Type Ahead (JavaScript30)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; &lt;a href="https://github.com/erileff/JavaScript30/blob/master/06%20-%20Type%20Ahead/index-START.html"&gt;Type Ahead&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 5: June 12, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: Flex Panels (JavaScript30)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; I did even less today. I'll do more tomorrow!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; &lt;a href="https://github.com/erileff/JavaScript30/blob/master/05%20-%20Flex%20Panel%20Gallery/index-START.html"&gt;Flex Panels&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 4: June 11, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: &lt;strong&gt;Python:&lt;/strong&gt; Lovely Loveseats (Codecademy), more Python lessons; &lt;strong&gt;JavaScript:&lt;/strong&gt; Array Cardio Day 1 (JavaScript30)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; I didn't do as much today as previous days. I am happy about doing the Array Cardio exercises because I often get confused by functions like &lt;code&gt;reduce()&lt;/code&gt; and &lt;code&gt;map()&lt;/code&gt;. It's good to get more practice!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; &lt;a href="https://github.com/erileff/JavaScript30/blob/master/04%20-%20Array%20Cardio%20Day%201/index-START.html"&gt;Array Cardio Day 1&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 3: June 10, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: Playing with CSS Variables &amp;amp; JS (JavaScript30), Build a To-Do List (Enlight)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; I loved making this to-do list app and customizing it just a little. I'm excited to work on actual web apps.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; &lt;a href="https://github.com/erileff/JavaScript30/blob/master/03%20-%20CSS%20Variables/index-START.html"&gt;CSS Variables&lt;/a&gt;, &lt;a href="https://github.com/erileff/Portfolio/tree/master/ToDo"&gt;To Do List&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 2: June 9, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: JavaScript CSS &amp;amp; JS Clock (JavaScript30), began learning Python on Codecademy, first 3 levels of Plant Your Code &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; Python feels so weird. I'm constantly about to put a semicolon at the end of a line before I realize, nope! Plant Your Code is fun but 1.3 killed me for some reason. I even took notes about methods that work on arrays and still couldn't figure out how to do it. I probably spent more than an hour doing it over and over until finally it came out right!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; &lt;a href="https://github.com/erileff/JavaScript30/blob/master/02%20-%20JS%20and%20CSS%20Clock/index-START.html"&gt;JavaScript CSS &amp;amp; JS Clock&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Day 1: June 8, 2020
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Today's Progress&lt;/strong&gt;: JavaScript Drum Kit (JavaScript30), Codecademy Natural Language Processing Bag-of-Words Language Model, Tf-idf &amp;amp; Word Embeddings&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thoughts:&lt;/strong&gt; I'm really enjoying learning about NLP but I clearly need to learn at least some Python to make it easier.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link to work:&lt;/strong&gt; &lt;a href="https://github.com/erileff/JavaScript30/tree/master/01%20-%20JavaScript%20Drum%20Kit"&gt;JavaScript Drum Kit&lt;/a&gt;&lt;/p&gt;

</description>
      <category>100daysofcode</category>
    </item>
  </channel>
</rss>
