Skip to content

Salzam

A Tech Blog

  • Home
  • Categories
    • AWS
    • Rails
    • WordPress
    • Docker
    • ECS
  • Resume
  • Contact

Whats Cooking

gem-generator
Creating a Ruby gem using Thor generator
Rails
Rails: How to resolve db schema load bigint issue
AWS
Create CodeDeploy for Rails and Sidekiq Task Definition
  • Home
  • ruby-thor

Tag: ruby-thor

  • by salmansohail
  • gem-generatorruby gemsruby-thor

  • March 2, 2022March 3, 2022

Creating a Ruby gem using Thor generator

I have been writing ruby gems for sometime now and always wish that there could be a command that can generate the gem structure/boilerplate and all the things I love pre-configured for me. This is where Thor comes in handy. I am going to introduce you to Thor a.k.a the

Read More

Salman Sohail

Tech Lead, Australian Life Tech
Father of a young beautiful Princess

Detail-oriented programmer and architect with 10+ years’ success devising innovative and tailored solutions to meet ever-changing business requirements within diverse industries. Advanced skill with leading-edge programming tools complemented by proven ability to assimilate and rapidly utilize emerging technologies. Other than traditional software development, I also have experience with Augmented reality applications.

  • facebook
  • linkedin

Recent Posts

  • Creating a Ruby gem using Thor generator
  • Rails: How to resolve db schema load bigint issue
  • Create CodeDeploy for Rails and Sidekiq Task Definition
  • Create Codepipeline for Rails Project
  • Create RDS (MYSQL) database for Rails Project

Recent Comments

  • salmansohail on Putting all things together using AWS Task Definition
  • salmansohail on High Traffic WordPress website with Docker, AWS (ECS, Code Pipeline, Load Balancer, RDS, EFS) Complete Series
  • salmansohail on Push Rails Docker application to AWS ECR
  • salmansohail on Create Codepipeline for Rails Project
  • Hal on Create and Dockerize rails application with MYSQL and Sidekiq (Docker + Docker Compose)

Categories

  • AWS
  • AWS Organization
  • CodeBuild
  • CodePipeline
  • Docker
  • EC2
  • ECR
  • ECS
  • EFS
  • gem-generator
  • IAM
  • MYSQL
  • Rails
  • RDS
  • ruby gems
  • ruby-thor
  • Security Groups
  • Sidekiq
  • Slider
  • Wordpress

Latest Posts

AWSECS
Putting all things together using AWS Task Definition
Salzam