Christopher TrevinoBlog Post 305node.js in its essence, is a single thread process. It does not expose child threads and thread management methods to the developer. Port…Nov 29, 2020Nov 29, 2020
Christopher TrevinoBlog Post 304A brief description of what callback hell, would be Pyramid of Doom. Callback after callback etc. Using modules is a good way to avoid…Nov 16, 2020Nov 16, 2020
Christopher TrevinoBlog Post 303For 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…Nov 8, 2020Nov 8, 2020
Christopher TrevinoBLOG POST 302I 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…Oct 17, 2020Oct 17, 2020
Christopher TrevinoBLOG POST 301As 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…Oct 17, 2020Oct 17, 2020
Christopher TrevinoBlog Post 208I’ve learned the Sum of Array recursion, which is very interesting. The bind() method creates a new function that, when called, has its…Jul 26, 2020Jul 26, 2020
Christopher TrevinoBlog Post 207I’ve learned that fetch is extremely interesting, It’s really cool how you can communicate with a pre-made API. It’s extremely surprising…Jul 26, 2020Jul 26, 2020
Christopher TrevinoBlog Post 206One thing I found very interesting was the proto and prototype. Proto is the property of an object , while prototype is a property of a…Jul 12, 2020Jul 12, 2020
Christopher TrevinoBlog post 205One thing I learned about to is fully understanding how to utilize the THIS. I really struggled last class with this topic because I was…Jul 10, 2020Jul 10, 2020
Christopher TrevinoBlog Post 204In 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…Jun 23, 2020Jun 23, 2020