Skip to content
View deekshithh's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report deekshithh

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. mysql2_ruby_aws_lambda mysql2_ruby_aws_lambda Public

    AWS Lambda(Ruby) sample code on how to include gems that have dependencies on native extensions like mysql2

    Ruby 2

  2. docker_commands docker_commands Public

    List the important docker commands for day to day use.

  3. Ruby code on how to use the Httparty... Ruby code on how to use the Httparty class for the consumption of jira external api.
    1
    module Jira
    2
      class User
    3
        include HTTParty
    4
        base_uri 'https://***.atlassian.net/rest/api/3/'
    5
    
                  
  4. To add a session variable to mysql i... To add a session variable to mysql in rails using mysql2 gem
    1
    default: &default
    2
      adapter: mysql2
    3
      encoding: utf8
    4
      host: localhost
    5
      variables: