DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Software Front-End Testing: Demystified

Confused by testing terms and jargon? This talk walks through testing web applications, explaining the difference between unit testing and end to end testing. Several tools…

Software Using xUnit as a Swiss-Aarmy Testing Toolkit

Using xUnit as a Swiss-Army Testing Toolkit (Does ‘Unit’ Size Matter?) ACCU Conference 2011 Chris Oldwood [email protected] Stream of Consciousness • Developer Driven…

Technology GDI Seattle - Intro to JavaScript Class 2

1. BEGINNING JAVASCRIPT CLASS 2Javascript ~ Girl Develop It ~ 2. WELCOME! Girl Develop It is here to provide affordable and accessible programs to learn software through…

Internet AngularJS Best Practices

1. AngularJs Best Practices 2. • File Organization • Namespacing and File naming • Understanding Modules • Organizing modules • Minification • Definitions and…

Science Getting deeper with TPL & async (Spanish version)

1. Irán Reyes Fleitas 2. Temas:• TPL• Paralelización de código imperativo.• Programación Paralela con tareas(Task).• Colecciones de Concurrencia y Pipelines.•…

Documents CodeFest 2013. Агафонкин В. — Высокопроизводительные...

1. Владимир Агафонкинвысокопроизводительныевизуализации данныхв браузеремарт 2013 2. agafonkin.com/mourner…

Technology Tdd & clean code

1. UNIT TESTING, TDD & ATDD Arnon Axelrod, E4D Solutions 2. © Arnon Axelrod, E4D Solutions Ltd.ABOUT ME 3. ABOUT YOU © Arnon Axelrod, E4D Solutions Ltd. Position:…

Documents Report Documentation

To create a model of a specific model as a variant and with all the same objects as the original model create a variant of a model by a report script the following way: ?…

Technology An Introduction To jQuery

1. Andy Gibson School of Applied Computing University of Dundee Email: [email protected] Blog: http://www.andy-gibson.co.uk Twitter: ARGibson 2. Final year BSc Applied…

Technology TypeScript Introduction

1. var inx: number = 1, text: string = “Lorem”, isReady: bool = false, arr: string[], obj: ObjInterface = factory.getObj(), mixedVal: any; 2. var obj: { x: number, y:…