<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blog on Loves Computers</title>
    <link>https://lovescomputers.com/blog/</link>
    <description>Recent content in Blog on Loves Computers</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 06 Nov 2017 18:19:08 -0500</lastBuildDate>
    
        <atom:link href="https://lovescomputers.com/blog/index.xml" rel="self" type="application/rss+xml" />
    
    
        
            <item>
            <title>A Year on Stack Overflow</title>
            <link>https://lovescomputers.com/blog/a-year-on-stackoverflow/</link>
            <pubDate>Fri, 30 Mar 2018 13:27:04 -0400</pubDate>
            
            <guid>https://lovescomputers.com/blog/a-year-on-stackoverflow/</guid>
            <description>&lt;p&gt;It&amp;rsquo;s been just a bit over a year since I started answering questions on Stack Overflow. I stuck with answering &lt;a href=&#34;https://stackoverflow.com/questions/tagged/react-native&#34;&gt;&lt;code&gt;[react-native]&lt;/code&gt;&lt;/a&gt; questions almost exclusively because I wanted to hone my expertise in that niche. It worked, but it also opened my eyes to some larger problems with both the Stack Overflow and React Native communities.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 20</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-20/</link>
            <pubDate>Wed, 28 Mar 2018 17:47:02 -0400</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-20/</guid>
            <description>&lt;p&gt;Devlog for day 20 or whatever day I&amp;rsquo;m at of my #100DaysOfCode coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>My First Pull Request</title>
            <link>https://lovescomputers.com/blog/my-first-pull-request/</link>
            <pubDate>Mon, 12 Mar 2018 10:42:03 -0400</pubDate>
            
            <guid>https://lovescomputers.com/blog/my-first-pull-request/</guid>
            <description>&lt;p&gt;I had my &lt;a href=&#34;https://github.com/react-community/react-native-maps/commit/f8e9253b616a26e746bda31825b2130ec3d79092&#34;&gt;first pull request merged&lt;/a&gt; recently! 🎉&lt;/p&gt;

&lt;p&gt;It was exciting, and I learned a lot along the way. For those of you looking to get involved in open source, this post is my attempt at helping you take that first step by retracing my journey.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>Debugging React Native FlatList numColumns with Header and Footer</title>
            <link>https://lovescomputers.com/blog/debugging-react-native-flatlist-numcolumns-with-header-and-footer/</link>
            <pubDate>Thu, 15 Feb 2018 13:37:07 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/debugging-react-native-flatlist-numcolumns-with-header-and-footer/</guid>
            <description>&lt;p&gt;First in a new series of posts that I&amp;rsquo;ll be calling &lt;strong&gt;Code Dive&lt;/strong&gt;. I like testing the depth of my React Native knowledge by answering questions on &lt;a href=&#34;https://stackoverflow.com/&#34;&gt;StackOverflow&lt;/a&gt;. Occasionally, I&amp;rsquo;ll run into a question that asks about the same exact issue I ran into and was forced to look into the source code to understand. So I take the time to redo the code dive and write out a summary/explanation of what I discovered. For any that I feel were particularly useful, I&amp;rsquo;ll be reposting them here.&lt;/p&gt;

