Drew

7 posts
Flutter: Basic Concepts of Dart
members

Flutter: Basic Concepts of Dart

In the previous blog, we briefly learned about Flutter and Dart - the programing language used in Flutter. So in this blog, we will take a look the basic concept of Dart. ObjectsEverything in Dart is
Drew
What is kintone?
members

What is kintone?

Kintone is a Cybozu's cloud service, allows administrators to build database applications, business administration applications and share them with the team members without having knowledge of system
Drew
Flutter: Introduction to Flutter and Dart
members

Flutter: Introduction to Flutter and Dart

What is Flutter? Flutter is known as a platform to support software development, mobile applications. Cross-platform for Android and iOS operating systems developed by Google Corporation. Flutter's m
Drew
Microservices Architecture: Authentication and Authorization
members

Microservices Architecture: Authentication and Authorization

Microservices architecture refer to the relatively small, independent development process that divides the system into services. Each service has its own logic, responsibility and can be deployed sepa
Drew
Microservices Architecture: Communication
members

Microservices Architecture: Communication

In previous article, we discussed the Microservices Architecture. One of the disadvantages is developer must implement the inter-service communication mechanism and deal with partial failure. So in th
Drew
What are microservices?
members

What are microservices?

In this article, we are going to learn about software architecture and evaluate a bit about the popular model that is Microservice. Software architecture is the organization of a system consisting of
Drew
Redis Pub/Sub and Redis Stream
WEB
members

Redis Pub/Sub and Redis Stream

Is Redis Stream better than Redis Pub/Sub for my chat service?That was a question for me when I first read about Redis Stream - a new data type introduced with Redis 5.0. So, I will go into a lot of
Drew