Brandon Does a Coding Bootcamp at Tech Elevator - Columbus, OH

Days 61-70 Final Capstone Project

This post is a summary of the final two weeks of Tech Elevator, where we worked on our final capstone projects. Our team built a Vegetable Farm Assistant which used Java for the backend and Vue.js for the frontend.

Day 60 RESTful APIs in Vue

Today we covered REST APIs in Vue (or how we will connect Vue frontend to our Java code). In the afternoon we had a presentation on Agile/Scrum methodolgies.

Day 59 Vue Routing

Today we covered route handling in Vue.

Day 58 Nested Components in Vue.js

We learned more about view components, how to nest them, how to emit and capture events from them. In the afternoon, we talked about final capstone projects!

Day 57 Vue Event Handling

We covered Vue.js event handling in class today.

Day 56 Matchmaking Round Two

Today was our second and final round of Matchmaking. I met with three companies for virtual interviews.

Day 55 Data Binding in Vue.js

We covered data binding in vue today. Basically, how do we get our data to populate into our vue components?

Day 54 Vue.js

We are quickly approaching the end of the material for this cohort! Today we covered javascript frameworks, specifically Vue.js

Day 53 Fetch and Asynchronous Code

Today we covered using the fetch API to get data from web services. We also talked about what it meant for code to be asynchronous vs. synchronous.

Day 52 Matchmaking

Today is the first Matchmaking day. Matchmaking is the day we meet with many companies in a sort of professional speed dating. This time, it'll be all virutal!

Day 51 Responsive Design and Review

We covered responsive design today and also walked through a simple game to review what we've learned thus far about javascript.

Day 50 Event Handling

Today we covered event handling and the observer/listener pattern

Day 49 DOM Manipulation

Today we learned about manipulation the document object model and populating webpages with javascript.

Day 48 Functions, Documenting Functions, Anonymous Functions, Array Functions

Functions, functions, functions! Today we covered all sorts of Javascript functions and presented our capstones from module 3.

Day 47 Client Side Scripting, Javascript, Remote Technical Interviews

Today we introduced javascript. We also had our second techincal interview. This time, remote (and with a volunteer outside of Tech Elevator)!

Day 46 Remote Learning and API Endpoints

From this point on, we are going all remote! Today we learned about API endpoints and had a pathway event that kicked off the job search.

Day 44 & 45 Capstone 3, Days 2 and 3

JSP pages, CSS, and Selenium Testing! Didn't do much other than work on this project so I'm combining the last two days into one post.

Day 43 Capstone 3 Day One!

Module 3 is almost over! Today we started the third capstone project, a full stack web application for National Park hobbyists.

Day 42 Maven and Starting a New Project

Today we covered creating new Maven projects and managing dependencies. Illness kept me from an employer showcase and a review.

Day 41 Selenium and Cucumber Testing

Selenium facilitates writing automation around the browser. Cucumber allows non-technical members of teams to write behavior driven development features in natural language. Today, learned how to use both for testing.

Open Data Day with Open Columbus

Today I attended a whole day long Saturday meetup for Open Data Day!

Day 40 User Authentication & Technical Interviews

On this Friday we talked about user authentication, app security, and potential exploits. After that, we had a presentation about technical interviews to prepare us for what to expect in the near future.

Day 39 Server Side Validation & Flash Attributes

Today we learned about server side validation using the Hiberate Validation library. We also learned about using flash attributes to pass information temporarily through a redirect. Accenture came in for lunch to showcase the Columbus Innovation Hub.

Day 38 Sessions and Cookies

HTTP is Stateless meaning it always forgets what it just did. This is great for security, but what does it mean for storing data? Today we look at using cookies to store session information.

Day 37 HTTP Post Requests, Method Binding, & Autowiring

Today we covered HTTP post requests, binding request parameters to methods in the controller, and autowiring data access layers. We also had an employer showcase with CoverMyMeds and mock behavioral interviews.

Day 36 Dependency Injection & HTTP Get Request

Monday week 8 was about new object oriented principles and correctly using the HTTP Get request in JSP.

Day 35 Imports and Links in JSP

Today we learned how to appropriately use URLs in JSP. We also learned how to make reusable layouts in JSP.

Day 34 Spring MVC Framework, Scope, Expression Language

Learned about scope in Spring MVC, Java Bean standards, dot operator in Expression Language. First round of mock interviews.

Day 33 Networking Basics, MVC Pattern, JSP

Packed learning day today. We went over networking basics, learned the Model View Controller pattern, and started making Java Server Pages. Code Reviews.

Day 32 Handling Reactivity in CSS with Flexbox and Grid

Flexbox and Grid make managing reactivity in css easy. We learned all about it today while designing a fall festival website. Employer showcase at lunch.

Day 31 CSS Selectors, Display, & Positioning

Today we learned about CSS selectors and positioning css elements. We also had a pathway event called Interviewing 101.

