Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
members
Serverless and its features
What is Serverless? Serverless literally means no-sever or can be defined as a serverless architecture, which is a new architectural approach. But to say an architecture without a server is not corre
Neji
Oct 19, 2022 | 3 min read
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
Oct 19, 2022 | 4 min read
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
Oct 19, 2022 | 2 min read
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
Oct 19, 2022 | 2 min read
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
Oct 18, 2022 | 2 min read
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
Oct 18, 2022 | 3 min read
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
Oct 18, 2022 | 6 min read
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
Oct 17, 2022 | 2 min read
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
Oct 17, 2022 | 3 min read
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
Oct 17, 2022 | 3 min read
Load more posts