Introduction to Android 4.0
This video introduces the new Android 4.0 release, Ice Cream Sandwich, covering UI improvements, Renderscript, Animation Framework, Communication and API’s, Media and UI Toolkit.
This video introduces the new Android 4.0 release, Ice Cream Sandwich, covering UI improvements, Renderscript, Animation Framework, Communication and API’s, Media and UI Toolkit.
F# supports automatic generalization and automatic types inference. F# allows us to define a function without specifying the exact type of each one of the arguments neither the type of the returned value. The exact type will be determined during the compilation.
Xtext is a framework for development of programming languages and domain specific languages. It covers all aspects of a complete language infrastructure, from parsers, over linker, compiler or interpreter to fully-blown top-notch Eclipse IDE integration. Xtext makes it easy to create domain specific languages (DSL). Xtext 2.0 adds some critical …
Continuous deployment and testing has started to become a reality for many companies. It brings to light one of the many problems that face large product teams, but also creates some of its own. This video focuses on the pros and cons of continuous deployment, how DISQUS switched from the …
The CPython reference interpreter lies at the heart of a much wider Python ecosystem. The decisions that shape the future development of CPython ripple out and have a broad impact on the entire Python community. This video covers the special place CPython occupies in the broader Python community, how the …
Learn principles and practices that lead to better architectures regardless of style. Every year, we seem to get smarter and more adventurous with our architectures for this crazy changing world that has seen client-server, n-tier, SOA, Big Data, REST and lots more.