Thomas Ingram

Thomas Ingram

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