Skip to content
View shved270189's full-sized avatar

Block or report shved270189

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shved270189/README.md

Hello there 👋

class SoftwareEngineer
  attr_reader :name, :role, :location, :focus

  def initialize
    @name = "Ivan Bondarenko"
    @role = "Senior Software Engineer"
    @location = "Cracow, Poland"
    @focus = ["reliable web products", "clean architecture", "developer experience"]
  end

  def say_hi
    "Thanks for dropping by. I hope you find something interesting here."
  end
end

ivan = SoftwareEngineer.new
puts ivan.say_hi

Technologies & Tools

Languages:

Ruby JavaScript Python C TypeScript

Backend:

Ruby on Rails NestJS FastAPI

Frontend:

React Vue.js Ember.js Angular

Data & Messaging:

PostgreSQL Redis RabbitMQ Elasticsearch MySQL MongoDB

Infrastructure:

AWS Docker Google Cloud Linux Kubernetes

Developer Tools:

Vim Visual Studio Code Claude Code Codex

Where to find me

Website LinkedIn X Facebook Email me :)

Pinned Loading

  1. canopy canopy Public

    Canopy is an open-source Git client built for worktrees. Browse repos, switch between worktrees, and review changes without juggling multiple windows.

    TypeScript 2