<?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: Garrett Galow</title>
    <description>The latest articles on DEV Community by Garrett Galow (@g2theg).</description>
    <link>https://dev.to/g2theg</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%2F2222%2FPhoto_on_2010-10-07_at_21.19.jpg</url>
      <title>DEV Community: Garrett Galow</title>
      <link>https://dev.to/g2theg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/g2theg"/>
    <language>en</language>
    <item>
      <title>The Bottom-Up Approach to Learning Computing</title>
      <dc:creator>Garrett Galow</dc:creator>
      <pubDate>Thu, 11 May 2017 01:38:59 +0000</pubDate>
      <link>https://dev.to/g2theg/the-bottom-up-approach-to-learning-computing</link>
      <guid>https://dev.to/g2theg/the-bottom-up-approach-to-learning-computing</guid>
      <description>

&lt;p&gt;There has been an explosion of online coding classes, coding bootcamps, coding do-it-yourself sites, and more over the past few years. 594 million results for "Learn to code" on google presently (8 million more than when I first queried this a few weeks ago). These sites aim to make you an able-bodied programmer as fast as possible. To be clear, I believe this to be a good thing overall. Democratizing the ability to enter a meaningful, and let’s be honest, lucrative career is great. This post isn’t about those sites though. This post is about what is usually, considered the boring, slow, “why am I doing this?” approach to learning &lt;a href="https://en.wikipedia.org/wiki/Computing"&gt;computing&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This post comes based on a comment I made to a &lt;a href="https://dev.to/pbeekums/teach-writing-code-first"&gt;past post&lt;/a&gt;, that you should read. I think the true problem is not the theoretical approach, but the implementation.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Little History
&lt;/h2&gt;

&lt;p&gt;My initial exposure to programming came in my high school Computer science class. I lowercase â€˜science’, since nothing we learned seemed to be based on science or real understanding. Even though I built a working paint program by the end of the semester, I didn’t understand nor appreciate the power of software. To be honest, I kind of hated it. Things seemed arbitrary and I didn’t understand WHY things were the way they were. I mostly just knew how to regurgitate code blocks, and do some OOP. I still enjoyed using computers and technology, so when it came time to apply for college, I decided to see if making computers, rather than programming them, would be of more interest.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vauQeoiw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://i.imgur.com/LtYPWbk.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vauQeoiw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://i.imgur.com/LtYPWbk.gif" alt="struggling to use computer"&gt;&lt;/a&gt;&lt;br&gt;
Me after High School CS&lt;/p&gt;

&lt;h2&gt;
  
  
  A Turning Point
&lt;/h2&gt;

&lt;p&gt;In my first semester of university, I took Introduction to Computer Engineering. Everyone in the entire program (a few hundred) gathered in one of the largest auditoriums for lectures. This class followed the “bottom-up approach” to learning. Since this was an engineering class we truly started at the bottom - transistors. After transistors, we learned logic gates, then digital circuits components (adders, multiplexers, etc.), then instructions processing, and finally assembly programming. Before the end of the semester we were writing 2 player games in assembly - &lt;a href="http://users.ece.utexas.edu/~patt/13f.306/LabAssignments/Project4/PA4_coverpage.html"&gt;Proof&lt;/a&gt;. In later classes, we continued to build on our knowledge base as we learned higher-level computing concepts. Learning how to think about computers and software systems has enabled me to not only learn new concepts faster but to create systems I would have otherwise not been able to.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dsZJoLId--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://i.stack.imgur.com/0Prcs.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dsZJoLId--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://i.stack.imgur.com/0Prcs.gif" alt="lc-3 instruction set"&gt;&lt;/a&gt;&lt;br&gt;
Instruction Set for the LC-3 Simulator - I used to know this by heart (due to use, not rote memorization)&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Critics Get It Wrong
&lt;/h2&gt;

&lt;p&gt;A big criticism of this approach is how much students learn without context, which ends up confusing them or killing motivation. This is due to a laziness in teaching and not taking the time to construct a meaningful syllabus rather than the approach itself. Teaching what is necessary to learn the concepts without forcing students to memorize and regurgitate details, ensures students can leave the class with what they need to be successful. This is also where project based work helps to motivate students to apply those concepts and learn details where necessary for their interests. This can be summed up as "Teach them to think not do".&lt;/p&gt;

&lt;h2&gt;
  
  
  Why It is Worth Your Time
&lt;/h2&gt;

&lt;p&gt;The integral part of bottom-up learning is de-mystifying and breaking down abstractions. Abstractions are great until something underneath breaks. Having a core understanding of fundamentals and the layer beneath where you are working helps immensely in designing and creating software systems. Granted, do I think everyone needs to be able to read assembly code of the platform they create software on - no. But do I think that there is significant value in understanding conceptually how the machine they are programming processes what you tell it - absolutely! For many, getting a Computer Science degree may be prohibitive in many ways and not necessary. However more and more resources are becoming available that can help you break down the abstractions. MOOC’s are bringing content that used to only be available in University programs to the masses. Shoutout to &lt;a href="https://www.omscs.gatech.edu"&gt;GT OMSCS&lt;/a&gt;* for making this cheaper and more accessible than ever before, and also for having most lectures available for free. If you are writing web code, why not learn how the networking stack works. If you write system code, learn how the OS works. Everyone should take a basic software security class. You don’t need to be an expert or build a system from scratch, but as they say knowing is half the battle!&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/pele5vptVgc"&gt; &lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;Note: I linked to a page from the class I took at my university, so to give credit where it's due, my knowledge of this approach goes to &lt;a href="http://users.ece.utexas.edu/~patt/"&gt;Dr. Yale Patt&lt;/a&gt;. Also, much credit as to why I am where I am today would be his as well.&lt;/p&gt;

&lt;p&gt;*Full Disclosure: I just finished the OMSCS program - DM me if you have questions about it.&lt;/p&gt;


</description>
      <category>education</category>
      <category>computerscience</category>
      <category>computing</category>
      <category>concepts</category>
    </item>
  </channel>
</rss>
