Skip to content
View shotgundebugging's full-sized avatar

Block or report shotgundebugging

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
shotgundebugging/README.md

๐Ÿ‘‹ Hi, I'm Mircea

Software Engineer & Small Town Entrepreneur
Ruby and Bash enthusiast โ€ข Big data explorer โ€ข Former Buddhist monk


๐Ÿš€ About Me

I love building resilient systems and exploring the intersections of entrepreneurship and technology. My toolkit is lean but powerful: mainly Ruby and Bash, with a true appreciation for the elegance of simple, robust solutions.

While AI grabs the headlines, I've been diving into recent discoveries in big dataโ€”where meaningful insights often come from the unglamorous work of wrangling information at scale.


๐Ÿ“š Featured Content

  • Newsletter: Beyond Rails MVC
    A LinkedIn newsletter where I share deep dives, practical tips, and explorations "beyond" the classic Rails MVC pattern.

๐ŸŒŸ Fun Fact

I spent 1.5 years as a Buddhist monk.


๐Ÿ”— Connect with Me

**Want to know more about my work? Check out my repositories and letโ€™s connect!**

Pinned Loading

  1. raburebu raburebu Public

    RAils BUg REport RUnners: executable RSpec tests to validate reported issues and provide minimal reproducible examples.

    Ruby

  2. queue-linaire queue-linaire Public

    Cookbook MVP using Rails and React

    Ruby

  3. sequestrum sequestrum Public

    Run concurrent requests from a file using Sidekiq

    Ruby

  4. sequrist-log sequrist-log Public

    Pure Rack application which logs HTTP requests to papertrailapp.com

    Ruby

  5. sort & sort_by benchmark sort & sort_by benchmark
    1
    #!/usr/bin/ruby
    2
    
                  
    3
    require 'benchmark'
    4
    
                  
    5
    ary = []
  6. CSRF protection in Rails - #csrf_met... CSRF protection in Rails - #csrf_meta_tags
    1
    # actionview/lib/action_view/helpers/csrf_helper.rb
    2
    
                  
    3
    def csrf_meta_tags
    4
      if defined?(protect_against_forgery?) && protect_against_forgery?
    5
        [