• Building the centralized logging system using Elasticsearch, Fluentd, Kibana

    A problem with microservice management is how to analysis massive logs from different services and understand what is going on in system. In this article, we...

    Building microservice with gRPC and python

    This article demonstrates using gRPC technology in microservices architecture. The project show the new features of gRPC and apply it into a simple microserv...

    Building microservices using Docker, Flask-RestPlus, Swagger UI, RabbitMQ and Nameko

    This article presents a design for a simple application with microservices architecture. To build this project, 4 important tools have been used, they are Do...

    Refactoring code with Protocol oriented Programming in Swift 3

    In this article, we going to take a look at some common issues with application design. We’ll find out the limitation of classical Object-Oriented Programmin...

    Refactoring code with MVVM in Swift 3

    This article presents you how to apply the MVVM pattern in DummyMap application you have developed in previous tutorial. To do this, you’re going to refactor...

    My simple location based application

    DummyMap is a simple location based application on IOS. It’s been designed to show location of 4 types of restaurant in Ha Noi. All data use in this project ...