&lt;p&gt;For my very first report, I&amp;rsquo;ll be explaining why headers and footers are not included in the columns for React Native&amp;rsquo;s &lt;code&gt;FlatList&lt;/code&gt; component when using the &lt;code&gt;numColumns&lt;/code&gt; prop. Originally &lt;a href=&#34;https://stackoverflow.com/questions/48793234/include-listheadercomponent-in-numcolumns-react-native/48813980#48813980&#34;&gt;asked here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>Forking google-maps-services-js</title>
            <link>https://lovescomputers.com/blog/forking-google-maps-services-js/</link>
            <pubDate>Tue, 13 Feb 2018 09:30:08 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/forking-google-maps-services-js/</guid>
            <description>&lt;p&gt;I&amp;rsquo;ve forked and made minor pull requests in the past, but this past week (a full 3 days of analyzing/coding &amp;amp; 1 day of documentation), I made my first real fork of an existing project. It was quite the task as I had to learn the ins and outs of the existing codebase in order to make the large changes I wanted. Today, I&amp;rsquo;ll be talking about my entire thought process as I forked &lt;a href=&#34;https://github.com/googlemaps/google-maps-services-js&#34;&gt;google-maps-services-js&lt;/a&gt; into &lt;a href=&#34;https://github.com/hysan/react-native-google-maps-services&#34;&gt;react-native-google-maps-services&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 19</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-19/</link>
            <pubDate>Tue, 23 Jan 2018 17:25:41 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-19/</guid>
            <description>&lt;p&gt;Devlog for day 19 of my #100DaysOfCode coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 18</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-18/</link>
            <pubDate>Mon, 22 Jan 2018 11:39:26 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-18/</guid>
            <description>&lt;p&gt;Devlog for day 18 of my #100DaysOfCode coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 17</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-17/</link>
            <pubDate>Wed, 17 Jan 2018 16:49:07 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-17/</guid>
            <description>&lt;p&gt;Devlog for day 17 of my #100DaysOfCode coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 16</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-16/</link>
            <pubDate>Mon, 15 Jan 2018 16:31:31 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-16/</guid>
            <description>&lt;p&gt;Devlog for day 16 of my #100DaysOfCode coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>Tech Predictions: 2018</title>
            <link>https://lovescomputers.com/blog/tech-predictions-2018/</link>
            <pubDate>Fri, 12 Jan 2018 14:18:50 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/tech-predictions-2018/</guid>
            <description>&lt;p&gt;Now that I&amp;rsquo;m blogging regularly, I figure that doing a yearly type post would be a great way to summarize my feelings and then later see how they change. So I plan to write a &lt;strong&gt;Tech Prediction&lt;/strong&gt; article in January of every year and a &lt;strong&gt;Tech Reflection&lt;/strong&gt; article in December of every year. It&amp;rsquo;ll be a fun way to see how right or how very very wrong I can be.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Standard Disclaimer: Don&amp;rsquo;t take anything I write here as fact. I am far from an expert in anything and these are just my personal opinions.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 15</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-15/</link>
            <pubDate>Fri, 12 Jan 2018 12:54:21 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-15/</guid>
            <description>&lt;p&gt;Devlog for day 15 of my #100DaysOfCode coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 14</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-14/</link>
            <pubDate>Wed, 10 Jan 2018 13:21:36 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-14/</guid>
            <description>&lt;p&gt;Devlog for day 14 of my #100DaysOfCode coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;tl;dr:&lt;/strong&gt; My resume in HTML + WYSIWYP (what you see is what you print).&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 13</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-13/</link>
            <pubDate>Mon, 08 Jan 2018 14:55:09 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-13/</guid>
            <description>&lt;p&gt;Devlog for day 13 of my #100DaysOfCode coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 12</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-12/</link>
            <pubDate>Sun, 07 Jan 2018 13:34:05 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-12/</guid>
            <description>&lt;p&gt;First devlog of the new year! Hello 2018!&lt;/p&gt;

&lt;p&gt;Even though #Devember is over, I plan to continue writing devlogs as I found that even on a broken schedule, it helped to keep my mind organized and forced me to make notes that were more coherent than what I keep in my &lt;a href=&#34;http://zim-wiki.org/&#34;&gt;Zim Wiki&lt;/a&gt;. With that said, onward to trying to get to 100 Days of (non-consecutive) coding.&lt;/p&gt;

