Danh mục
Thẻ
Bài viết
Tìm kiếm ...
Góp ý
Sign-in
Danh mục
Data Structures
Data Structures
AI
artificial intelligence
TypeScript
strongly typed, object oriented
Flutter
open-source mobile UI framework
AWS
amazon web services
Front-end
front-end web development
Bài viết
admin
13/04/2024
🚀 Using Bitwise Oprators to build a RBAC in Node.js 🚀
In this article, I will illustrate to you how to build an RBAC in Node.js using Bitwise Operators.
0 Thích
Chia sẻ
0 Bình luận
admin
10/01/2024
How to integrate ChatGPT-3.5 Turbo into Node.js
Step-by-Step Guide to Incorporating ChatGPT-3.5 Turbo into Node.js for Basic ReactJS Applications
2 Thích
Chia sẻ
2 Bình luận
admin
12/06/2023
NodeJS Verify and Decode Cognito JWT Tokens
In this article, I will show you how to verify and decode the Cognito JWT Tokens token.
0 Thích
Chia sẻ
0 Bình luận
admin
08/08/2023
TypeScript Design Pattern - Bridge
Decouple an abstraction from its implementation so that the two can vary independently.
1 Thích
Chia sẻ
0 Bình luận
admin
07/08/2023
TypeScript Design Pattern - Singleton
The singleton ensures only a single install is created in a class and provides a method to access this instance everywhere in a codebase.
0 Thích
Chia sẻ
0 Bình luận
admin
09/06/2023
Create Cognito User Pool with AWS CDK
In the previous post, I showed you how to create a simple S3 bucket. Next, in this article, I will guide you to create a Cognito User Pool.
0 Thích
Chia sẻ
0 Bình luận
admin
08/08/2023
TypeScript Design Pattern - Adapter
This design pattern acts as a bridge between two different interfaces.
0 Thích
Chia sẻ
0 Bình luận
admin
07/08/2023
TypeScript Design Pattern - Prototype
The prototype pattern is one of the Creational pattern groups. The responsibility is to create a new object through clone the existing object instead of using the new key. The new object is the same as the original object, and we can change its property does not impact the original object.
0 Thích
Chia sẻ
0 Bình luận
Xem thêm