Categorieën
C++ Dependency Management

Dependency Management for C++ (2)

Intro Although I didn’t post anything lately, don’t worry – I’m still working on a proposal for dependency management. I arrived at the conclusion that not only dependency management needs to be taken into account and standardised. Also building software with the defined dependencies need to be taken into account when creating a standard for […]

Categorieën
C++ Dependency Management

Dependency Management for C++

Exciting times After finishing my previous blog I started working on a new article on the subject of performance measurement with micro-benchmarking or perf. Title to be determined 😉 But then I took part in the Standard C++ Foundation Developer survey. And what happend after the survey made me postponing the article and writing the […]

Categorieën
C++

C++ Application on CloudFoundry

CloudFoundry My employer decided to go with Pivotal CloudFoundry as one of the cloud providers for the company. I attended a launch event for all developers. Pivotal delivered a talk on using the platform and used a bit of Go and a lot of Java in the examples. Interesting, but real performance junkies want to […]

Categorieën
C++

A Microserver built with C++

Introduction Microservices architectures are becoming more common as a deploymentmodel for componentized systems. I will not go in depth on microservice architectures in this article. Martin Fowler gives a description of the microservice architecture on his website; see the following article about microservices from Martin Fowler and James Lewis. I will show an implementation of a microservices server. […]