Blog | Victor Afanasev Web Developer and Digital Nomad
Home

Ruby is my first love ❤️. Crystal is second.

0 Results
    • 6 Jun, 2018
    • tech

    How to create AWS restricted credentials (example for s3)

    1) Go to https://console.aws.amazon.com/iam/home?#/users and create new user then press next

    2) Set permissions for your user by Attach one or more existing policies directly and then press next

    Read More

    Share
    • devops
    • aws
    • 9 May, 2018
    • tech

    Simplest configuration block implementation for a ruby gem ever

    For my own gems, I want to have a configuration block, which usually looks like this:

    Yourgem.configure do |config|
      config.some_config = "foobarbaz"
    end
    

    Read More

    Share
    • ruby
    • gems
    ← Previous Page 2 of 2