開発によくあるリスク
members

開発によくあるリスク

どんなプロジェクトであっても、リスクが伴います。 プロジェクトのリスクは当然のことですが、回避できないわけではありません。 以下は、プロジェクト中に発生する可能性が高い一般的なリスクのリストです。 要件と優先順位の変更プロジェクトの期間中には、ある時点にかならず仕様の変更と更新を受け取ることになります。顧客が特定の機能について気が変わって、要件、コンセプト、またはロジックが変更されることがあります
AKI Nguyen
Autoscale AWS ECS
members

Autoscale AWS ECS

The key aspects of maintaining a container orchestration platform is to configure autoscaling of the services running on it. Here this blog is my experiences on that. Setup: Before I explain to you h
Sage Huynh
SSO with AWS Cognito
members

SSO with AWS Cognito

What is SSO? SSO (single sign-on) in the enterprise refers to the ability for employees to log in just one time with one set of credentials to get access to all corporate apps, websites and data for w
Sage Huynh
Pagination with dynamodb
members

Pagination with dynamodb

Out of the box pagination DynamoDB provides Amazon DynamoDB documentation says that DynamoDB paginates the results from scan/query operations. With pagination, the scan results are divided into pages
Sage Huynh
Better null-check with Safe Navigation operator in Ruby
members

Better null-check with Safe Navigation operator in Ruby

If you are familiar with the Optional Chain operator (?.) of JavaScript, then you cannot miss the Safe Navigation Operator (&.) of Ruby. Now let's dig into it! What is a Safe navigation operator
SKYE Dang
Flutter push notification to iOS without Firebase
members

Flutter push notification to iOS without Firebase

Welcome everyone, in this article, we will implement flutter push notification to iOS without firebase. We will be using AWS Push Notification Service (SNS) for managing delivery and sending message.
Timo
Timo
Webview + Flutter, Why do you need it?
members

Webview + Flutter, Why do you need it?

By this point, there have been many languages and frameworks born, all of which offer a clear benefit. Flutter is also one of them. Its benefits are obvious. You develop once, it runs on many platform
Mitchell
Different between Amazon SQS and SNS
devops
members

Different between Amazon SQS and SNS

Amazon SQS and Amazon SNS are two popular tools for engineers when designing distributed systems in the AWS cloud ecosystem. It can be useful if we understand what are the similarities and difference
Sage Huynh
Karpenter Just-In-Time Nodes Scale for EKS
AWS
members

Karpenter Just-In-Time Nodes Scale for EKS

Karpenter is an open-source node provisioning project built for Kubernetes. Adding Karpenter to a Kubernetes cluster can dramatically improve the efficiency and cost of running workloads on that clust
COPPER Nguyen