20 Apr 2020
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.
03 Apr 2020
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.
02 Apr 2020
Today we covered route handling in Vue.
01 Apr 2020
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!
31 Mar 2020
We covered Vue.js event handling in class today.
30 Mar 2020
Today was our second and final round of Matchmaking. I met with three companies for virtual interviews.
27 Mar 2020
We covered data binding in vue today. Basically, how do we get our data to populate into our vue components?
26 Mar 2020
We are quickly approaching the end of the material for this cohort! Today we covered javascript frameworks, specifically Vue.js
25 Mar 2020
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.
24 Mar 2020
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!
23 Mar 2020
We covered responsive design today and also walked through a simple game to review what we've learned thus far about javascript.
20 Mar 2020
Today we covered event handling and the observer/listener pattern
19 Mar 2020
Today we learned about manipulation the document object model and populating webpages with javascript.
18 Mar 2020
Functions, functions, functions! Today we covered all sorts of Javascript functions and presented our capstones from module 3.
17 Mar 2020
Today we introduced javascript. We also had our second techincal interview. This time, remote (and with a volunteer outside of Tech Elevator)!
16 Mar 2020
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.
13 Mar 2020
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.
11 Mar 2020
Module 3 is almost over! Today we started the third capstone project, a full stack web application for National Park hobbyists.
10 Mar 2020
Today we covered creating new Maven projects and managing dependencies. Illness kept me from an employer showcase and a review.
09 Mar 2020
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.
07 Mar 2020
Today I attended a whole day long Saturday meetup for Open Data Day!
06 Mar 2020
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.
05 Mar 2020
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.
04 Mar 2020
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.
03 Mar 2020
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.
02 Mar 2020
Monday week 8 was about new object oriented principles and correctly using the HTTP Get request in JSP.
28 Feb 2020
Today we learned how to appropriately use URLs in JSP. We also learned how to make reusable layouts in JSP.
27 Feb 2020
Learned about scope in Spring MVC, Java Bean standards, dot operator in Expression Language. First round of mock interviews.
26 Feb 2020
Packed learning day today. We went over networking basics, learned the Model View Controller pattern, and started making Java Server Pages. Code Reviews.
25 Feb 2020
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.
24 Feb 2020
Today we learned about CSS selectors and positioning css elements. We also had a pathway event called Interviewing 101.
22 Feb 2020
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.
21 Feb 2020
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.
20 Feb 2020
We started our second capstone project today. We are making a venue reservation system to practice interacting with a database in Java.
19 Feb 2020
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.
18 Feb 2020
Unit testing is great for testing business logic, but today we learned how to test our connections with the database are working as expected.
17 Feb 2020
Week 6 Begins with the integration of Java and SQL. Today we learned about JDBC, Spring JDBC, and Data Access Objects.
14 Feb 2020
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.
13 Feb 2020
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.
12 Feb 2020
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.
11 Feb 2020
Today was another introductory day to SQL. We learned about aggregate functions, grouping, numeric operations, and subqueries. Nothing too crazy.
10 Feb 2020
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.
07 Feb 2020
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.
06 Feb 2020
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.
05 Feb 2020
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!).
04 Feb 2020
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.
03 Feb 2020
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.
31 Jan 2020
Brian introduced test driven development, we walked through a simple example, and then we had a senior developer panel.
30 Jan 2020
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.
29 Jan 2020
We covered abstract methods, final & protected keywords, as well as an intro to Testing.
28 Jan 2020
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.
27 Jan 2020
We started week three talking about inheritence and designed Ticket classes to demonstrate.
24 Jan 2020
We finished week two today talking about encapsulation and hearing from alumni.
23 Jan 2020
Today we started our dive into Object Oriented programming
22 Jan 2020
The lesson for today focused on Maps and Sets. We also covered algorithm complexity briefly and had a pathway event on managing Bootcamp Blues.
21 Jan 2020
Brian introduced packages and collections, and then we talked about 3 different types of collections.
20 Jan 2020
Objects dominated today's conversation. We also talked about classes, string methods, immutability, and elevator pitches!
17 Jan 2020
We learned how to deal with input in our programs and then celebrated the end of week 1 with drinks at Endeavor brewing!
16 Jan 2020
Lessons focused on arrays and loops. We also took professional headshots.
15 Jan 2020
Lesson covered expressions, statements, blocks, methods, boolean expressions, and conditionals.
14 Jan 2020
Lesson included an introduction to java & eclipse, variables, data types, expressions, arithmetic operators, and type conversion.
13 Jan 2020
On this day, we learned about the program structure, shell, and git.