Blue/Green deployment with HA Proxy
devops
members

Blue/Green deployment with HA Proxy

First, let finding what is blue/green deployment. A blue/green deployment is a deployment strategy in which you create two separate, but identical environments. One environment (blue) is running the c
COPPER Nguyen
システムテストと結合テストの違いは何ですか?
testing
members

システムテストと結合テストの違いは何ですか?

はじめにソフトウェア開発のライフ サイクル プロセス全体を通じて、ソフトウェアが正しく機能するかどうかを適切に確認するためには、さまざまなソフトウェアテストの実施が必要となります。こちらの記事では、そのなかでも重要な役割を持つシステム テストと結合テストに着目し、これらのテストの主な違いや、いつ、なぜ実行するかについて紹介します。 システムテストとは・システムテストは、完全なビルドが機能要件と非
Bill Nguyen
Using localstack to deploy serverless application on local machine
members

Using localstack to deploy serverless application on local machine

In this article I will show you how to deploy aws serverless application on localstack Setup First, you should have installed the following tools: Install Docker. Install Serverless framework. Insta
Sage Huynh
正常系テストと異常系テストの違いについて
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