Rebuild & migrated a system with 2 millions user to AWS
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
Riccardo
Build Rails application
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
Top 5 Agile frameworks in software development
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
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