Skip to content

Instantly share code, notes, and snippets.

@Jbern16
Jbern16 / SFblog-outline.md
Last active July 21, 2016 17:00
Blog Outline for Social Fellowship/Scale-Up Wk4

I would like to create an in depth technical blog post about the code structure of the Social fellowship app for Roots Elementary. There are many interesting pattern that are happening that are not something covered in the curriculum. The one I would like to focus on is Single Table Inheritence and Controller Inheritance (Super Controllers) and the benefits on abstraction

Part 1:

I want to focus on what it is, what it isnt' and why the app chose this unconventional rails pattern

Part 2:

Benefits. How it drys up code, how it makes CRUDing like resources super quick. I would like to show some code snippets here that can speak toward what it is.

V1 - Draft

The Turing School strives to create an inclusive, helpful and creative community.

Being immersed in this has instilled in me an instinct to strive for not only person growth, but those around me. Throughout multiple team projects, I have been able to provide growth to the team through knowledge sharing, pair programming, patience and openness. I have seen the first-hand results of success through this approach and am excited to bring this mindset to a professional career.

Although, I recognize the importance of a team in solving problems, I have consistently demonstrated my ability to be self-driven and curious. This can be exemplified by my ability to learn quickly. Within a demanding curriculum, I was able to create projects using techniques/tools/stacks that were not covered. These include a Java desktop game and an Elm microservice. At every opportunity I’ve been driven to learn more, ideate and execute with zero bias.

While learning, I had never stopped sharing. For example, I had held

# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/Users/jbernesser/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="sorin"