DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Metaprogramming Ruby

Metaprogramming Ruby Jaroslaw Rzesz´tko o Gadu-Gadu SA [email protected] // www.stifflog.com Jaroslaw Rzesz´tko o Metaprogramming Ruby Gadu-Gadu SA “All Cretans are liars”…

Documents Core Java

Java interview questions 1. What is a class? A class is a blueprint, or prototype, that defines the variables and the methods common to all objects of a certain kind. 2.…

Documents OOSE Chapter 6

Object-Oriented Software Engineering Practical Software Development using UML and Java Chapter 6: Using Design Patterns 6.1 Introduction to Patterns The recurring aspects…

Technology Javascript design patterns

1. JavaScript Design PatternsJavaScript developers have several options for creating anObject in JavaScript, from the Object() method to Objectliterals to constructor functions,…

Technology EverNote iOS SDK introduction & practices

1. Evernote iOS SDK introduction GoLater Developer MaoYang Twitter @GoLaterApp E-Mail [email protected] 2. About Me • 5 years Mac Device Driver/Application developer • 10…

Technology Design Patterns

1. Design Patterns Mohan Bang Email: [email protected] 2. Agenda  What are Design Patterns?  How Design Pattern begins?  Why do we need Design Patterns?  How…

Business Metaprogramming With Ruby

1.Metaprogramming with Ruby Julie Yaunches Farooq Ali2. What is Metaprogramming? Code that writes code Know Thyself Reflection.kind_of? Metaprogramming Compile-time vs. Runtime…

Technology Introduction to hibernate

1. By Harshit Rastogi 2. It is ORM (Object –Relation Mapping) Tool It uses POJO objects (Plain Old Java Objects) No direct interaction with the database. 3. SessionFactory…

Technology O 2-o

1. © O LEKSII DUKHNO @ LO HIKA SYST EMS 2. COMPLEXITY OF SOFTWARE 3. ABSTRACTIONS AND MODEL 4. ABSTRACTIONS AND MODELМодель…

Documents Test Driven Development Introduction

1. Test Driven Development IntroductionIssued date: 8/29/2007Author: Nguyen Phuc Hai 2. AgendaIntroduction Unit test overview Refactoring Test Driven Development…