Skip to content
View Synkevych's full-sized avatar
👀
Looking for a job
👀
Looking for a job
Block or Report

Block or report Synkevych

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

Roman @Synkevych

👨‍💻 Software Engineer

Full Stack Developer with 4 years of experience in developing and deploying commercial applications using Ruby, JavaScript and Python languages. Proficient in implementing SSO, generating PDF reports, and optimizing database queries. Automated infrastructure deployment on OpenStack, achieving a 3x speed increase through parallel computing. Assisted in establishing operational response systems for 10 state organizations.

💼 Recent public projects

🟢 SIMFLEX - dockerization of backward calculation using FLEXPART model and minimization of the results.

🟢 Money Spent Counter - a minimal expenses tracking application that uses Ruby on Rails framework, Devise, RSpec and Bootstrap.

🟢 Count Online Users - tracks whether a user is online or not(has opened webpage in browser) and count all online users. Uses ROR ActionCable, Fast_jsonapi, React, React Router DOM, Axios

🟢 Nested Rails Forms – helps to conduct surveys, you can create audit forms with a dynamic question field and then answer them. Uses ROR, Devise, RSpec and Materialize-sass

🟢 Flexpart Setup For OpenStack - a couple of bash scripts to load data and install flexpart with all the required libraries, run multiple virtual machines in OpenStack and basic commands for working with OpenStack. Helps to automatically configure flexpart.

SoftServe, Junior Software Engineer

🟢 projector - Pet-project similar in functionality to Trello, you can create your own boards in the task cardboards, set performers, add images, transfer cards between boards, and so on. Uses the modern bootstrap template Frest. Deployed to AWS instance with staging and production environment, covered with tests by 87%. Connected Amazon SES to send mails.

ІТФ ім. Боголюбова, Freelance

🟡 UA Hub project created using the WordPress plugin, configured backups and deployed to Ukrainian Cloud Infrastructure BITP(PHP, MariaDB, Apaches, WordPress).

🌐 Languages I use

⚙️ Some of the technologies and tools I have worked with

Pinned

  1. developer-roadmap developer-roadmap Public

    Roadmap to becoming a better web developer in 2021

    22 4

  2. projector projector Public

    Forked from Kv065RubySSTeam/projector

    Projector is a collaboration tool that organizes your projects, tasks or ideas.

    Ruby 13 1

  3. realtime_user_tracking realtime_user_tracking Public

    The simplest example of how ActionCable works - tracks whether a user is online or not.

    Ruby 6 3

  4. flexpart-on-openstack flexpart-on-openstack Public

    Automatic configuration for Flexpart that allows you to run calculations in parallel on several virtual machines

    Shell

  5. Basic commands for working with a Ra... Basic commands for working with a Rails project
    1
    ### Rails commands
    2
    
                  
    3
    `irb ` - command to launch ruby interpreter in any directory  
    4
    `rails c` - command lets you interact with your Rails application from the command line   
    5
    `reload!` - reload rails environment if you had changed model functionality  
  6. Bash Commands and Tips for Beginners Bash Commands and Tips for Beginners
    1
    ### Info about the system
    2
    
                  
    3
    `whoami`  current user name  
    4
    `hostname`  current pc name  
    5
    `cat /etc/os-release` - info about current system