API Design Best Practices
members

API Design Best Practices

I. AgendaAgendaOverviewWhat is an API?Rules for Restful API URI designHTTP methodsHTTP response status codesSub and nested resourcesOther useful operationThe API versionII. OverviewThe purpose of this
Timo
Timo
Introduce Apache Kafka
members

Introduce Apache Kafka

When we build a large system, we always have at least two main challenges to solve: how to handle large volume of data and how to analyze them. Kafka came as a solution. It's specifically designed for
Marvyn Hoang
Marvyn Hoang
What happens behind the scenes when you access to a website?
members

What happens behind the scenes when you access to a website?

During this time, everyday we use Internet for everything, it's so cool and helpful. With a laptop, a PC or a smartphone, we can open up a browser, access a website and find a bunch of information or
Marvyn Hoang
Marvyn Hoang
テスト密度とバグ密度の指標について
testing
members

テスト密度とバグ密度の指標について

はじめにテスト密度とバグ密度は、下流工程で定量的な品質指標として使用され、案件品質の分析評価に欠かせないものです。これらの指標の下限値~上限値と実績テスト密度と実績バグ密度を組み合わせることで、どの機能に品質面の懸念があるかを確認することが可能です。 これにより該当する機能のテスト項目の網羅性をレビューしたり、バグ内容を深く検証したり、現象発生区分/原因区分/原因工程/バグ重要度などの品質につい
Michiko
テストケースサンプル事例:良いテストケースを書くためのベストプラクティス
testing
members

テストケースサンプル事例:良いテストケースを書くためのベストプラクティス

はじめにテストケースのサンプルは、組織によって異なる場合があります。 しかし、テストケースを作成するために標準のサンプルを使用することは、プロジェクトのテストプロセスを設定する上で最初の一歩と言えます。 また、ビジネスチームがテストケースを確認するプロセスがある場合は、両方の当事者が合意したサンプルでテストケースをフォーマットする必要があります。 このチュートリアルでは、例を使用して手動テストで
Ace
テストケースとは? なぜテストケースが重要なのか
testing
members

テストケースとは? なぜテストケースが重要なのか

はじめにテストケースの作成はソフトウェア開発において不可欠な活動であり、ソフトウェアテストの最も重要な部分の1つと見なされています。この記事ではテストケースについて、そもそもどういったものであるのか、なぜ必要なのか、どのような内容が記載されているかを解説したいと思います。 テストケースとは何であるかを知りたい場合は参考にしてください。 テストケースとはテストケースとは、ソフトウェアやシステムが期
Ace
ユーザ 受入テスト(UAT)とは
testing
members

ユーザ 受入テスト(UAT)とは

はじめにソフトウェア製品の価値は顧客要件と利用者のニーズを満たしているかどうかによって決まります。そのため、現在のソフトウェア検証モデルにおいては単体テスト(UT)、統合テスト(IT)、システムテスト(ST)の各種テストを実施した後、ユーザ受入テスト(UAT)を行うことが必要です。今回は、ユーザ受入テストについて一緒に見ていきましょう。 ソフトウェア検証の工程ユーザ受入テストの概要1.ユーザ 受
Hailey
Hailey
Top 10 deadly mistakes in Cloud projects
devops
members

Top 10 deadly mistakes in Cloud projects

This post will help you to avoid mistakes in Cloud projects from the beginning to release. No master you are SA, PM, System Engineer, DevOps Engineer or Developer, avoiding those mistakes will help yo
Riccardo
Riccardo
Getting start with Minimal APIs in .Net 6
members

Getting start with Minimal APIs in .Net 6

What's Minimal APIs Microsoft has released .NET 6 on 2021-11-08 and Minimal API is a part of this release. Minimal APIs are architected to create HTTP APIs with minimal dependencies. They are ideal fo
Levi Nguyen
Levi Nguyen