trb100

Posts

Machine Learning

Decision tree A decision tree is where you structure a decision making process with many different nodes which ask questions, the answer given will decide which node you go to next.

Moralize.org

Web app For logins I will just use Oauth User Profile functionality, individual settings/preferences News Feed, what will load onto the home screen?

Test Page

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sem ligula, lobortis ultrices accumsan ut, vulputate eu augue. Nullam eget suscipit leo.

Back End

Intro The front-end is where browser-side code is ran, stuff like markup, styling and scripting. The back-end is server-side code, which is for storing data and serving the front end files to the browser.

Life Plans

Complete a computer science access course Then go on to do my computer science undergraduate cool which universities look good?

Odin Project Javascript

Factory Functions One of the main problems with object constructors is that they look like regular JS functions, however operate very differently