DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Monadic Java

1. by Mario Fusco [email protected] twitter: @mariofuscoMonadic 2. Imperative languagesJavaC# C / C++FortranSubtract abstractionsScala Add abstractionsF# Hybrid languagesAlgol…

Education 重構—改善既有程式的設計(chapter 9)

1. RefactoringChapter 9Simplifying Conditional Expressions 2. Read thisand then read thisDecompose Conditionalif (date.before (SUMMER_START) || date.after(SUMMER_END)) charge…

Technology From Java to Python

1. groningen.py / 16-01-2012 2. Schedule• Input for Python meetups• From Java to Python 3. Meetups• groningen.py (thanks Mark)• Talk and learn about Python development•…

Technology Neo4 jv2 english

1. Neo4j NOSQL , Graph Databases and Neo4j Thiago Oliveirahttp://about.me/thiagooliveira@tjsoliveira 2. Agenda• NOSQL• Graph Databases• Neo4j 3. NOSQL Overview• NoSQL…

Technology Scala - fra newbie til ninja på en time

1. SCALA fra newbie til ninja på en timeNina [email protected]@ninaheitmannKarianne [email protected]@karianneberg 2. publicclass Dog {private…

Technology Scala introduction

1. Introduction http://www.scala-lang.org Sayeret Lambda January 2011 Yardena Meymann 2. What is Scala Object oriented and functional Statically typed - advanced type system…

Software Java best practices

1. Java Best Practices @rtoal 2013-06-12 2. Why? We professionals need to write code that is correct, reliable, maintainable, efficient, robust, resilient, readable, reusable,…

Documents pragmaticrealworldscalajfokus2009-1233251076441384-2.pdf

1. Pragmatic Real-World Scala Jonas BonérScalable Solutions 2. “If I were to pick a language to use today other than Java, it would be Scala”James Gosling 3. Chat app…

Technology Embedded Typesafe Domain Specific Languages for Java

1. Embedded Typesafe DSLs for Java Jevgeni Kabanov Tech Lead, [email protected] 2. ABOUT ME ZeroTurnaround Tech Lead Our flagship product is JavaRebel-…

Technology Griffon @ Svwjug

1. Welcome to the Desktop Revolution 2. What is Griffon ? 3. + ++ Sugar, Spice and everything Nice = 4. HelloWorld.javapublic class HelloWorld {String name;public void setName(String…