Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
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
members
Shallow Git Clone On Jenkins Pipeline
OverviewOn a beautiful day, your Jenkins can't clone from the Git repository like every day before. The error may appear GitException with status code 128 status code 128Due to the error, you cannot c
Roy Pham
Oct 17, 2022 | 3 min read
members
Appium Inspector with Kobiton remote devices
OverviewThis blog post is gonna show you one of the hands-on experience that clearly demonstrates how to use Appium Inspector with a Kobiton remote device. Appium Inspector helps you inspect and get a
Roy Pham
Oct 17, 2022 | 5 min read
members
Free Tools for Developer
Hosts, Servers for deploying your frontend/backend.1. NetlifyNetlify helps you deploy not only static webs but also single-page applications and even complex e-commerce websites. Netlify allows you to
Zill Nguyen
Oct 17, 2022 | 4 min read
Load more posts