Author Archives: George Valentin Voina

Blog Links: Card payments and banking made easy

By | February 17, 2017

This is an interesting API to process card payments from your web or Android applications BlueSnap API. I really like when gems like this start to be available. You can spin up your card processing side of the business in minutes. Another interesting german start-up is the The Open Bank Project. Their open source API… Read More: Blog Links: Card payments and banking made easy »

Docker in the datacenter with DDC

By | March 3, 2017

Docker starts to look like a competitor to virtualization environments like VMWare VSphere deplyments. In the following knowledge base article Docker Reference Architecture: Docker Datacenter Best Practices and Design Considerations there is a very interesting presentation on how to migrate a datacenter to docker. Docker Datacenter (DDC) is the enterprise container platform from Docker to… Read More: Docker in the datacenter with DDC »

Blog Links: Block-chain news: The truth about blockchain, healthcare uses and implementation mistakes

By | February 14, 2017

Another article in the main press (Harvard Business Review) about block-chain. The Truth About Blockchain. A real case presentation about the use case of block-chain technology in healthcare Distributed health 2016 – WarrenBrandeis Finally a nice list of main mistakes that are done when implementing in the real world block-chain technology Top 10 Mistakes in… Read More: Blog Links: Block-chain news: The truth about blockchain, healthcare uses… »

BlockChain: Georgia first government to use blockchain for property rights registry

By | February 10, 2017

After much hype finally there is a government that implements something with blockchain technology. Georgia together with blockchain company Bitfury, as stated on Bitfury web site: The Republic of Georgia has partnered with The Bitfury Group to advance transparency by developing a system for registering land titles using the Blockchain for the National Agency of… Read More: BlockChain: Georgia first government to use blockchain for property rights… »

Docker: Orchestrate multiple containers with docker-compose V2

By | February 9, 2017

This is post in continuation of Docker: Orchestrate multiple containers with docker-compose The same application environment is specified using the docker-compose V2 specification. This looks very similar but with a simplified syntax and some extra features. STEP 1: List the existing images # docker images REPOSITORY TAG IMAGE ID CREATED SIZE 10.0.0.245:5000/test_app.v7 flat 53ac9d27fbb3 5… Read More: Docker: Orchestrate multiple containers with docker-compose V2 »