Skip to content
View ChunAllen's full-sized avatar
  • Singapore

Organizations

@TeamSBK @OrderKo

Block or report ChunAllen

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

Pinned Loading

  1. AWS-CDA Public

    Exam Preparations for AWS Certified Developer Associate

    2

  2. ICT-Assessment-Certification-for-Software-Developer Public

    Exam preparations for ICT Assessment Certification

    3 2

  3. rails_docker Public

    Dockerized Ruby on Rails App

    Ruby

  4. atlassian_docker Public

    Running Atlassian Jira, Confluence, Bitbucket on premise

    Shell

  5. Spotify-Caster Public

    Twitter Bot that tweets a random song from followed artist per hour.

    Ruby 1

  6. Encryption using AES-256-CBC with Rails
    1
    module Crypt
    2
    
                  
    3
      class << self
    4
    
                  
    5
        ENCRYPTION_KEY = Rails.application.secrets[:encryption_key]