Writing Solid Ruby Code
This video shows Ruby developers tools, techniques and practices that they can use to improve their software and begin writing solid code.
This video shows Ruby developers tools, techniques and practices that they can use to improve their software and begin writing solid code.
This video discusses functional programming in Python.
In this video, Bjarne Stroustrup explains why he thinks C is obsolete. He explains that the languages should have been merged into one, so that C would have been a subset of C++ instead of nearly a subset of C++. And then people could have used whatever parts of the …
What does it mean to deploy web applications in 2011? Where does infrastructure end and your application begin? This video provides an introduction to some of the UNIX principles we can leverage to build better server deployments which make the most of the tools most of us don’t even know …
Whiley is a hybrid object-oriented and functional programming language. Whiley employs extended static checking to eliminate errors at compile time, including divide-by-zero, array out-of-bounds and null dereference errors. Extended static checking is made possible through the use of an automated theorem prover. Whiley compiles to the Java Virtual Machine and …
This video presents a tour of what you can expect when working with Riak and Python. After a brief introduction to Riak, it explains why you should use Riak and Python. It continues with an overview of the Python Client. Finally, you will see Riak and Python (and Django) in …