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
スクラム開発で2週間スプリントスケジュール作成
members

スクラム開発で2週間スプリントスケジュール作成

ソフトウェア開発の手法群の中で、スクラムは「チームとしての仕事の進め方」に特化したフレームワークです。スクラムの基本と2週間スプリントスケジュール作成について皆さんに分かりやすく説明したいと思います。 スクラムの基本体制 スクラムチームの体制まず、スクラムチームの体制として、3つのロールがあります。(つながる内容は改行いれない)プロダクトオーナー、スクラムマスタ、開発チームです。 ●プロダクトオー
Quinn Vo
相手を不快にさせず、納期の延長を申請する方法
members

相手を不快にさせず、納期の延長を申請する方法

Aさん:また仕様変更になりました。Bさん:納期は延びるのでしょうか?Aさん:いや、契約どおりです。Bさん:それはちょっと…。今だって毎日残業ですし…。Aさん:大変なのはわかります。でもやるしかないです。頑張ってください。Bさん:分かりました…。先日、日本語クラスで、こういうモデル会話がありました。BRSEの皆さんはこのようなケースの経験があるでしょうか。仕様変更で今の締め切りは無理そうになり、納期
AKI Nguyen
円滑なコミュニケーションを進めるために、取っておくべき対策は?
members

円滑なコミュニケーションを進めるために、取っておくべき対策は?

プロジェクトのスコープ、スケジュール、コスト、品質などのマネジメントはIT業界で従事している人であれば、よく聞いている言葉かもしれません。実際、プロジェクトを運営していく中で、円滑に進めるためには適切なコミュニケーションが欠かせない活動です。IT業界だけではなく、他の業界でもよく起きているコミュニケーションのトラブルの例としては、「把握しているけど、共有するのが遅い」、「情報が知ってもらい人には回
ELIO TRUONG
Serverless workflows in AWS
members

Serverless workflows in AWS

Before we start figuring the Workflows in AWS. I would like to introduce you a quick section about AWS step functions. AWS Step Functions is a visual workflow service that helps developers use AWS se
Sage Huynh
What is MERMAID ?
members

What is MERMAID ?

In the current project, sometimes I need to prepare basic design document and when I need to create diagrams I'd use Mermaid since it helps me create diagrams easily and quickly with just a few lines
KAN
Serverless and its features
members

Serverless and its features

What is Serverless? Serverless literally means no-sever or can be defined as a serverless architecture, which is a new architectural approach. But to say an architecture without a server is not corre
Neji
Serverless patterns in AWS
members

Serverless patterns in AWS

Serverless architecture is an approach to build and run applications and services without having to manage infrastructure. This approach helps the teams to focus on the actual business value add and f
Sage Huynh
Basic Concepts of Software Testing - Test Levels
members

Basic Concepts of Software Testing - Test Levels

What are Test Levels in Software Testing? ・Test levels are groups of test activities that are organized and managed together ・Each test level is an instance of the Test process ・Test levels are relate
Azura