Articles
-
Some words about a simple experiment with QT
What does it take to make a simple Qt/QML application and deploy it on iOS, Android, macos, Linux, Windows? Let's find out!
Read on... -
How to make std::shared_ptr<> objects singleton instances
How do you ensure that, for example, a database wrapper, only hands out one instance of any given data object?
Read on... -
How to install Docker Swarm with docker-machine
How to install Docker Swarm on a Linux machine in a minute.
Read on... -
A simple way to handle callbacks with Android and swig
How do we call a C++ std::function<> based callback from Android, in the simplest possible way?
Read on... -
How to install Docker on CentOS with Ansible
A very naive Ansible Playbook to install Docker and Docker Compose on CentOS.
Read on... -
How to share a private docker image or container securely
Some times it's required to copy a docker container between machines, or even developers. One option is to use a hosted repository and pay some money for this opportunity. Another option is to use a machine that has a reachable IP address and Docker to run a private and secure Docker Registry.
Read on... -
Building on Jenkins and deploying to a Docker container
Building something in Jenkins, using a declarative pipeline and deploying it to a Docker container is common, and you would expect it to be well documented and trivial to do right? Well, it is now.
Read on... -
Cmake cheat sheet
This article is work in progress, and mostly for my own reference.
Read on... -
Serializing directly between C++ objects and Json files
C++ is a popular Object-oriented language. Json is a popular format for storage of Objects. Why is it so hard to make those two things play ball?
Read on... -
The second beta of restc-cpp is released
Restc-cpp is a REST client library for C++ projects.
Read on...
