<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hackbright on Nyghtowl</title>
    <link>https://nyghtowl.com/tags/hackbright/</link>
    <description>Recent content in Hackbright on Nyghtowl</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc-sa/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC-SA 4.0&lt;/a&gt;</copyright>
    <lastBuildDate>Sun, 09 Jun 2013 08:52:20 +0000</lastBuildDate>
    <atom:link href="https://nyghtowl.com/tags/hackbright/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Sun Finder – Where is it now?</title>
      <link>https://nyghtowl.com/posts/2013/06/sun-finder-where-is-it-now/</link>
      <pubDate>Sun, 09 Jun 2013 08:52:20 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/06/sun-finder-where-is-it-now/</guid>
      <description>&lt;p&gt;For those following along, I have made very little progress on my Sun Finder application since Career Day about a month ago. Since hindsight is 20/20, I probably could have seen this coming, but I was living in a blissful imaginary world that said: “There will be all this time after I graduate to do all these things”. The reality is that all that time was about to be commandeered by interviews, practice &amp;amp; studying for interview and a bunch of life stuff that you can never plan for.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Week 10 – Graduation!</title>
      <link>https://nyghtowl.com/posts/2013/05/week-10-graduation/</link>
      <pubDate>Tue, 14 May 2013 21:37:25 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/05/week-10-graduation/</guid>
      <description>&lt;p&gt;In the true spirit of graduation, I am posting this late and after the fact. I can’t believe 10 weeks have come and gone. I know I’m also not fully feeling it yet since most of us have transitioned into the post graduation job search.&lt;/p&gt;&#xA;&lt;p&gt;May 10th on week 10 was our official graduation day. Although, it felt like we started celebrating graduation after Career Day, and didn’t let up until that weekend. Right after Career Day, most of us went out to let our hair down and celebrate a pretty amazing accomplishment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HB Quick Tips</title>
      <link>https://nyghtowl.com/posts/2013/05/hb-quick-tips/</link>
      <pubDate>Sat, 11 May 2013 20:20:21 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/05/hb-quick-tips/</guid>
      <description>&lt;p&gt;Below are some quick tips for those considering something like Hackbright Academy. If you have time before or want to get some preliminary building blocks, check out the links and pointers below.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Keyboard Shortcuts:&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Learn keyboard short cuts (before starting any programming bootcamp)&lt;/li&gt;&#xA;&lt;li&gt;If you are not used to it, it does suck royally to learn&lt;/li&gt;&#xA;&lt;li&gt;Push through it and practice, practice, practice!&lt;/li&gt;&#xA;&lt;li&gt;The less you use the mouse, the more credible you are as a developer&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Ask for Help Early and Often:&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Leverage your classmates&lt;/li&gt;&#xA;&lt;li&gt;Leverage google, &lt;a href=&#34;http://stackoverflow.com/&#34;&gt;stackoverflow&lt;/a&gt;, &lt;a href=&#34;http://www.reddit.com/&#34;&gt;reddit&lt;/a&gt;, etc…&lt;/li&gt;&#xA;&lt;li&gt;Leverage your network and online social tools&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Start Reviewing:&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://cli.learncodethehardway.org/book/&#34;&gt;Command Line Crash Course&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://learnpythonthehardway.org/&#34;&gt;Learn Python the Hard Way&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;em&gt;(Thanks Zed Shaw)&lt;/em&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Check-out HTML, CSS &amp;amp; JavaScript&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://developer.mozilla.org/en-US/&#34;&gt;Mozilla Developer Network&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.teaching-materials.org/htmlcss-1day/&#34;&gt;Teaching Materials HTML&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://superherojs.com/&#34; title=&#34;Superhero&#34;&gt;Superhero.js&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;ol start=&#34;5&#34;&gt;&#xA;&lt;li&gt;Git with Git:&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Read about &lt;a href=&#34;http://git-scm.com/book/en/Git-Branching-Basic-Branching-and-Merging&#34; title=&#34;git&#34;&gt;git&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Read about &lt;a href=&#34;github.com&#34; title=&#34;GitHub&#34;&gt;GitHub&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Want more?…&lt;/li&gt;&#xA;&lt;li&gt;Load git on your home computer&lt;/li&gt;&#xA;&lt;li&gt;Setup a GitHub account&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;ol start=&#34;6&#34;&gt;&#xA;&lt;li&gt;Balance is Key:&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;As Cynthia would say “take breaks!”&lt;/li&gt;&#xA;&lt;li&gt;Make sure to keep up a workout regime – its good for the brain&lt;/li&gt;&#xA;&lt;li&gt;Eat healthy to keep the energy up&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;ol start=&#34;7&#34;&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Check out &lt;a href=&#34;http://zachholman.com/talk/if-only-i-knew-this-shit-in-college/&#34; title=&#34;If Only I Knew this Shit in College&#34;&gt;Zach Holman’s deck&lt;/a&gt; (it’s 5 min)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Career Day – Done &amp; Done</title>
      <link>https://nyghtowl.com/posts/2013/05/career-day-done-done/</link>
      <pubDate>Sat, 11 May 2013 01:19:19 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/05/career-day-done-done/</guid>
      <description>&lt;p&gt;As promised, I’m taking a moment to post commentary regarding Career Day. It went fast, was a whirlwind of companies and was a relief when it was done.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;#ZgotmplZ&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;How it Worked:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Career Day is when Hackbright partner companies meet with students individually and see our skills on display through our final project. It was literally interview speed dating. Each student had a table and every 7 minutes the companies would rotate between the tables. It was a brief time to get a sense on whether there was enough fit for a further conversation/interview.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Week 9 – Crunch Time</title>
      <link>https://nyghtowl.com/posts/2013/05/week-9-crunch-time/</link>
      <pubDate>Sat, 04 May 2013 17:52:45 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/05/week-9-crunch-time/</guid>
      <description>&lt;p&gt;It is hard to stop long enough to write this. Sometimes this past week I was too excited to work on my project to sleep. Still I know this is valuable for my sanity to think through what I’ve done so far and appreciate how far I’ve come. Plus, my brain functions better when I take breaks from coding.&lt;/p&gt;&#xA;&lt;p&gt;Looking at my post from even a week ago surprises me because it feels like longer than 2 weeks since I was figuring out how to use web &lt;a href=&#34;http://en.wikipedia.org/wiki/Application_programming_interface&#34; title=&#34;Application Program Interface&#34;&gt;APIs&lt;/a&gt; for example.  At the time it made me feel very lost and the concept seemed extremely foreign. Now whenever I see there’s an API that can be used, it feels like it’s the easiest thing to implement and leverage.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Week 8 –  Time Goes Fast When You’re Having Fun (Project Status)</title>
      <link>https://nyghtowl.com/posts/2013/04/week-8-time-goes-fast/</link>
      <pubDate>Sun, 28 Apr 2013 21:03:04 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/04/week-8-time-goes-fast/</guid>
      <description>&lt;p&gt;To anyone out there who’s watching, I wrapped up week 8 and I’m thinking about how I want to leverage my time in week 9 in preparation for Career Day. I do talk a lot about that as the D day, and it is to some extent. It’s a goal to help keep focus in terms of how I want to prioritize my time. A second goal is that I only have technically 2 weeks left in the program and there are certain subjects I want to practice while I have class time. Sometimes those goals match in purpose and sometimes I have to just pick based on how I’m feeling that day.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Week 7 – SF Sun Finder Project Progress</title>
      <link>https://nyghtowl.com/posts/2013/04/week-7-sun-finder-progress/</link>
      <pubDate>Sat, 20 Apr 2013 15:46:00 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/04/week-7-sun-finder-progress/</guid>
      <description>&lt;p&gt;Development progress has definitely been enlightening the last week and a half.  I’ve summarized highlights that have taken place to show what I’ve gone through so far and an example path of developing a HB project.&lt;/p&gt;&#xA;&lt;p&gt;At the end of week 6, I spent Thurs. playing with Balsamiq and mocking up all kinds of ideas. Friday, I spent the day catching up on emails and just getting things in order so I could think straight. Then all I did over the weekend was start setting up my virtual environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>In Need of a Neck Beard</title>
      <link>https://nyghtowl.com/posts/2013/04/in-need-of-a-neck-beard/</link>
      <pubDate>Sat, 20 Apr 2013 01:26:00 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/04/in-need-of-a-neck-beard/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;#ZgotmplZ&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Neck Beard&lt;/p&gt;&#xA;&lt;p&gt;In Hackbright we talk and joke a lot about the great, mighty beards of computer scientists and software engineers. Initially, I was clueless to the jokes. Not a fan of beards, I couldn’t understand why anyone would want one.&lt;/p&gt;&#xA;&lt;p&gt;Apparently, there is a tendency in the computer science community (esp. from the older school) to grow beards. The beards are supposed to be a symbol of the scientist’s knowledge and prowess in the field. We would talk about the long beards and grey beards and so forth. Yes, there was Lord of the Rings references at times when discussing beards.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Final Project Kick-off</title>
      <link>https://nyghtowl.com/posts/2013/04/the-final-project-kick-off/</link>
      <pubDate>Sat, 13 Apr 2013 07:07:00 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/04/the-final-project-kick-off/</guid>
      <description>&lt;p&gt;It’s the end of week 6, and we are in the thick of our starting and/or working on the final project. It could be called a type of thesis, and as I mentioned in a previous post, it has caused a lot of excitement over what to do for a variety of reasons. This post is to covey two main points: what I’m doing and key points to get started.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stomach ache (aka not enough time challenge)</title>
      <link>https://nyghtowl.com/posts/2013/04/stomach-ache/</link>
      <pubDate>Sat, 06 Apr 2013 15:54:00 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/04/stomach-ache/</guid>
      <description>&lt;p&gt;This week I felt like a kid with a nasty belly ache after being left alone in the tech candy shop. There has been so much interesting and fantastic things to learn and experience, and I hit the wall with trying to do it all at once. I know better. My career for the last several years has been about prioritization. Still here I am gorging on the tech candy because it’s so hard not to.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Finding a Project</title>
      <link>https://nyghtowl.com/posts/2013/03/finding-a-project/</link>
      <pubDate>Sun, 31 Mar 2013 16:06:30 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/03/finding-a-project/</guid>
      <description>&lt;p&gt;As we near the halfway mark of our program, the top of mind question is: ‘What project will I work on?’&lt;/p&gt;&#xA;&lt;p&gt;It can be a stressful question when there is still so much to learn, there are concerns with picking something too simple or too complex, there are so many options to pick from, and that we know it will influence whether anyone at career day will invite us to interview.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Days Blur Together</title>
      <link>https://nyghtowl.com/posts/2013/03/days-blur-together/</link>
      <pubDate>Mon, 25 Mar 2013 14:49:00 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/03/days-blur-together/</guid>
      <description>&lt;p&gt;I can’t believe I’m already 3 weeks into this 10 week program. I was thinking through what we’ve learned so far this weekend and thought it would be helpful to post the core programming concepts to help keep it in perspective.&lt;/p&gt;&#xA;&lt;p&gt;Week 1&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Keyboard shortcuts&lt;/li&gt;&#xA;&lt;li&gt;Terminal command line&lt;/li&gt;&#xA;&lt;li&gt;Python language and logic for math, strings, tuples, lists, dictionaries&lt;/li&gt;&#xA;&lt;li&gt;Git &amp;amp; Github&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Week 2&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Continuing dictionaries &amp;amp; general Python review&lt;/li&gt;&#xA;&lt;li&gt;OOP (Object Oriented Programming)&lt;/li&gt;&#xA;&lt;li&gt;Markov and APIs&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Week 3&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hackbright Mentorship Mixer</title>
      <link>https://nyghtowl.com/posts/2013/03/hackbright-mentorship-mixer/</link>
      <pubDate>Thu, 21 Mar 2013 15:37:40 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/03/hackbright-mentorship-mixer/</guid>
      <description>&lt;p&gt;Hackbright paired us with mentors last night and it was really great to see so many people in the software engineering and development community who came out. There is so much support that they’ve assigned 2 mentors for every student which is awesome.&lt;/p&gt;&#xA;&lt;p&gt;If there was enough time in the day and I had enough energy, I would have loved to talk to every person who attended to hear their story and perspective on things. The reality was that after a day of studying SQL, which made my brain ache, I was already tired by the time the mixer started. Actually, I seem to be struggling a lot lately with so much I want to know and learn and just not enough time or space to do it. It’s a good problem to have and I would kill for the Matrix brain upload or some kind of Harry Potter time loop thing.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pair Programming Perspective</title>
      <link>https://nyghtowl.com/posts/2013/03/pair-programming-perspective/</link>
      <pubDate>Sun, 17 Mar 2013 18:50:00 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/03/pair-programming-perspective/</guid>
      <description>&lt;p&gt;For the first two weeks at Hackbright, we’ve been working as pair programmers. We team up with a new person almost every day and spend about 4 to 6 hours programming with our pair.&lt;/p&gt;&#xA;&lt;p&gt;Each person gets a keyboard, mouse and screen but you share the same OS. Thus, you have to take turns driving the computer and be ready to figure out how to share the work with your partner.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Room Full of Brilliant Women</title>
      <link>https://nyghtowl.com/posts/2013/03/room-full-of-brilliant-women/</link>
      <pubDate>Fri, 15 Mar 2013 05:58:00 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/03/room-full-of-brilliant-women/</guid>
      <description>&lt;p&gt;My favorite part about Hackbright so far has been that I am working with such smart and driven women who are constantly geeking out on technology. It also adds to the challenge of the experience. We had two alumni visiting today that spoke about how they were amazed by their class but also intimidated whether they were good enough to be part of the program.&lt;/p&gt;&#xA;&lt;p&gt;I come from a background of many years in the consulting industry where confidence is key. Many times you are thrown into a situation where you have to solve ambiguous problems and pretend like you know what you are doing whether you do or you are getting up to speed on the fly. Based on that experience, I know I have a wealth of knowledge and valuable skills as well as I am very capable at applying myself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ode to .shutil.move() – ‘Oh how you frustrate me’</title>
      <link>https://nyghtowl.com/posts/2013/03/ode-to-shutil-move/</link>
      <pubDate>Tue, 12 Mar 2013 04:44:00 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/03/ode-to-shutil-move/</guid>
      <description>&lt;p&gt;In Hackbright, we had a project from our first week that I was finishing this weekend, and it asked us to use the &lt;a href=&#34;http://docs.python.org/library/shutil.html#shutil.move&#34;&gt;.shutil.move()&lt;/a&gt; function. Based on the reading for this function (linked above), it says &lt;em&gt;“The destination directory must not already exist.”&lt;/em&gt; This threw me off for a while because you should have the directory already existing to move a file to it.&lt;/p&gt;&#xA;&lt;p&gt;My experience with coding it and understanding at this point is that you need to create the directory before you reference it in the function and the quote I pulled is more to warn that if something already exists, it will be overwritten. If anyone has a different take on this function let me know and I’ll update the post.&lt;/p&gt;</description>
    </item>
    <item>
      <title>.startswith()</title>
      <link>https://nyghtowl.com/posts/2013/03/startswith/</link>
      <pubDate>Sun, 10 Mar 2013 20:48:00 +0000</pubDate>
      <guid>https://nyghtowl.com/posts/2013/03/startswith/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://nyghtowl.com/posts/2013/03/startswith/img-01.jpg&#34; alt=&#34;Hackbright Class Spring 2013&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Hackbright Class Spring 2013&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;8&lt;/strong&gt;. Its around the age I was when my father brought home our first PC and I learned how to get around in DOS to play games.  Fun fact is also used to be the number of standard bits in a byte.&lt;/p&gt;&#xA;&lt;p&gt;So here I am 30 years later enrolled in the Python programming boot camp, &lt;a href=&#34;http://www.hackbrightacademy.com/about&#34; title=&#34;Hackbright Academy&#34;&gt;Hackbright Academy&lt;/a&gt;, learning how to be a developer (or hacker as I’ve been informed).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
