Coding Camp – Day 45

Today I was on the ball. At least I knew what was going on! Just a bit about recursion and then we did a mock interview session with classmates. Tried to act as interviewers to the other classmates. Eleanor is a smart cookie. She has some interviewing skills and it came through.

That’s where I am. Trying to learn how to respond in coding interviews. These kinds of questions about sorting algorithms are common.

Coding Camp – Days 43 – 44

The second project is behind us and we’re on to computer science for javascript. It reminds me of the CS50 class I took at Harvard online. We heard briefly about sorting algorithms last night and tonight we learn a bit about functional programming. This camp is giving us a great span of computer science and coding knowledge that we can build on later throughout life. It’s a neverending process this learning in our field.

P.S. Have to learn functional programming better as React is based on it.

Coding Camp – Days 39 – 40

Started on our second, two-week project. We decided on doing an inventory system (SwiftInv) and have to pull all our studies together for this one: Javascript for Node, Express, Sequelize, Handlebars, MVC paradigm, and of course HTML and CSS.

Had to work for Peter for 9 hours today and was so beat that I did not do any work on the project. We meet again for tomorrow night’s class.

Coding Camp – Day 33

Moved on to Object Relational Mapping. Didn’t know what to expect here. We are getting to know all the oft-used tools of the trade:

– Sequelize is an abstraction layer through which a developer no longer has to write SQL statements! Very cool.
– Insomnia for getting/posting/putting/deleting through HTTP. So quick and visual.
– Heroku for deploying node.js apps. Look ma, no hosting!
– Express for creating servers and request/response actions and middleware.