Skip to content

Instantly share code, notes, and snippets.

@erinpagemd
Last active January 18, 2016 21:15
Show Gist options
  • Save erinpagemd/d27ec4ebdd4c081336ef to your computer and use it in GitHub Desktop.
Save erinpagemd/d27ec4ebdd4c081336ef to your computer and use it in GitHub Desktop.
Lessons Learned: Creating a Micro-Services App Straight Out of Bootcamp

My first 6 months out of a 6 month bootcamp

  • 6 month bootcamp learning front-end + ruby/rails
  • I got to rails new a project on my first day!

Notetaker recruiting app quick overview

  • Getting users from other sources
  • Interactions between students and notetakers

Technical Concepts I Learned

  • State Machines
  • Session Variables
  • Decorators

Project Flow Concepts I Learned

  • Code Reviews
  • User stories, tickets, and pivotal tracker
  • Pair Programming
  • Get on a Schedule

Summary

  • bootcampers are becoming programmers!!

With the uprising of software schools, we are seeing a lot of new developers entering the technology market. These developers (me being one of them!) have a very limited set of skills and understanding of the web. But we are still very useful and capable of contributing to development teams.

Straight out of bootcamp I got the opportunity to create a microservices app from scratch and learn a lot while doing it! I will cover some of the key technical concepts I learned creating my first professional app, including:

  • State Machines

  • Session Variables

  • Decorators

I will also talk about some of the soft skills I learned that are necessary to participate on a software development team, including:

  • Code Reviews

  • User Stories

  • Pair Programming

Software bootcamps are springing up all over the place. We need to figure out how to get these people in to the work force and make them into decent contributors. My talk is about my first steps out of bootcamp and becoming a programmer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment