Serverless patterns in AWS
members

Serverless patterns in AWS

Serverless architecture is an approach to build and run applications and services without having to manage infrastructure. This approach helps the teams to focus on the actual business value add and f
Sage Huynh
Basic Concepts of Software Testing - Test Levels
members

Basic Concepts of Software Testing - Test Levels

What are Test Levels in Software Testing? ・Test levels are groups of test activities that are organized and managed together ・Each test level is an instance of the Test process ・Test levels are relate
Azura
[Automation] How to get Selenium to wait for a page to load
members

[Automation] How to get Selenium to wait for a page to load

In my experience with many automation projects at Shift ASIA, I realize that one of the most popular bug while running automation script is about waiting time to page load missing. The reason is when
Hikari
Javascript You Need To Know For React
members

Javascript You Need To Know For React

Before learning React, we should master HTML, CSS, and the following knowledge in Javascript (in addition to the initial knowledge such as variables, loops, conditions,...) Arrow Functions Ternary Op
Neji
Vite - Build Tool
members

Vite - Build Tool

1. What is Vite?Vite (French word for "quick", pronounced /vit/, like "veet") is a build tool that aims to provide a faster and leaner development experience for modern web projects. 2. Why Vite?Vite
HIRO Vu
HIRO Vu
How to create an AWS System Design?
AWS
members

How to create an AWS System Design?

System Design is an early phase in software development process, especially for project that build new system or re-structure an existing one. However, in many projects, people not aware enough about
Riccardo
Riccardo
Sidekiq for your ROR application
members

Sidekiq for your ROR application

I - Background jobsBefore understanding Sidekiq and its necessity, we must know what background jobs is first. Background jobs are jobs in the system that run in the background without affecting the n
Kingsley
How to enable TOTP software token MFA on Amazon Cognito
members

How to enable TOTP software token MFA on Amazon Cognito

What is Amazon Cognito?Amazon Cognito is a AWS service provide authentication and authorization with various provider as email/password or social OAuth (Google, Facebook, ...) What is TOPT?TOPT is sho
Yami
Yami
Upload a Single File from Master to Slave in Jenkins Pipeline
members

Upload a Single File from Master to Slave in Jenkins Pipeline

OverviewThis blog post is gonna show you one of the hands-on experience that clearly demonstrates how to use File Parameter with `input` step to upload a single file in the middle of Jenkins Build. Th
Roy Pham
Roy Pham