www.linkedin.com/feed/update/urn:li:ugcPost:6454178543877390337
Motivational board
My name is Aaron Samuel and I can not begin to explain why even if I wasn’t able to make it past the vestibule how much I appreciate everything that tech impact has taught me also tech impact has given me ideas about what career I want to pursue see links provided.
I would love to code and become a web developer so I can be a part of the creative atmosphere that web developers come with so that maybe I may invent something that changes the world
This program is very important to me because I have never coded before I got in this program and I know that I wouldn’t learn the same way if I wasn’t able to have the wonderful people that have been around me from the start helping me so without the whole tech hire environment not part of it I don’t believe the same results can be achieved without their curriculum and I can only hope to continue to be apart of it
This leads to the next question hence the importance of it the harder this gets for me I realize how important it is to have a support system because this has not be easy for me it has been rather hard however In the future I would attempt to stay in contact with the cohort to maybe keep up to date resources strait from the programming environment not just google without explanation and if they allowed me to I would personally see if I could hang out with the cohort outside of class for extra questioning to be more confident about what I know.
The biggest problem that I have had is just not being able to pick up the work and understand what is actually being asked to be done and this language is so very new to me that I just haven’t gotten comfortable with it yet and is very energy consuming and the resources that my professor has given to me in order to live a coding lifestyle instead of just being a computer programmer and it really changes things as far as creativity and just being productive in general and tech hire has definitely done this for me
http://www.linkedin.com/feed/update/urn:li:activity:6448968358489579521
http://www.linkedin.com/feed/update/urn:li:activity:6450770378519248896
64502151712972881update92w.linkedin.com/feed/wwurn:li:activity:/
www.linkedin.com/feed/update/urn:li:activity:6453036582717968385
My father is a retired fire fighter this is a breath of fresh air
Aaron assessment oct.3rd
questions
Aaron*/
//var c; // variable c
var cnv;
function setup() {
cnv=createCanvas(400, 400);
function mousePressed(changewhite) {
d=d+25;}
}
function draw() {
background(“black”);
fill(random(255), random(255), random(255));
ellipse(width/4, height/4, d, d);
}
19.
var cnv; // initializing the variable
function setup() {
cnv=createCanvas(400, 400);
function mousePressed(changewhite) {
d=d+25; // this is me here assigning the variable to itself plus 25 which “assigns” the variable via the equal sign.}
}
21. p5 marks it undefined
22.nothing if the value of the variable is used it self instead of calling the value through the variable
23.It doesn’t have a value until you assign it to one
24. operators are symbols that make a code more module
25.
30. the operator “!” has the meaning of “not” which makes conditional logic more module
32. An if statement is only allowed to have one if
34. Because the rule DRY says that you want to repeat yourself as less as possible
38. that which has a word and “()” after it
40. the key-word function is like a action
44. the word function is used for p5 and method is used in javascript
45. the word arguments are used except for when they are in an function that you created
46. represents the values in a function
47. the code will not run because you are calling on something that doesn’t exist
48. the code will not run unless you call the function through dot syntax
49. the Random concept
50. Objects are buckets of codes that form something that allows you to use variables locally instead of globally.
51. constructor function
52. multiplicative inverse
54. the dot syntax is how you call values of objects
55. making a new function
57. the key word this is used to call local variables
59. an array is like an object only it has a index that allows you to use the for loop to multiply the index or to call one of the values in the index indivisual.
60. the notion for an array is “[]”
61. words are something that can be in an array and the data type that affects it is the for loop
62. an index is the concept that if you have 2 indicies in an array than to call the second one in the code you have to use the first index because the index starts from 0 leaving however many indecies you have minus one.
`
Hi Aaron here I have a tech meet up tomorrow and I am super excited to go and learn
I would also just really like to note that I really would like to thank my professors for being understanding and cheering me on and helping me through this rough phase. I would also like to note that my productivity wasn’t the best today however I only realize it because of class this morning and the super is full information that I got so now another small goal I have is to be more and more productive by the day
I though I had it but didn’t
It was rough I am going to sleep now but I understood the information when I left the refresher guess I need to just keep going until I get it I appreciate the support that I am getting from my professors and all other who code