Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
members
Top 5 Agile frameworks in software development
Introduction to Agile methodologyBack in 2001, when a community of developers that had grown tired of using a traditional heavy development method called “the waterfall model” decided to set out a man
Mint
Nov 30, 2022 | 4 min read
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
Nov 28, 2022 | 12 min read
testing
members
システムテストと結合テストの違いは何ですか?
はじめにソフトウェア開発のライフ サイクル プロセス全体を通じて、ソフトウェアが正しく機能するかどうかを適切に確認するためには、さまざまなソフトウェアテストの実施が必要となります。こちらの記事では、そのなかでも重要な役割を持つシステム テストと結合テストに着目し、これらのテストの主な違いや、いつ、なぜ実行するかについて紹介します。 システムテストとは・システムテストは、完全なビルドが機能要件と非
Bill Nguyen
Nov 23, 2022 | 2 min read
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
Nov 23, 2022 | 2 min read
testing
members
正常系テストと異常系テストの違いについて
ソフトウェアテストとは、テスト対象のソフトウェアが期待通りに動作しているかどうかを確認するための、検証と妥当性確認のプロセスです。コードの不具合を発見し、ソフトウェア・アプリケーションの品質を向上させることを目的としています。アプリケーションをテストするには、何らかの入力を与え、その結果が要件どおりであるかどうかをチェックする必要があります。アプリケーションのテストは、正常系テストと異常系テストの
Saki Pham
Nov 23, 2022 | 2 min read
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
Nov 16, 2022 | 2 min read
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
Nov 15, 2022 | 8 min read
members
Setup Nodejs API with Nestjs and Mikro-ORM
How to setup a backend project with nejst and mikro-orm
Matthew Le
Nov 15, 2022 | 4 min read
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
Nov 15, 2022 | 2 min read
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
Nov 15, 2022 | 3 min read
Load more posts