Better Scala Tuples With shapeless
Shapeless provides a little syntax sugar that makes a standard Tuple behave like a collection. Learn more about this API in a tutorial by Scala and Akka trainer, mentor and consultant Michael Pigg.
Shapeless provides a little syntax sugar that makes a standard Tuple behave like a collection. Learn more about this API in a tutorial by Scala and Akka trainer, mentor and consultant Michael Pigg.
Rod Biresch, one of our Software Engineers, has posted another blog entry on working with the W65C2655XSB microcontroller board. This time, he shows us how we can use machine code to blink the LED, and how it translates to assembly language.
Rod Biresch, one of our Software Engineers, recently wrote a blog post about the W65C265SXB developer board based on 65xx technology. This blog post kicks off a series of posts exploring 65xx technology and how it pertains to the IoNT (Internet of Nano Things) market.
Chariot consultant Michael Pigg takes a look at using the Scala compiler’s -Xprint option to show us what’s happening under the covers.
As a developer, you’ve probably heard about Vagrant, Docker, Chef and other VM and container tools. This series of articles will attempt to explain what these tools do and why you may want to investigate using them.
This article is very old, and as such do not rely on it for information about the Angular 2.0 router API. As of this time, the new router has a few naming conventions to be aware of. Modifying the components directory I didn’t want to place my components in the root directory of my web … Read More
In this post, we’ll look at how the new AngularJS router is configured, and how you can use it to route to a view area on a page. We’ll follow up with more sophisticated examples later, but for now, this is a simple ‘getting started’ post. I’ve taken a copy of a release candidate of Angular 1.4.0, the Router as of the week of 3/15/2015, and the latest version of Angular Material Design – a nice and simple UI layout API that is a nice alternative to Twitter Bootstrap. I used it for a simple image gallery display program.
We start our coverage of ng-conf 2015 with day 2's keynote by Misko Hevery, because that's what everyone had been waiting for since the debut of 2.x at his keynote back at ng-conf Europe. This time, Misko laid out the rationale for the platform rewrite quite clearly, explaining that it was driven by developer productivity needs and performance.
In this tutorial we’ll create a very simple web app using Akka HTTP.
How does Android development compare with your plain old development? Well, in short words it’s very rewarding in a sense that you see results of your work right away. You can also deploy it right to your phone or a tablet and brag about it to your friends. However, there are pitfalls…