Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
members
End-To-end Testing with Cypress: Introduction
Hi you all, surely we have encountered many times after the code fix is deployed then client gives feedback that some other features no longer works correctly. There might be reasons like we just only
KYLE Tran
Nov 30, 2022 | 4 min read
members
Rebuild & migrated a system with 2 millions user to AWS
This post is a true story of how I migrated a system for our customer from a legacy Mobile PaaS to AWS. Brief of the project - Duration: Jun-2020 - Aug-2022 (2 years 2 months). - Scope of work: Syst
Riccardo
Nov 30, 2022 | 9 min read
members
Build Rails application
Below are steps to build a simple Rails application with PostgreSQL database. If you don't know where to start, or want to have a quick overview, this guide is made for you. Now let's start. Make sure
Tinker
Nov 30, 2022 | 1 min read
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
Load more posts