
JASON LEUNG is a highly skilled technical professional with extensive experience in designing and developing complex enterprise systems for internal and external use. With a deep understanding of the latest technologies and best practices, he is able to architect solutions that meet the unique needs of each organization he works with.
Recent notes...more
REST Security Cheat Sheet - HTTP Return Code
October 20, 2023
HTTP status codes play a critical role in REST API as they provide a way for the server to communicate the outcome of an API request to the client. When designing REST API, don't just use 200 for success or 404 for error. Always use the semantically appropriate status code for the response. Let's take a look at some ways HTTP status codes are important to REST-based APIs.
Scan Images for Known Vulnerabilities - Trivy
October 19, 2023
Trivy is a comprehensive and versatile security scanner. Trivy has scanners that look for security issues, and targets where it can find those issues.
Build and Publishing Docker Image via GitHub Workflow
October 1, 2023
GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that build and test every pull request to your repository, or deploy merged pull requests to production.
Use Vagrant with VirtualBox
September 15, 2023
Single workflow to build and manage virtual machine environments - Vagrant is designed for everyone as the simplest and fastest way to create a virtualized environment.
Docker Compose Cheat Sheet
September 1, 2023
Docker Cheat Sheet