Self-managed K8S cluster for development environment using AWS EC2
members

Self-managed K8S cluster for development environment using AWS EC2

Use Amazon Elastic Kubernetes Service for development environment is not a good choice if the customer or we have not enough money. The workload for development environment is usually small so we can
COPPER Nguyen
Create a Kafka cluster for development with Docker Compose
members

Create a Kafka cluster for development with Docker Compose

This article assume that you have basic knowledge about Kafka, and Docker Compose. For development environment, there is no strict requirement about high availability and durability, we will try to ma
COPPER Nguyen
Why choose Outsourcing Testing Services?
outsourcing
members

Why choose Outsourcing Testing Services?

Outsourcing testing activities are becoming increasingly popular in this day and age. A lot of companies want to outsource their testing activities to third parties and concentrate on product develop
CONSTANCE
8 items that make up a non-functional requirement under ISO 25010
testing
members

8 items that make up a non-functional requirement under ISO 25010

Usually during system development, we place great emphasis on ensuring that all requirements function. While functional requirements are important, non-functional requirements are equally important. D
Mary
Mary
システム開発におけるテスト工程を理解しましょう!
testing
members

システム開発におけるテスト工程を理解しましょう!

システム開発プロセスの最後にテストを行った場合、バグが検出されるタイミングが遅くなることから、システムの品質リスクが高まります。したがって、リスクを軽減するために、バグを早期に発見し、より高いテストレベルでバグが発生するのを防ぐには、システム開発の各段階に対応してテストを実行する必要があります。 1. システム開発のテスト工程とは システム開発におけるテストの意義とは、開発されたシステムが要件、仕
SA Maris
非機能要件とは?システム開発に必要な非機能要件の分類
testing
members

非機能要件とは?システム開発に必要な非機能要件の分類

はじめに非機能要件とは、ソフトウェア開発の分野で働く人々の間では非常によく知られている言葉です。そこで、この記事では非機能要件とは何か、そして、システムを構築する上でなぜ重要なのかについて、その定義やシステム要件などと合わせてご説明します。 定義と分類① 非機能要件とは非機能要件は機能要件とは異なり、ソフトウェアシステムの品質を向上させるために役に立つ一連の属性です。動作(ソリューションの機能)に
SA_Phoenix
度重なる仕様変更とうまく付き合うにはどうすればいい?
members

度重なる仕様変更とうまく付き合うにはどうすればいい?

現在、仕様変更に柔軟に対応するためにアジャイル開発を導入している企業が多いのは確かですが、まだウォーターフォールモデルで開発を実施している企業も少なくありません。前の工程が終わってから、次の工程に進めるのが特徴であるウォーターフォールモデルは仕様変更が多いと、手戻りが発生したり、当初予定していた予算を上回る課題は誰もがわかるでしょう。では、仕様変更が発生した時、うまく対応するには何をすればよいでし
ELIO TRUONG
Create First Flutter Application On Apple Silicon
members

Create First Flutter Application On Apple Silicon

In this article, we will talk about how to write your first Flutter application on Apple Silicon. One of the benefits of this post is how to structure your project on Flutter project. It help build wi
Timo
Timo
End-to-End testing with Cypress: Integrate with NextJS application
members

End-to-End testing with Cypress: Integrate with NextJS application

In the previous article I have introduced the Cypress basic key features. Today I would like to show you how to use Cypress in action by integrate it with existing NextJS application. NextJS applicati
KYLE Tran