Wharfee is a smart and user-friendly command line shell for Docker. Why? Wharfee is a fully-equipped command line shell for Docker that is smart and user-friendly. Wharfee supports powerful features like syntax highlighting, autosuggestions, and tab completions that just work, with nothing to learn or configure. Wharfee features: - Time saving (just type simplified syntax... Continue Reading →
Kubernetes Kids Explanation
Transcript Introducing Phippy, an intrepid little PHP app, and her journey to Kubernetes. What is this? Well, I wrote a book that explains Kubernetes. We posted a video version to the Kubernetes community blog. If you find us at a conference, you stand a chance to pick up a physical copy. But for now, here's... Continue Reading →
Build Docker Images for Java Application
This cookbook aims at providing for java developers a quick, easy way to build their own docker image that can be used to create the containers needed for automatic builds. Prerequisites Ubuntu 14.04, 16.04 16.10, CenOS 6.8, CenOS 7, Window 10, Window 7 Docker, Docker-Compose (https://www.docker.com/) Starting with Dockerfile Docker builds images by reading instructions... Continue Reading →
go-redisproto a lightweight library for Redis protocol in GoLang
Introduction There are plenty of good client/server implementations of the redis protocol, but not many of them that are designed for RPC (see My Blog to see how to use RPC in golang ). go-redisproto is a lightweight library for building server software capable of exploit the advantages of the redis protocol and RPC. The... Continue Reading →
A simple API using protobuf and gRPC
This tutorial provides a basic Go programmer's introduction to working with gRPC. Goal of this tutorial Define a service in a .proto file. Generate server and client code using the protocol buffer compiler. Use the Go gRPC API to write a simple client and server for your service. Recommended Books 1. Perquisites This requires Go... Continue Reading →