Blog

Cucumber Basics Screencast

by Drew De Ponte ‐ 2 min read

This is another screencast I dug up while cleaning out some of the digital clutter in my life. This one still provides a great basic walk through of how to properly define acceptance tests and use them to drive out code with Cucumber. Your browse…

Git Under the Hood Screencast

by Drew De Ponte ‐ 2 min read

Back in 2013 I did a series of screencasts with a good friend of mine, Brian Miller. I was going through things trying to remove some of the digital clutter and noise in my life. In the process I found this screencast and realized it is still very ap…

Building a SegmentedViewController

by Drew De Ponte ‐ 9 min read

Let's say you run into a scenario where you need to build a mobile interface that has tabs at the top of the screen. If you are working on Android this isn't too much of a problem as it is natively supported and part of their Material Design. If you …