Showing posts with label code school. Show all posts
Showing posts with label code school. Show all posts

Wednesday, March 9, 2016

CodeSchool: AngularJS Tutorial

March 9, 2016

  Spent best time in the evening from 9:00pm - 11:00pm to watch the code school video, AngularJS Tutorial tonight.

  Need to find some material to study for AngularJS, and then start to memorize some content, such as AngularJS cheat sheet. Spend 20 minutes a day to memorize the cheatsheet.

  http://www.cheatography.com/proloser/cheat-sheets/angularjs/

  http://www.opitz-consulting.com/fileadmin/redaktion/veroeffentlichungen/pdf/CheatSheet-angularJS.pdf

81 contributor - great resource for new learner like Julia.
 https://github.com/jmcunningham/AngularJS-Learning/blob/master/README.md

 http://weblogs.asp.net/dwahlin/learning-angularjs-by-example-the-customer-manager-application

March 10, 2016
12 minutes of video: AngularJS Tutorial
https://www.youtube.com/watch?v=WuiHuZq_cg4

Plan to watch the video on March 10 evening time:
AngularJS Fundamentals (Pluralsight) - 6 hours 15 minutes total (paid)

http://app.pluralsight.com/author/deborah-kurata

Read Angular short book:
http://www.angularjsbook.com/angular-basics/chapters/introduction/

March 22, 2016
http://weblogs.asp.net/dwahlin/video-tutorial-angularjs-fundamentals-in-60-ish-minutes

Saturday, January 16, 2016

pluralsight: online courses study

January 16

Just start to watch video courses on code school and pluralsight. And she likes to blog on this as well.

Julia did not have  time / motivation /confidence to go over MVC in last 5 years work as a full time programmer, but in less than 3 hours, went over MVC course, and found out that technologies are so easy to understand, also affordable to get best education - courses ($40/month, compared to IT course $500/each course, graduate research credit out-of-state $800 - $1000), and use it to apply at work.

The pluralsight.com service is such affordable,  make me connect to best of talents in the world, catch up all the technologies we need, or just curious, and then, master one or two of them a time if need.

Life is such a journey, and then, you find out that you are isolated, work alone, tired, and suddenly, you are connected to others, get back with more confidence.

That is the journey Julia likes to start with pluralsight.com / codeschool.com.

Dec. 28, 2015
http://juliachencoding.blogspot.ca/2015/12/code-school-courses-study.html

started to watch code school videos, learned Angular.JS, Ember.JS, bootstrap CSS framework, reviewed CSS, Html etc. Great teaching from instructors, better than my experience - work full time 3 years + on CSS, html, Java Script, Jquery. Good to know how to teach, how to be teachable, and enjoy the lectures.

January 15, 2016
Spent more than 3 hours to watch the videos on pluralsight.

"building applications with ASP.NET MVC 4"

January 28, 2016
Building a Web App with ASP.NET 5, MVC 6, EF7 and Angular JS
https://app.pluralsight.com/library/courses/aspdotnet-5-ef7-bootstrap-angular-web-app/table-of-contents

February 4, 2016

Web API design
https://app.pluralsight.com/library/courses/web-api-design/table-of-contents

Play-by-play learning AngularJS
https://app.pluralsight.com/library/courses/play-by-play-learning-angularjs-ken-cenerelli-john-papa/table-of-contents

AuglarJS: Get Started


AngularJS Fundamentals
https://app.pluralsight.com/library/courses/angularui-fundamentals/table-of-contents

Feb. 10, 2016
AngularUI Fundamentals

3 hours video lectures

http://stevemichelotti.com/new-pluralsight-course-yeoman-fundamentals/

reading:
https://github.com/angular-ui/ui-router/wiki

February 14, 2016

Build your career with Michael Lopp

And then, read the blog about Michael Lopp:

http://techcrunch.com/2015/08/01/a-conversation-with-michael-lopp-pinterests-head-of-engineering/

http://randsinrepose.com/

Good article to read:
http://recode.net/2014/06/10/pinterest-hires-long-time-apple-execs-to-lead-engineering-and-product-design/
http://randsinrepose.com/archives/what-to-do-when-youre-screwed/

http://randsinrepose.com/archives/the-culture-chart/

http://randsinrepose.com/archives/

February 16, 2016

So good to come cross this course, and then spend 3 hours to catch up responsive design in CSS. Save me a lot of time to catch up CSS.

Pluralsight:
Responsive In-Browser Web Page Design with HTML and CSS

March 1, 2016
Another 3 hours on course:
Building a Web App with ASP.NET 5, MVC 6, EF7 and Angular JS

check other two courses:
1. JavaScript for C# developers
2. Front-end web development Quick Start

Plan to watch this video:

https://app.pluralsight.com/library/courses/csharp-best-practices-collections-generics/table-of-contents

Sunday, December 27, 2015

Code School: courses study

Dec. 28, 2015

Spent hours (Dec. 23 - 3 hours, Dec. 27 - 3 hours) to watch courses on code school from Dec. 22, 2015 . Website:  https://www.codeschool.com/

Path HTML/CSS

Get Started With HTML and CSS
Course: Front-end Foundations
Course: Front-end Foundations

Intermediate CSS
course: CSS Cross-Country
course: Journey into Mobile
course: Adventures in Web Animations

CSS Preprocessors
course: Assembling Sass
course: Assembling Sass Part 2

CSS Frameworks
course: Blasting Off with Bootstrap

Design
course: Fundamentals of Design


Paths: JavaScript

Client-side Frameworks
course: Shaping up with Angular.js
course: Staying Sharp with Angular.js
course: Warming Up With Ember.js

More review:

Google I/O 2013 - Design Decisions in AngularJS

https://www.youtube.com/watch?v=HCR7i5F5L8c&feature=share&fb_ref=share



Tuesday, December 22, 2015

OO principles - The Open / Closed Principle

Dec. 22, 2015

Three Approaches to Achieve OCP

  1. Parameters (Procedural Programming)
  2. Inheritance / Template Method Pattern
  3. Composition / Strategy Pattern
1. Parameters (Procedure Programming)
Allow client to control behavior specifics via a parameter
Combined with delegates/lambad, can be very powerful approach

2. Inheritance / Template Method Pattern
Child types override behavior of a base class (or interface)

3. Composition / Strategy Pattern
Client code depends on abstraction
Provides a "plug in" model
Implementations utilize inheritance; Client utilizes Composition

Read the blog:
http://code.tutsplus.com/tutorials/solid-part-2-the-openclosed-principle--net-36600
http://www.objectmentor.com/resources/articles/ocp.pdf
http://stackoverflow.com/questions/59016/the-open-closed-principle

A friend told me that he subscribes
https://www.pluralsight.com/

So, Julia subscribed code school first starting this Dec. 2015, and later pluralsight.com. Two schools are different.

Video watch:

https://www.youtube.com/watch?v=MvyG_ODng3w

Code School Live: JavaScript Best Practices Q&A

https://www.youtube.com/watch?v=k9xwJoprEMY

Principles of Object Oriented Design (2 - The Open-Closed Principle) 28 minutes 

https://www.youtube.com/watch?v=qP6MroshYvM&index=8&list=PLD4GnSXHpkQ2_eKG5fKzszXs5hYcEsft7

I Learned HTML and CSS, Now What?

http://blog.codeschool.io/2014/09/30/learned-html-css-now/

http://support.pluralsight.com/knowledgebase/articles/491274-what-s-offered-at-code-school-vs-pluralsight