How to use Redux Toolkit in React
members

How to use Redux Toolkit in React

In this article, I will explain Redux and delve into Redux Toolkit. A collection of tools that simplify using Redux. These tools help make Redux less daunting and easier to use. What is Redux?Redux is
Timo
Timo
The Clean Architecture
members

The Clean Architecture

In this article, I mainly share about the idea, philosophy and importance features of Clean Architecture Clean Architecture is like all other architecture, it is multi-layer/layer architecture. The p
Rony Le
How can use ChatGPT in software development?
AI
members

How can use ChatGPT in software development?

ChatGPT is a powerful chatbot that can hold natural conversations and provide human-like responses. In addition, its ability to understand and solve code-related problems makes it an ideal tool for so
Quinn Vo
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