Capstone Two Completion

Came into Tech Elevator at 11 am today to work on the capstone project. Stayed until 10:30 pm finishing up bonus requirements. Left feeling good about what we have accomplished.

Day 30 Capstone 2, Day 2

The second day of the second capstone project was today. Completed most of our Database Access Objects. Got most of our menu done, most of our tests too. There is still a lot left to go. We'll be working over the weekend.

Day 29 Capstone 2, Day 1

We started our second capstone project today. We are making a venue reservation system to practice interacting with a database in Java.

Day 28 SQL Injection & Encryption

Brian showed us how to do simple SQL injections and explained how to santize inputs to avoid them. We also learned about encryption and how it can used to increase security on the internet.

Day 27 Integration Testing

Unit testing is great for testing business logic, but today we learned how to test our connections with the database are working as expected.

Day 26 JDBC and Data Access Objects (DAO)

Week 6 Begins with the integration of Java and SQL. Today we learned about JDBC, Spring JDBC, and Data Access Objects.

Day 25 Database Definition & Control, Capstone Code Review

The most challenging SQL day all week was today. We covered database definition and control. We talked about database normalization. I also had a career strategy meeting and my first capstone code review.

Day 24 Insert, Update, Delete & More Deep Learning

Today we learned about Inserts, Updates, & Deletes in SQL. All of these functions do exactly what they say. I spent some more time diving into recurrent neural networks after class.

Day 23 Joins & Keys & Pytorch

Another slow day in class. Learned about using joins in our sql statements to relate data from multiple tables. After class, I did some reading on pytorch and recurrent neural networks.

Day 22 Aggregate Functions, Grouping, & Subqueries

Today was another introductory day to SQL. We learned about aggregate functions, grouping, numeric operations, and subqueries. Nothing too crazy.

Day 21 Module 2 Begins!

And so, module 2 begins! Introduction to databases, SQL queries, postgres. We are done touching java for a while as we investigate the world of data.

Day 20 Capstone Day 2

Second day of the first capstone project! We worked all day (until 8pm!) on our capstone project. The only break we took was for a career paths panel around lunch.

Day 19 Capstone Day 1

Brian spent the first hour of class going over our first capstone project. Spent the rest of the day working with my partner to make progress on our capstone--a catering application.

Day 18 End of Module 1 Review

Worked through an old capstone project, vending machine, to review what we've learned so far. Attended a pathway event on side projects & techincal roles. Held a workshop on to help classmates create simple websites on github (like this one!).

Day 17 Writing to Files & Buffering

We jetted through an example of writing to files using PrintWriter and BufferedWriter. The example exposed us more to a new design pattern introduced yesterday. Several students gave lightning talks on Bitcoin & Blockchain and Artificial Intelligence.

Day 16 Error Handling & Reading Files

Today's class was on handling exceptions in java code and reading files. We also practiced encapsulation, spliting our I/O class into a menu, a file reader, and a main program.

Day 15 Test Driven Development

Brian introduced test driven development, we walked through a simple example, and then we had a senior developer panel.

Day 14 Unit Testing

Testing is a complicated facet of software development. Today we covered unit testing in detail and wrote some unit tests ourselves. We also learned developers are terrible testers.

Day 13 Abstract Methods & Intro to Test Driven Development

We covered abstract methods, final & protected keywords, as well as an intro to Testing.

Day 12 More on Polymorphism

Today we talked about polymorphism and interfaces. We made a FarmAnimal interface to demonstrate and implemented it in some different Farm Animals. Resume Building and Lightning Talks in the afternoon.

Day 11 More on Inheritence

We started week three talking about inheritence and designed Ticket classes to demonstrate.

Day 10 More on Encapsulation

We finished week two today talking about encapsulation and hearing from alumni.

Day 9 Object Oriented Programming

Today we started our dive into Object Oriented programming

Day 8 Maps, Sets & Complexity

The lesson for today focused on Maps and Sets. We also covered algorithm complexity briefly and had a pathway event on managing Bootcamp Blues.

Day 7 Packages, Collections, Lists, And other Organization

Brian introduced packages and collections, and then we talked about 3 different types of collections.

Day 6 Objects & Classes

Objects dominated today's conversation. We also talked about classes, string methods, immutability, and elevator pitches!

Day 5 System I/O

We learned how to deal with input in our programs and then celebrated the end of week 1 with drinks at Endeavor brewing!

Day 4 Arrays & Loops

Lessons focused on arrays and loops. We also took professional headshots.

Day 3 Booleans & Conditionals

Lesson covered expressions, statements, blocks, methods, boolean expressions, and conditionals.

Day 2 Intro to Java

Lesson included an introduction to java & eclipse, variables, data types, expressions, arithmetic operators, and type conversion.

Day 1

On this day, we learned about the program structure, shell, and git.