Thanksgiving was 4 days of family, but camp is done! I will have a review of what I learned and my thoughts.
Author: J.C. Cross
Coding Camp – Day 62, Final Project Day 2
Spent a few hours with the guys building the back-end of our MERN app. Mostly nailing down details about the models, schemas and still some of the interface questions with our front-end brothers. A week and a half and this camp is done!
Coding Camp – Day 61, Final project day 1
So we came up with a meetup app for Dungeons and Dragons players to meet up and play. It’s tentatively called AirDND. I don’t think that will ever fly in the real world, but it sounds fun.
It uses all the most recent tech in class: MongoDB, Mongoose, React, GraphQL, and Apollo and Express server. It’s tough, but will look good!
Coding Camp – Days 58-60
Finishing MERN and regular class periods tonight! I will have a review of the class after the final project. As I said before, don’t ever go into one of these camps with the misconception that you can catch up if you skip or procrastinate on the challenges.
Fried.
Coding Camp – Day 57
Completed MERN section of class and moving to last section, State.
So three more sessions and then 2 weeks for the last project. 6 months spent well.
Coding Camp – Day 55-56
Started the MERN (Mongodb, Express, React, and Node) stack, finishing up MERN tonight and on to the last section of class, State.
One word of warning if you ever take this kind of camp course: don’t say “I’ll catch up later.” Missing one class or weekly challenge mounts up.
Coding Camp – Day 54
OK, now I’m lost. I have to rewatch last night’s lecture on Apollo server and GraphQL. It’s based around Mongodb, using Mongoose.
Coding Camp – Days 51-53
Finished PWAs and started on React for two days. What a hot technology. It’s exciting stuff. Fast fast fast.
The end of class is only about a month out.
Paying back the Chinese
As a threat, China is looming large in the graduations of thousands of engineers every year. Pretty sad with all the sex ed and 1619 nonsense here.
https://www.sfgate.com/news/article/2-Chinese-officers-charged-in-plot-to-obstruct-17530628.php
Theft, lies, chicanery, subterfuge, and treachery. That’s a lot to say, but accurate.
Coding Camp – 48-50
Ventured into Mongo Atlas for last day of NoSQL.
Webpack Tuesday and tonight. Now this is cool. Webpack lets you use web technologies instead of Obj-C (Swift) or Java for apps. Progressive Web Apps are downloadable from a website (save to home screen). Exciting! This is the cutting edge of dev.
Coding Camp – Days 46-47
Monday was a holiday. Spent Tuesday and Thursday discussing MongoDB, MongoDB Compass, and Mongoose. Will be finishing up Mongo on Monday.
I still am trying to finish the second project. I didn’t know if it was I who didn’t complete my part, but the other guys got 65% and that’s what I have until I finish.
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 41-42
We’re in the thick of it on this second project. We can use it in our portfolios for work experience. Presentation is tomorrow night. I feel woefully unprepared. But the other guys on my team are really smart and seem to have a lot ready. Just looking to add to the team. Upwards!
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 – Days 36, 37, 38
Model-view-controller has always sounded sciency. But it’s not a difficult concept, but there is a lot of work to catch up on. Just turned in my Sequelize project tonight, too.
Kind of interested in cyber still and my employer still has work! yay!
Just neat stuff that I like to learn here in class. Kind of the geek in training.
Coding Camp – Day 34 and 35
Sequelize is just beautiful for abstracting SQL.
But spent the last 5 days or so working on the challenge due tonight. The next one is going to be a bear though. I am still doing catchup on Express and Sequelize.
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.
Coding Camp – Day 32
Continuing on SQL. How to use schema.sql and seeding DBs. Tonight we get into the topic I have never grasped: joins.
Update: this rocked me.
Coding Camp – Day 30-31
Express seemed easy–too easy. We’re adding gradually onto our skillsets by using each skill with the others. Tonight we went in to SQL, of which I had some knowledge. But it’s great to put it all together. I can imagine the usefulness here.