Skip to content
View rubyhcm's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report rubyhcm

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rubyhcm/README.md

Hey! Nice to see you.

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 = '[email protected]'
     @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

🛠 Technologies and tools

🛠 Techs

Ruby on Rails   RSpec   Vue.js   Kafka   Swagger   Redis   Sidekiq   MVC   REST API   Grape API   GitLab   Git   Zoho Mail   SendGrid Mail   Brevo   MeiliSearch   Postmark

🛠 Deployments

Docker   github actions   CircleCI   Namecheap   Google Cloud Platform   Amazon Web Services (AWS)   Render   Nginx   Puma

📖 What I am currently learning / improving on

MongoDB   Firebase   Azure   Amazon Web Services (AWS)   Digital Ocean   Ghost Inspector  

📕 Somethings I did

🛠 Somethings make us better

Pinned

  1. rails-security-checklist rails-security-checklist Public

    This is checklist for security with ruby on rails

  2. rails-base-app rails-base-app Public

    Forked from zakariaf/rails-base-app

    An example of Rails 7 and Vue 3 app which is using Vite, and includes Docker configs for building production images and some of the useful tools to start your projects

    Ruby

  3. ruby-bookmarks ruby-bookmarks Public

    Forked from dreikanter/ruby-bookmarks

    Ruby and Ruby on Rails bookmarks collection

  4. awesome-ruby awesome-ruby Public

    Forked from markets/awesome-ruby

    💎 A collection of awesome Ruby libraries, tools, frameworks and software

  5. awesome-rails-gem awesome-rails-gem Public

    Forked from hothero/awesome-rails-gem

    A collection of awesome Ruby Gems for Rails development.

    Ruby

  6. design-patterns-in-ruby design-patterns-in-ruby Public

    Forked from davidgf/design-patterns-in-ruby

    GoF design patterns in Ruby