I'm Thuong - a passionate web developer and
work as a SOC-Analyst as well
from Vietnam. Let us work together.
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 service
I 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
Payment
Currency: 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$/2m, 5$/6m, 8$/1y; Asia from 3$/2m, 5$/4m, 13$/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.")
}
I'm turning my passion into a career by studying online a degree in IT securiy at Technical University Brandenburg, Germany.
After graduating my first bachelor's degree in International Finance & Banking at Foreign Trade University und working at Vietinbank for a few years I found out that it wasn't my ideal career path. So I decided to choose a field based on my skills and interests, entrepreneurship and innovation, then computer and cognitive science. Language skills literally open doors for new opportunities. I am familiar with different languages and always try to communicate more effectively in English and German (C1).
My latest achievement is Certified Solutions Architect - Associate. This certification demonstrates my ability to design and implement distributed systems on AWS, following the best practices laid out by the AWS Well-Architected Framework.