From 051ccdbb0630bcafe2c089df885ebede63b6f25c Mon Sep 17 00:00:00 2001 From: Eric Matthes Date: Wed, 18 Dec 2013 08:27:35 -0900 Subject: [PATCH] Started list of programmer competencies. --- notebooks/programming_competencies.ipynb | 62 ++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 notebooks/programming_competencies.ipynb diff --git a/notebooks/programming_competencies.ipynb b/notebooks/programming_competencies.ipynb new file mode 100644 index 0000000..e6f9c13 --- /dev/null +++ b/notebooks/programming_competencies.ipynb @@ -0,0 +1,62 @@ +{ + "metadata": { + "name": "programming_competencies" + }, + "nbformat": 3, + "nbformat_minor": 0, + "worksheets": [ + { + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Programming Competencies\n", + "===\n", + "What should your goals be if you want to become a strong programmer?" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Programming Environment\n", + "---\n", + "- Know the strengths and weaknesses of your OS and distribution.\n", + "- Know how to rebuild your system from scratch, when you break your build." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Programming Essentials\n", + "---\n", + "- Know the basics in your language.\n", + "- Continue to develop your programming toolbox, within your language of choice." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Project Focus\n", + "---\n", + "- Know your main interest in programming: If you had infinite programming skills, what would you want to build?" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Other skills and knowledge areas\n", + "---\n", + "- Databases\n", + "- Sysadmin skills" + ] + } + ], + "metadata": {} + } + ] +} \ No newline at end of file