UNIT TESTING's role in software testing
testing
members

UNIT TESTING's role in software testing

1. What is Unit Testing?Unit Testing is a type of software testing  to test each unit or function. This is the activity performed during software development by dev or QA. The main goal of unit testin
Guppy
How to confirm the SESSION in web applications ?
testing
members

How to confirm the SESSION in web applications ?

When it comes to "clearing cache", "cookies", everyone probably understands, but "session saving" is a concept that is probably still unfamiliar, especially for many QA/Tester. 1. The similarity betwe
Guppy
NodeJS Verify and Decode Cognito JWT Token
members

NodeJS Verify and Decode Cognito JWT Token

In this article, I will show you how to verify and decode the Cognito JWT Token. Before we go forward, let’s quickly make sure that we understand: What is JWT and what does it have? What is JWT?JWT (J
Timo
Timo
Introduction about gRPC and implement with Spring boot
members

Introduction about gRPC and implement with Spring boot

Quickly introduce the gRPC and how to implement with Spring boot
Roman Le
Mitigating Supply Chain Attacks in JavaScript and Python Development
members

Mitigating Supply Chain Attacks in JavaScript and Python Development

IntroductionSupply chain attacks pose a significant threat to developers in the JavaScript and Python ecosystems. These attacks involve compromising the software components used in the development pro
jake
JOI - API schema validation
members

JOI - API schema validation

Data validation is one of topics that I am interesting. I always review my code after developed features or fixed bugs. There are many places where need to validate data, it is really terrible. Some c
Timo
Timo
Sync secret from AWS Secret Manager to K8S.
members

Sync secret from AWS Secret Manager to K8S.

In the previous post, i showed how we synchronize secret from Vault to k8s, today with external-secrets.io i will guide you how to sync secret from AWS Secret Manager to k8s. I will use minikube for d
COPPER Nguyen
Using computed in VueJS & The difference between computed and methods
members

Using computed in VueJS & The difference between computed and methods

What is computed? and How to use it! Computed or Computed property is the place to process data on Vue.js, the data is processed from the properties returned in the data or a certain binding property.
Zill Nguyen
Zill Nguyen
Can we apply UIPath to automation testing?
testing
members

Can we apply UIPath to automation testing?

UIPath is primarily known as a popular Robotic Process Automation (RPA) tool used for automating repetitive tasks within business processes. However, UIPath can also be utilized for automation testing
SAMIYA NGUYEN