"I already commited my Node.js project, but I forgot to add node_modules
to a gitignore. How fucked am I??"
It's cool, don't panic. First make your gitignore file:
$ touch .gitignore
Bonus - Covering letter is just as important - Tailor it to the company
#Canvas
##Learning Objectives
#Canvas [i]: This lesson is taken from this Android Canvas Tutorial.
My task will be to create a simple audio synthesizer, or sound generator, to be used on Android devices.
This project will better address my domain of understanding, coming from a background in audio engineering and music, and having a good understanding of audio synthesis, design and implementation in analog electronics. It will also be closer to my projected career path post-CodeClan, and something cool I'd love to learn about and have in my portfolio.
#Factory Pattern
The Factory design pattern is a way of creating objects to some template, without either the instantiating function or the object classes themselves being concerned with the details of the actual creation.
##So yeah...
A Type of object superclass is defined somehow. There are examples online of this being done with abstract class inheritance and with interface composition. Since there is a chance Val Gibson may be reading this, I'll avoid using inheritance! And since there is a chance Tony is reading this, I'll use Pokemon in this example:
public interface Pokemon {