CSS Preprocessors
This video demonstrates the power of CSS preprocessors like Sass, Less, or Stylus. It explains why these are a game changer for front-end development.
Open Source Tools for Software Development Videos and Tutorials
This video demonstrates the power of CSS preprocessors like Sass, Less, or Stylus. It explains why these are a game changer for front-end development.
Ruby on Rails is huge. Even if you have worked with it for a long time, it’s unlikely that you have stumbled across everything yet. Do you really know what all of the built-in Rake tasks do? Have you seen all of the methods ActiveSupport makes available to you? Are …
A presentation of various MooTools projects and how they help with web application development. MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API. MooTools code …
This video shows you how to install the Scala sdk and Simple Build Tool, sbt. You will also see how to create a mini sbt-project to demonstrate how you can get started with unit testing using Scalatest and JUnit.
The Simple Build Tool for Scala offers a new way to configure build systems, starting with the basic concepts of key-value pairs and moving to configuration axis and plugins. This video introduces the SBT and offers “cookbook” recipes for how to accomplish common tasks within the standard configuration for projects.
The Dart platform allows you to write code that runs on servers and in modern web browsers. The Dart platform includes a language, libraries, an editor, a virtual machine (VM) for both servers and browsers, and a compiler to JavaScript. so your Dart web apps will work in multiple browsers.