Build A Chat Room With MERN Stack
members

Build A Chat Room With MERN Stack

This post is about my experience on how to build a chat room using the MERN (MongoDB, Express, React JS, Node JS), WebSocket and deploy to Docker Hub. My goal is to build a web application to chat. An
Timo
Timo
The difference between library and framework
members

The difference between library and framework

Before starting a project, the development team has to first decide the programming language they need to use and then a library or framework. Both a library and framework facilitate the development p
Claire Nguyen
Sharepoint Framework: Hands on Web Part
members

Sharepoint Framework: Hands on Web Part

First: What is Web Part? Web parts are a block of UI we can render within the SharePoint page. There are some OOTB web parts available that we can use on Modern pages but we can add our custom web par
Sage Huynh
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