#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Nga Hoang"
self.english_name = "Jacob"
self.role = "Software Engineer"
self.language_spoken = ["vi_VN", "en_US"]
self.resume = "https://github.com/ngahoangvan/resume/blob/master/resume.pdf"
self.blog = "https://ngahoangdev.com"
self.portfolio = "https://jhoangv.com"
def say_hi(self):
print(
"Greetings! Thanks for stopping by my GitHub. "
"Take a look around, and let's craft some code together."
)
me = SoftwareEngineer()
me.say_hi()
Cloud Services:
Programming Languages:
Tools and Services:
- How I built this website? - Jekyll and AWS (Part 3)
- How I built this website? - Jekyll and AWS (Part 2)
- Using Certbot to generate Let's Encrypt wildcard certificates
- Setup Jupyter Lab with Plotly
- How I built this website? - Jekyll and AWS (Part 1)