Notes

A collection of 29 posts
Triangle.js

Triangle.js Notes - React With Typescript

React With Typescript 2016-11-16 with Doug Miller [http://www.douglasallenmiller.com/] (meetup [https://www.meetup.com/Triangle-JavaScript/events/235486369/]) (slides [https://docs.google.com/presentation/d/12MI2CzetTwN5bx-Tq2t5UVUZCiug8OpFJQvUAJT3kpg] ) Static Typing Options For JavaScript * TypeScript [http://www.typescriptlang.org/] - Microsoft * flow [https://flowtype.org/] - Facebook Advantages And Disadvantages pros * better
1 min read
Notes

Triangle Front End Notes - CSS Layout Techniques

CSS Layout Techniques 2016-11-03 by Bermon Painter [http://bermonpainter.com/] (Meetup [https://www.meetup.com/Triangle-Front-End-Developers/events/234560049/]) ( Twitter [https://twitter.com/bermonpainter]) Hardest problem on web... Horizontally and vertically centered box. body { display: flex; align-items: center; justify-content: center; } .box { height: 100px; width: 100px; } Previous best solution was floats with
1 min read
JavaScript

Triangle Modern Web - Variety Show

Modern Web [http://www.modern-web.org/] Variety Show 2016-10-24 by Tracy Lee [https://www.thisdotmedia.com/] (Meetup [https://www.meetup.com/trianglemodernweb/events/234226919/]) (Twitter [https://twitter.com/ladyleet]) The inaugural meeting in the Triangle featured free food and several excellent speakers. MetLife [https://www.metlife.com/] hosted. -------------------------------------------------------------------------------- Simon
1 min read
Triangle.rb

Triangle.rb Notes - Rubyist Guide To Functional Programming With Clojure

Rubyist Guide To Functional Programming With Clojure [http://clojure.org/] 2015-09-08 by Michael Stalker [https://twitter.com/michaelstalker] (Meetup [http://www.meetup.com/raleighrb/events/224748250/]) -------------------------------------------------------------------------------- What is Clojure? Created by Rich Hickey in 2007 ; a comment ; no single quoted strings please "double quoted strings" ; numbers 42
1 min read
Ruby

RailsConf 2014 - Day 2

Part 2 of 4 [https://blog.ravinggenius.com/2014/04/22/railsconf-2014/] -------------------------------------------------------------------------------- Keynote: Cognitive Depletion (ConFreaks [http://www.confreaks.com/videos/3336-railsconf-keynote-what-happens-to-everyone-when-everyone-learns-to-code] ) Yehuda Katz (@wycats) Set defaults to combat cognitive depletion. Abstractions are leaky, but they allow one to start building on the 400th floor, instead of the 5th
1 min read
Ruby

RailsConf 2014 - Day 1

Part 1 of 4 [https://blog.ravinggenius.com/2014/04/22/railsconf-2014/] -------------------------------------------------------------------------------- Keynote: Writing Software (ConFreaks [http://www.confreaks.com/videos/3315-railsconf-keynote]) David Heinemeier Hansson (Twitter [https://twitter.com/dhh]) Stop writing knee-jerk tests. Test-first development naturally leads to dependency injection. Dependency injection is the worst thing on the
2 min read