Skip to content
View gourshete's full-sized avatar

Block or report gourshete

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
gourshete/README.md

Hi there 👋,

I am Swapnil, Full Stack Engineer with primary experience in Ruby on Rails.

  • 🔭 Based in Maharashtra, India.

  • 🎉 Apart from rails I enjoy AWS, Blogging, React, CSS

  • 🌱 I’m currently learning Docker, Kubernetes

  • 🚀 I write blogs at railsexamples.com

  • 💬 Ask me about cricket

  • 😄 Call me: स्वप्नील

  • ⚡ Fun fact: searching...

Pinned Loading

  1. gourshete.github.io gourshete.github.io Public

    Blog site - Ruby on Rails

    HTML 2

  2. save_image save_image Public

    A simple ruby library to save all images on a given url.

    Ruby

  3. Kubernetes useful commands Kubernetes useful commands
    1
    ### List all pods from all namespaces in current cluster
    2
    kubectl get pods --all-namespaces
    3
    
                  
    4
    ### Get info about specific pod
    5
    kubectl describe pods --namespace pod-name pod-id
  4. scambra/devise_invitable scambra/devise_invitable Public

    An invitation strategy for devise

    Ruby 2.7k 548

  5. Simple demonstration of web server c... Simple demonstration of web server calling to a Rack app and handling response
    1
    env = {
    2
      'REQUEST_METHOD' => 'GET',
    3
      'PATH_INFO' => '/hello',
    4
      'HTTP_HOST' => 'railsexamples.com',
    5
      # ...
  6. weather-react-app weather-react-app Public

    Simple weather app created while learning reactjs

    JavaScript