円滑なコミュニケーションを進めるために、取っておくべき対策は?
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
[Automation] How to get Selenium to wait for a page to load
members

[Automation] How to get Selenium to wait for a page to load

In my experience with many automation projects at Shift ASIA, I realize that one of the most popular bug while running automation script is about waiting time to page load missing. The reason is when
Hikari
Javascript You Need To Know For React
members

Javascript You Need To Know For React

Before learning React, we should master HTML, CSS, and the following knowledge in Javascript (in addition to the initial knowledge such as variables, loops, conditions,...) Arrow Functions Ternary Op
Neji
Vite - Build Tool
members

Vite - Build Tool

1. What is Vite?Vite (French word for "quick", pronounced /vit/, like "veet") is a build tool that aims to provide a faster and leaner development experience for modern web projects. 2. Why Vite?Vite
HIRO Vu
HIRO Vu