正常系テストと異常系テストの違いについて
testing
members

正常系テストと異常系テストの違いについて

ソフトウェアテストとは、テスト対象のソフトウェアが期待通りに動作しているかどうかを確認するための、検証と妥当性確認のプロセスです。コードの不具合を発見し、ソフトウェア・アプリケーションの品質を向上させることを目的としています。アプリケーションをテストするには、何らかの入力を与え、その結果が要件どおりであるかどうかをチェックする必要があります。アプリケーションのテストは、正常系テストと異常系テストの
Saki Pham
Avoid Rate Limiting in AWS Cloudformation
members

Avoid Rate Limiting in AWS Cloudformation

With experiences with developing cloud application, I sometimes get "Rate limiting", "Rate exceeded" errors when I use AWS CloudFormation. So what actually is "Rate limiting&
Sage Huynh
Introduction to AI Azure Machine Learning for Beginners
members

Introduction to AI Azure Machine Learning for Beginners

1. What is AI?Artificial Intelligence (AI) is the simulation of human intelligence and capabilities by computer software. 2. What is Machine Learning?Machine Learning is a subcategory of AI where a co
Lionel
Setup Nodejs API with Nestjs and Mikro-ORM
members

Setup Nodejs API with Nestjs and Mikro-ORM

How to setup a backend project with nejst and mikro-orm
Matthew Le
Matthew Le
How to grant enough permission for developer on Bastion Host
members

How to grant enough permission for developer on Bastion Host

In production environment, the access is private by default, developers usually have not permission to access to the database, search engine, or the running application. In case to debug application,
COPPER Nguyen
Introduction to Go
members

Introduction to Go

IntroGo, a statically typed compiled language often described as C for the 21st century. It's a popular choice for high-perfomance server-side applications and is a language that built tools like Dock
Saul
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
リスク管理について
members

リスク管理について

リスクとは?PMBOK GUIDE (2021)により、「リスクとは、発生した場合に 1 つ以上のプロジェクト目標にプラスまたはマイナスの影響を与える不確実なイベントまたは状態です。」すべてのプロジェクトにはさまざまな程度の不確実性がある事業であるため、リスクがあります。この記事では、リスクの悪影響と、プロジェクトでそれらを管理する方法に焦点を当てています。 リスク管理計画には、プロジェクト チー
AKI Nguyen
Kintone Part 1: Introduction to Kintone & Simple Application
members

Kintone Part 1: Introduction to Kintone & Simple Application

What is Kintone?Kintone is a database management platform - especially in business. This software allows administrators to build database applications and business administration applications without
ALBEDO Le
ALBEDO Le