Open in app

Sign In

Write

Sign In

Christopher Trevino
Christopher Trevino

Home

About

Nov 29, 2020

Blog Post 305

node.js in its essence, is a single thread process. It does not expose child threads and thread management methods to the developer. Port 80 just fine. Angular Js is an open source framework for the client side of the application whereas Node JS is a cross-platform runtime system and environment…

2 min read

2 min read


Nov 16, 2020

Blog Post 304

A brief description of what callback hell, would be Pyramid of Doom. Callback after callback etc. Using modules is a good way to avoid callback hell, another is promises as well as Async.js. Stubbing is the process of creating fake endpoints in code so that you can delay writing complex…

2 min read

2 min read


Nov 8, 2020

Blog Post 303

For the first question i guess i was confused about the what i was reading. I believe we would get returned status code 400 a “Bad Request!!!….”. It has been a very long time since I’ve done any CSS which I should be ashamed to admit. I definitely would know…

1 min read

1 min read


Oct 17, 2020

BLOG POST 302

I would say one of my main problems is getting the words into code. I feel i’ve gotten better just by breaking it down into even smaller problems. I have yet to have a project im disappointed in, reason being i’ve usually always proud of what i have done. I don’t come from a tech family or even a family with high degree holders. So i always am proud of things i do that i never thought i would as a youngster. SEO is a bit confusing i need to ask JON about this one.

1 min read

1 min read


Oct 17, 2020

BLOG POST 301

As far as code organization I feel the readMe.md is very important. It really helps me when I’m a bit confused on what to do. Another good examples is one we learn a little later in the course. Separately making files in different places in order to minimize the amount…

1 min read

1 min read


Jul 26, 2020

Blog Post 208

I’ve learned the Sum of Array recursion, which is very interesting. The bind() method creates a new function that, when called, has its this keyword set to the provided value, with a given sequence of arguments preceding any provided when the new function is called. When an event happens on…

1 min read

1 min read


Jul 26, 2020

Blog Post 207

I’ve learned that fetch is extremely interesting, It’s really cool how you can communicate with a pre-made API. It’s extremely surprising the amount of info you can work with. The load event fires at the end of the document loading process. At this point, all of the objects in the…

2 min read

2 min read


Jul 12, 2020

Blog Post 206

One thing I found very interesting was the proto and prototype. Proto is the property of an object , while prototype is a property of a function. While it gets a bit confusing, I definitely need to read up on it more. Mozilla says it’s discouraged to use, instead to…

2 min read

2 min read


Jul 10, 2020

Blog post 205

One thing I learned about to is fully understanding how to utilize the THIS. I really struggled last class with this topic because I was so far behind. Another is being able to use and understand template literals. Example: this is how you use ${THETIKS`. The arrow syntax was a…

1 min read

1 min read


Jun 23, 2020

Blog Post 204

In class one of the things I have learned is about filter(), for example if you have an array of words and you want to display only the words with more than 7 letters. You would then make a function inside of filter and make word.length > 7, then console…

1 min read

1 min read

Christopher Trevino

Christopher Trevino

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams