Welcome to my page!
I'm Loi Nguyen, BackEnd developer from Ho Chi Minh, Viet Nam, currently living in Go Vap.
I post something about Rails and Web Development which are my experiences. These may help beginners. Interest in Rails Blog.
Please click to see my full information if you are interested.
class Loi < Person
def initialize
@name = 'Loi Nguyen'
@birthday = 1995
@email = 'phucloi.dev@gmail.com'
@educations = [
{
name: 'Ho Chi Minh City University of Technology and Education',
GPA: 7.0
},
{
name: 'VNUHCM - University of Information Technology',
GPA: 8.5
},
{
name: 'English',
GPA: 'B2'
}
@hobbies = ['Reading', 'Music', 'Coding']
end
def current_location
'3 Ward, Go Vap District, Ho Chi Minh City'
end
def skills
{
frontend: ['Vuejs', 'Tailwind CSS', 'JQuery', 'Stimulus'],
backend: ['Ruby On Rails', 'Nestjs'],
database: ['MySQL', 'PostgreSQL', 'Redis', 'Firebase', 'Kafka'],
deployment: ['GitLab CI/CD', 'CircleCI', 'GitHub Actions', 'Rancher'],
aws: ['DynamoDB', 'RDS', 'AuroraDB', 'S3', 'CloudFormation', 'Codebuild',
'CodePipeline', 'IAM', 'EC2', 'SES'],
gcp: ['VM instance'],
others: ['Sidekiq', 'Elasticsearch', 'Unit Test', 'Docker', 'Sentry',
'Swagger', 'CRM (Brevo)']
}
end
def main_stack
{
backend: 'Ruby On Rails',
database: 'MySQL', 'PostgreSQL'
}
end
end
- 👨💻 My Blog: rails-blog.online
- 👨💻 Dev Finding: devfinding.com
- 👨💻 Full Demo: Demo repo
- 👨💻 Others at: my repos
- ⚡ Asynapi: studio.asyncapi.com
- ⚡ Microservices: microservices.io
- ⚡ Better Specs: betterspecs.org
- ⚡ Ruby Style: rails.rubystyle.guide
- ⚡ Awesome Ruby: awesome-ruby.com
- ⚡ Rails SQL Injection: rails-sqli.org rorsecurity.info
- ⚡ Conventional Commits: conventionalcommits.org