Touch the firehose of ds106, the most recent flow of content from all of the blogs syndicated into ds106. As of right now, there have been 92792 posts brought in here going back to December 2010. If you want to be part of the flow, first learn more about ds106. Then, if you are truly ready and up to the task of creating web art, sign up and start doing it.
In the last section of react tutorials I learned about working with lists and conditionals. I learn how to make react render content conditionally. I ended up being able to show lists only when...
This week I worked on adding authentication to the YelpCamp app I was building through the bootcamp tutorials. I used the npms express-session, passport, passport-local, and passport-local-mongoose. The first I did was call the...
In the last few days I’ve been learning how to use react and finally got through some of the basics. After going through some of the basics I had to do a small assignment....
During the weekend I made to the section data association in the tutorials. This part of the section explain what data association is and how we use it. Data association allows us to have...
As our final project we had to remake the weather from last semester but instead of using php we had to use Node.js. This was a bit difficult since I’m still getting used to...
I finally started working on the YelpCamp part of the tutorials. This is the first time I’m creating a working app with a database so I’m very excited to see what new things I’ll...
This is the way I did the App for the express exercise. [crayon-5a26174b7557c436418799/] This is the way Cole did his app. [crayon-5a26174b7558f684940248/] I did not have to watch the video where the answer was...
185 Echo Exercise: [crayon-5a26174b76115381526623/] For this exercise I did manage to complete it without have to look at the answer portion of the video. Though his code was different from mine and his code...
I manage to watch all the tutorials and understand the way the shortcuts that were used in jQuery. Its really awesome to use for the shortcuts but the videos also helped understand why it’s...
For my random rgb color game I manage to get the circle to get a random color, making one of the random colors the winning, as well as change the status of game over...
For this random color code I made two different groups of circles. The first group of circles colors are random rgb colors. The second group of circles colors are random hex colors. I was...
I finally finished the full code for the game point counter that we were working on last class. I was able to fully reset all the values for the counter without refreshing to page....
For the color array challenge I had some trouble. I manage to figure out how to get a random color each time. I also figured how to push new colors into the array I...