Introduction to Azure IoT for Beginners
members

Introduction to Azure IoT for Beginners

1. What is IoT?The Internet of Things (IoT) is a network of physical devices that connect to and exchange data with other devices and services over the Internet or other network. There are currently o
Lionel
UI Design 102 - Principles - 01 Grid & Layout
members

UI Design 102 - Principles - 01 Grid & Layout

Hi, I'm glad you're here; you must have seen my first post The Basic Design, right? In this section, we will talk about Grid and Layout. Grid is one of the most essential principles in interface desi
KAN
Flask for beginner
members

Flask for beginner

Flask? Flask is a web framework. It is a Python module that help you develop web applications easily. It is having a small and easy-to-extend core: it's a micro-framework that doesn’t include an ORM
Kaitou
Kaitou
Get a free TLS certificate with acme.sh
members

Get a free TLS certificate with acme.sh

When i'm using Azure Cloud, they do not provide a free certificate that can be used with their service unlike AWS, so we need to find a way to get a free TLS certificate.Luckily when i go around the i
COPPER Nguyen
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