Select Color

Hi there, welcome!

I'm Thuong. A full stack developer, AWS solution architect associate
former SOC Analyst in Vietnam, AWS-certified
and fresh graduated in IT Security from TH Brandenburg in Germany.

I'm ready to build secure, scalable, and user-focused solutions with you.

  • My latest project is a secure email system that detects and warns users about phishing attempts by analyzing email headers, filtering messages based on poor mail server reputation and other criteria, and verifying authentication protocols such as SPF, DKIM, DMARC, DNSSEC, and DANE.
  • This site does not use cookies to track or collect visitor information; however, subdomains linked from the homepage may operate under different policies.
I can both help you develop your website and provide a wide range of web hosting services as well as improve the security of web application.As a teenager, I was curious to make websites that present my idea. Day by day they become more complex, firstly just static website with HTML, CSS and Javascript, then dynamic websites in PHP or Python, and I began to buy hosting and domain from 2016. So now I have collected several virtual servers over the world for multiple applications. If you need some resources for 3 months to 3 years, I can offer you a good price.
Quality of hosting serviceI am going to graduate my second bachelor's degree in IT Security soon and try my best to protect my data as well as yours. My virtual servers mostly are on data center tier 3 in worldwide. Quality of web hosting services from 3rd party should be tested a few months before they are joined the main net. To support information transparency and protect personal data, my price is low and apply for individual customers only. For most of personal blog or website, the minimum package is enough.
Other services
  • Programming in PHP, Javascript (mid-senior), Java, Python (fresher level), Go, C, Shell and pen test (low price because of newbie level)
  • Administration or backup for SME on behalf of CEO (server in NL)
  • Finance consulting in Vietnamese
PaymentCurrency: USD, EUR, VND, GBP
Payment methods: Paypal, Wise and Bank transfer for EUR or VND. Rate: 1USD=25k VND, 1USD=0.9EUR
def location(str):
    switcher = {
	"US": "United States"
	"EU": "Germany, Netherlands, France"
	"Asia": "Hong Kong, Singapore, Japan"
	"other": "UK & AU"
    }	

def main():
    area = ["US", "EU", "Asia", "other"]
    for str in area:
	print("You can choose to host your website in ", location(str) )
    interest = input("Are you interested in one? Yes=1/No=0")
    if interest == 1 :
	print("Minimum price for server in Asia is a bit higher than other regions, i.e. 1GB 2$/m, 10$/6m, 18$/1y; Asia from 3$/m, 10$/4m, 25$/1y.")
    elif interest == 0 :
	print("Sorry to hear that. What are you looking for?")
    else :
	print("Enter 1 or 0")
	
if __name__ == "__main__":
    main()
	  
public class Service {
    int price, periodMonth; String location;
    // constructor
    public Service(int p, int m, String l) {
	price = p; periodMonth = m; location = l;	        	
}
    // methods
    public void order(int packageCode) {
	System.out.println("Coming soon");
    } 
    public void backupIP(String l) {
	if (l.equals("Japan") || l.equals("Singapore") || l.equals("Hong Kong")) {
	    System.out.println("Singapore: 103.216.223.242")
	} else if (l.equals("Germany") || l.equals("Netherland")) {
	    System.out.println("Netherland: 173.249.28.29")
	} else if (l.equals("USA")) {
	    System.out.println("USA: 66.23.228.179")
	} else { System.out.println("Australia: 139.99.188.198") }
    }

    public class Individual extends Service {
	public int sale;
	public Individual(int price, int periodMonth, int discount) {
	    super(price, periodMonth);
	    sale = price * periodMonth * (1 - discount)
	}
    }

    public static void main(String args[]) {
	Service s1 = new Service(2, 2, "Vietnam");
	System.out.println("Sorry, I don't offer hosting in Vietnam because connection from VN to aboard often is throttled.")
    }
	  
Dive into IT Security
2023: Hello world Go
2022: Hi Python, JavaFX
2021: Hi HTML5, CSS3, NodeJS
2020: Hey Cyber Security

          
2018: Hello world C
2017: Hello world Java
2016: Hello world Python, Haskell





2009: Hello Drupal

          
2007: Hello Joomla

          
2005: Hello world PHP
2004: Hello world CSS
2003: Hello world HTML

2000: Hello world Pascal

H.Thuong Luong (Lương H. Thương)

I'm transforming my passion for technology into a profession by pursuing a degree in IT Security at the Technical University of Brandenburg, Germany. My journey began with a Bachelor's in International Finance & Banking from Foreign Trade University, followed by several years at VietinBank. While that experience gave me valuable insights into finance and corporate operations, I realized my true interests lay elsewhere—at the intersection of entrepreneurship, innovation, and technology.

Driven by curiosity and a love for problem-solving, I pivoted toward computer and cognitive science, and eventually specialized in IT security. Along the way, I’ve cultivated strong language skills (English & German – C1) as well as Certified Solutions Architect - Associate. Although this certification recently expired (July 2025), I continue to apply its principles—especially the design of scalable, secure cloud architectures—to deploy and manage services on VPS platforms across the globe. I focus on building resilient systems that follow best practices for security, performance, and cost-efficiency.
I'm now seeking opportunities in IT Security, where I can contribute to protecting digital infrastructure and user privacy.

My Skills

🔐 Security 💻 Development ⚙ Administration
Network Security Frontend (Javascript, HTML5, CSS3) Linux System Management
Cloud Security Backend (PHP, NodeJS, Python, Go) VPS Deployment & Hardening
Threat Assessment Database (MySQL, SQLite) CI pipeline (Jenkins) & Automation (Ansible)
Encryption & Decryption Version Control (Git) Docker & Kubernetes