This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> LINQ - Query syntax vs method chains & lambda - http://stackoverflow.com/questions/8037677/linq-query-syntax-vs-method-chains-lambda |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div> | |
<md-card md-image="http://66.media.tumblr.com/45af4564f8e5cb043a1c3b9c50ed4432/tumblr_meq4ckOLoT1rmmh9co1_500.jpg" md-title="Card title" md-reveal="true"> | |
<div> | |
Observe the koi in its natural exploratory habitat. | |
</div> | |
<template replace-part="reveal-text"> | |
<!--Uncomment this md-file section to see it bugging--> | |
<!--<md-file md-caption="upload file" view-model.ref="fileInput" md-label-value.bind="labelValue"></md-file> | |
<div if.bind="selectedFile"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div> | |
<md-card md-image="http://66.media.tumblr.com/45af4564f8e5cb043a1c3b9c50ed4432/tumblr_meq4ckOLoT1rmmh9co1_500.jpg" md-title="Reveal Card" md-reveal="true"> | |
<div> | |
Observe the koi fish exploring its natural habitat. Reveal card to upload new image. | |
</div> | |
<template replace-part="reveal-text"> | |
<!--Uncomment this md-file section to see the bug--> | |
<!--<md-file md-caption="upload file" view-model.ref="fileInput" md-label-value.bind="labelValue"></md-file> | |
<div if.bind="selectedFile"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div> | |
<md-card md-image="http://66.media.tumblr.com/c996589c69acc4edcea56cfbaa804992/tumblr_myy0xwcfJ61sh1wnzo1_500.jpg" md-title="Show.Bind Exploration"> | |
<div> | |
<h4>Observed Issue</h4> | |
When using show.bind with a true false to show a HTML element, a click.trigger function will | |
cause the show.bind to fail despite properly set true false values. | |
</div> | |
<h5>isEditing: ${isEditing}</h5> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Before the Basics | |
From Zero to Front-end Hero (Part 1) | |
- https://medium.freecodecamp.com/from-zero-to-front-end-hero-part-1-7d4f7f0bff02#.opdw5hu0i | |
- Comprehensive guide with additional resources that touch each section | |
//Life of the Bug Chasing Gunslinger | |
Debugging Javascript Guide | |
- https://developer.chrome.com/devtools/docs/javascript-debugging | |
//Understanding DNS - The Good Parts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Why Aging Isn't Inevitable | |
- http://nautil.us/issue/36/aging/why-aging-isnt-inevitable | |
- Investigates the shape of lifespans across various species on the brevity or lack of | |
Microbes That Eat Electricity | |
- https://www.quantamagazine.org/20160621-electron-eating-microbes-found-in-odd-places/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Absolute Beginner Content | |
https://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners | |
http://www.tutorialspoint.com/csharp/index.htm | |
https://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners | |
//Database Material | |
https://www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods/ | |
//Other | |
wibit.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Before they take us all | |
http://ai.berkeley.edu/lecture_videos.html | |
//Moral Economics of Tech | |
http://idlewords.com/talks/sase_panel.htm | |
//Carrier IQ | |
Info: http://gizmodo.com/5863849/your-android-phone-is-secretly-recording-everything-you-do | |
Removal: https://www.reddit.com/r/lgg4/comments/3f023o/remove_carrieriq_now_that_we_have_root_tested/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//How to write git comments | |
http://chris.beams.io/posts/git-commit/ | |
//Sites for practicing exercises | |
http://programmingzen.com/15-sites-for-programming-exercises/ |