Skip to content
View Shannarra's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report Shannarra

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

Hi there πŸ‘‹

Welcome to my profile, You can follow me if you're interested in my work

I'm a 22-years old programmer from Europe, I love algorithmsπŸ€“, tea🍡, books πŸ“š and programming in general.
If you're interested in my work you can follow me, I'll grately appreciate it!

  • πŸ”­ I’m currently working on Code Generation Tools and Algorithm-heavy projects
  • 🌱 I’m currently learning the new features of the Rust programming language, as well as React & Redux
  • πŸ‘― I’m looking to collaborate on any project, as long as it's interesting enough.
  • πŸ’¬ Ask me about algorithm analysis, Ruby, Rails and books πŸ˜ŽπŸ“šπŸ“šπŸ“š
  • πŸ“« How to reach me: petarangelov15@gmail.com, Instagram, LinkedIn

Pinned

  1. manageR manageR Public

    A system for managing learning institutions written in Rails 7.

    Ruby

  2. rails7template rails7template Public

    A Dockerized Rails 7 fully-featured template application with opt-in authentication support

    Ruby 1

  3. ex-ev ex-ev Public

    A simple expression evaluator πŸ’» written in pure Ruby πŸ’Žβ™¦οΈ

    Ruby 1

  4. A Git pre-commit hook for Ruby (on R... A Git pre-commit hook for Ruby (on Rails) and Rubocop that can be run on docker
    1
    #!/bin/bash
    2
    
                  
    3
    echo "\nRunning rubocop πŸ€– πŸš“ πŸ’¨ \n"
    4
    
                  
    5
    declare -a ERRORS=()
  5. HackerrankProblemSolving HackerrankProblemSolving Public

    Ruby solutions to Problem Solving tasks on HackerRank

    Ruby