top of page
Antivirus (AV) - CrowdStrike Falcon Quick Scan
Purpose Simple Scan S3 Bucket with CrowdStrike APIs Restful APIs with Postman Refer to the same pattern https://aws.amazon.com/blogs/apn/...
Anh Nguyen tuan
Jan 21, 20241 min read
Â
Â
Â
AWS - Mapping Template in API Gateway with VTL
Use Case: When API Gateway integrates with AWS Service (like SQS) and need to transform data by using Request & Response Template. AWS...
Anh Nguyen tuan
Mar 8, 20231 min read
Â
Â
Â


React - Redux: <1> Sample Project
Before I worked with Redux-toolkit, I had worked with Dvajs. It's a good framework. However, we should go with Redux-toolkit to know more...
Anh Nguyen tuan
Jul 12, 20221 min read
Â
Â
Â


Microservice - Spring: <3> Saga & Try-Confirm/Cancel
You can refer them from link: https://servicecomb.apache.org/docs/distributed_saga_3 Github from : https://seabird868.wixsite.com/kris-te...
Anh Nguyen tuan
Jul 9, 20222 min read
Â
Â
Â


Microservice - Spring: <2> Multi language for Error Message
We will install the dynamic multi language error message for projects on spring boot and spring cloud gateway. 1. Prerequisite Github...
Anh Nguyen tuan
Jul 9, 20222 min read
Â
Â
Â


Microservice - Spring: <1> Introduction
I will focus on main skills about microservices. Everything about microservices principle you can refer to this link...
Anh Nguyen tuan
Jul 9, 20221 min read
Â
Â
Â


AWS - Monitor: <1> Monitor Log & Resource Even & Stack Stuck
When you deploy to create resources on AWS, Cloud Formation will create a Stack and Stack will manage the process Create, Update, Delete...
Anh Nguyen tuan
Jul 8, 20221 min read
Â
Â
Â


AWS - Serverless: <4> Error Handler & Logging
1. Error Handler When lambda throw an Exception, it will push into the destination defined in DeadLetterQueue properties. Using a lambda...
Anh Nguyen tuan
Jul 8, 20221 min read
Â
Â
Â


AWS - EKS: Introduce
There are some courses to learn: Kubernetes: https://youtu.be/X48VuDVv0do Udemy courses: Kubernetes for Beginners: Google Cloud, AWS &...
Anh Nguyen tuan
Jul 8, 20221 min read
Â
Â
Â


AWS - Serverless: <3> Message event with S3 & SNS
Asynchronous event trigger is from S3 and SNS. S3 is Amazon Simple Storage Service to storage objects that offers industry-leading...
Anh Nguyen tuan
Jul 7, 20222 min read
Â
Â
Â


AWS - Serverless: <2> Security with API Gateway & API Keys
In order to prevent the api from attacker, we need to setup the security like API Keys. Prerequisite: Deploy successfully API 'customer'...
Anh Nguyen tuan
Jul 7, 20222 min read
Â
Â
Â


AWS - Serverless: <1> Programming & Lambda & DynamoDB
When we talk about Nano service, we are implying to 'Serverless Programming'. It's exactly a function that does ONE thing on cloud. AWS...
Anh Nguyen tuan
Jul 5, 20223 min read
Â
Â
Â
bottom of page


