Things of Test

In this blog, I will explore the role and responsibilities of an SDET (Software Development Engineer in Test), providing insights into different types of testing and popular test automation frameworks. While I will introduce various testing frameworks, the main focus will be on Robot Framework and pytest, highlighting their features, use cases, and advantages in modern test automation.

Read more
Use Terraform To Deploy AWS Resources

Terraform is a product by Hashicorp that uses Infrastructure as Code (IaC) to provision cloud infrastructure.
AWS EC2 within public subnet of VPC via Internet Gateway can curl www.google.com

Read more
Security Risks When Anti-Virus Software Expires

A Linux machine running an Apache web server(accessible to LAN clients) has its anti-virus (AV) software expired. What scenarios we need to concern?
A Linux Apache server with expired antivirus loses a critical defense layer, making it susceptible to stealthy attacks like backdoor scripts, brute-force attempts, and zero-day exploits targeting web applications.

Read more
Build Hexo Blog Deploying On Github

This is step-by-step guide walks you through creating a fast, static blog use Hexo, deploying it seamlessly to GitHub Pages for free hosting,
and styling it with Melody theme. One-time setup(config github, dependencies), maintain & develop by using Markdown,
modify js/css without worry about database.

Read more