&lt;p&gt;Devlog for day 12 of my #100DaysOfCode coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>Multi-booting Woes With EasyBCD</title>
            <link>https://lovescomputers.com/blog/multi-booting-woes-with-easybcd/</link>
            <pubDate>Wed, 03 Jan 2018 22:22:06 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/multi-booting-woes-with-easybcd/</guid>
            <description>&lt;p&gt;If you&amp;rsquo;ve recently tried to boot into a new Linux distribution install using EasyBCD (so you can multi-boot with Windows), but failed and landed at a &lt;code&gt;grub&amp;gt;&lt;/code&gt; prompt, then this post is for you my friend.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 11</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-11/</link>
            <pubDate>Fri, 29 Dec 2017 12:37:43 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-11/</guid>
            <description>&lt;p&gt;Devlog for day 11 of my #100DaysOfCode and #Devember coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 7-10</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-7-10/</link>
            <pubDate>Thu, 28 Dec 2017 18:19:12 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-7-10/</guid>
            <description>&lt;p&gt;Devlog for Days 7 to 10 of my #100DaysOfCode and #Devember coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 6</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-6/</link>
            <pubDate>Fri, 15 Dec 2017 18:24:51 +0900</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-6/</guid>
            <description>&lt;p&gt;Devlog for Day 6 of my #100DaysOfCode and #Devember coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 5</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-5/</link>
            <pubDate>Sun, 10 Dec 2017 03:43:41 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-5/</guid>
            <description>&lt;p&gt;Official update for Day 5 of my #100DaysOfCode and #Devember coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 3-4</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-3-4/</link>
            <pubDate>Sat, 09 Dec 2017 04:41:58 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-3-4/</guid>
            <description>&lt;p&gt;Devlog for Days 3 &amp;amp; 4 of my #100DaysOfCode and #Devember coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>re:New Patreon Fees</title>
            <link>https://lovescomputers.com/blog/re-new-patreon-fees/</link>
            <pubDate>Sat, 09 Dec 2017 02:25:31 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/re-new-patreon-fees/</guid>
            <description>&lt;p&gt;Patreon sent out an email about their new fee system which abandons the pooled payments they were doing before. Due to the negative backlash from both creators and patrons, they updated their &lt;a href=&#34;https://blog.patreon.com/updating-patreons-fee-structure/&#34;&gt;blog post&lt;/a&gt; with more details explaining why they chose to do this. I&amp;rsquo;ve read through it, read through &lt;a href=&#34;https://twitter.com/hankgreen/status/938853494261301248&#34;&gt;Hank Green&amp;rsquo;s Tweets&lt;/a&gt; explaining the situation as well to try and get a hold of the situation and&amp;hellip;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 2</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-2/</link>
            <pubDate>Tue, 05 Dec 2017 14:00:00 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-2/</guid>
            <description>&lt;p&gt;Devlog for Day 2 of my #100DaysOfCode and #Devember coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>#100DaysOfCode: Day 1</title>
            <link>https://lovescomputers.com/blog/100daysofcode-day-1/</link>
            <pubDate>Mon, 04 Dec 2017 19:34:38 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/100daysofcode-day-1/</guid>
            <description>&lt;p&gt;Official update for Day 1 of my #100DaysOfCode and #Devember coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>Self Syllabus</title>
            <link>https://lovescomputers.com/blog/self-syllabus/</link>
            <pubDate>Sun, 03 Dec 2017 00:30:00 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/self-syllabus/</guid>
            <description>&lt;p&gt;In my &lt;a href=&#34;https://lovescomputers.com/coding-challenges&#34;&gt;previous post&lt;/a&gt;, I hammered out a plan to follow every day. A crucial part of that plan is having a syllabus to follow. One that will refresh my CS knowledge and prepare me for interviews. I&amp;rsquo;ve been researching this for quite a while now and have finally decided on a plan to follow. Before I get to my own plan, I&amp;rsquo;ll talk about a lot of the information I read through to formulate my own syllabus.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>Coding Challenges</title>
            <link>https://lovescomputers.com/blog/coding-challenges/</link>
            <pubDate>Sat, 02 Dec 2017 13:12:33 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/coding-challenges/</guid>
            <description>&lt;p&gt;Coding Challenges are fun ways to practice programming and can help you explore new concepts. Since I&amp;rsquo;m trying to retrain myself to be employable as a software engineer, I figure that picking up a coding challenge would be a good way to prepare myself mentally for Fizz Buzz style tests in interviews. It would also make the process of going through my own computer science syllabus far less monotonous. So, the obvious question that follows is, which one should I attempt?&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
        
            <item>
            <title>Hello World</title>
            <link>https://lovescomputers.com/blog/hello-world/</link>
            <pubDate>Mon, 20 Nov 2017 22:39:38 -0500</pubDate>
            
            <guid>https://lovescomputers.com/blog/hello-world/</guid>
            <description>&lt;p&gt;The standard way to start all new blogs (for programmers).&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
            </item>
        
    
  </channel>
</rss>
