Skip to content
View iseitz's full-sized avatar
πŸ’­
www.linkedin.com/in/irina-karchebnaya-seitz
πŸ’­
www.linkedin.com/in/irina-karchebnaya-seitz

Block or report iseitz

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

Hello world! Welcome to Irina's GitHub!

I'm a junior Ruby on Rails developer who embarked on this coding journey through the Launch Academy Boot Camp, and I haven't looked back since. My experience includes maintaining a very custom Monolith system for an engineering education and conferences non-profit. There I've honed my skills in Ruby on Rails, SQL, Javascript, CSS, and HTML, with a primary focus on backend development. I implemented a full data migration of the system that happened while the company was walking away from the monolithic structure to the microservices, so I am now quite good with PostgreSQL databases. I have also tackled numerous website maintenance tasks and bug fixes.

🌍 With extensive remote work experience, I've learned to quickly adapt to different environments and thrive in virtual collaboration. Communication is my forte, and I enjoy both learning and teaching. I have a knack for explaining complex topics in simple and easy-to-understand terms. Outside of coding, I have a passion for photography, learning new languages, and exploring new places, making me an enthusiastic traveler and a versatile team player.

I am presently dedicated to my passion project, "Girlveloper", a comprehensive platform designed for teaching and learning. "Girlveloper" is crafted using Ruby on Rails. My goal is to empower underrepresented minorities in tech in the tech industry by providing the resources and education to thrive in the world of coding and technology.



⚑ Connect with me:


/irina-karchebnaya-seitz/ karchebnaya.irina@gmail.com iseitz iseitz



πŸ›  Languages and Tools:


aws bash bootstrap css3 git heroku html5 jasmine javascript mysql photoshop postgresql rails ruby solr vagrant



πŸ“Š Statistics:


iseitz iseitz

Pinned Loading

  1. girlveloper girlveloper Public

    This is a platform that allows people to follow the coding classes and teachers to upload their videos and follow their students

    Ruby

  2. Connect-4-Ruby Connect-4-Ruby Public

    Connect-4 game with tests. Ruby

    Ruby

  3. Find the maximum value in the hash -... Find the maximum value in the hash - Ruby (vowels, words count, temperature etc)
    1
    max = -1
    2
    vowels_hash.each do |vowel, frequency|
    3
     if frequency > max
    4
        max = frequency
    5
     end
  4. Dog-Closures-JS Dog-Closures-JS Public

    Creating the JavaScript closure - PHASE 9

    JavaScript

  5. Test-reverse-string-function Test-reverse-string-function Public

    Jasmine test written to check if the reverseString function is working as supposed. Testing for edge cases - PHASE 9

    JavaScript