This is an interesting template function, defined in , which moves elements of a container class, much in the same way when you rotate the
There have been a few times that I needed 2 vectors to be … merged… and they had to be ordered. It’s simple when you
Article Series, “Working with REST” This post is simply an index, to help navigate through the articles. Working with REST Making a connection using Swift
Connecting to a local server, using C++ Previously … We connected to our local JSON server using a console app, writen in Swift: Making a
Previously Part 1, Working with REST In the previous article, we installed a local JSON server, to make testing the app we are about to
An introduction on the server technology and how to connect your app to a web endpoint Intro This is the first article, in a series.
In my mind, it is always a win to go to a C++ conference. There are still managers who are against sending developers to conferences,
I use Perforce DVCS for almost all of my projects: it’s a great new feature for p4, and I use it on a daily basis,
Here’s a page that has some useful tips for modern BASH scripting: http://www.davidpashley.com/articles/writing-robust-shell-scripts/