Git Product home page Git Product logo

hamster-travel's Introduction

Hi there ๐Ÿ‘‹ I'm a developer passionate about building great products, writing efficient code, and understanding complex systems. I mostly code in Ruby and Elixir, and occasionally use Go, JavaScript, and Rust.

Work

  • ๐Ÿถ Datadog: I work as a Ruby library developer at Datadog. Currently I am developing Ruby library for test visibility (datadog-ci gem) and acting as a maintainer and contributor for Datadog tracing library ddtrace.
  • ๐Ÿ›๏ธ Shopify: I led a team of 3 backend developers to build order management functionality for the Shopify Bundles app. We released the app in public beta and it is expected to be used by thousands of merchants. I also performed a deep dive on performance issues and discovered a garbage collection problem in the main Ruby on Rails monolith that powers Shopify.
  • ๐Ÿš— SHARE NOW: During the COVID-19 lockdown, I helped our engineering organization to mature and invest in building a competitive advantage for the future post-pandemic. I implemented a dynamic pricing system that increased fleet utilization by 20%, resulting in a 10% increase in profits over the holiday season. I also ensured the internal systems powering SHARE NOW were robust by rewriting the Vehicle Location Tracker, improving its maintainability and resilience.
  • ๐Ÿ—๏ธ kloeckner-i: I built Part Manager e-commerce app, which allowed clients to manage their steel contracts online. By utilizing the tools for concurrent data import provided by the Elixir language, I achieved a 6x increase in data import speed.

Side stuff

  • ๐ŸŒ Hamster Travel - a travel planner application.
  • ๐ŸŽฎ Igroteka - keeping track of my gaming backlog.

hamster-travel's People

Contributors

anmarchenko avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

hamster-travel's Issues

Metrics with Datadog

Backpacks module working

  • Building backpack from template
  • Resolve deprecation about phx_components
  • upgrade LiveView and petal
  • Backpack factory method
  • Create backpack form
  • Fetch backpacks for user
  • Show backpack
  • Edit backpack
  • Edit backpack items
  • Delete backpack items
  • Mark as done and undone
  • Edit list name
  • Add backpack item
  • Add list
  • Reorder items

CI pipeline

  • tests in GHA
  • lint in GHA
  • deploy to fly.io
  • Datadog pipeline visibility
  • junit xml tests upload to Datadog

Trip form

Current checklist

  • generate new phoenix app and generate with phx.gen.live posts to see how forms work
  • review todo_trek for examples of forms handling
  • debug how forms data flow
  • refactor TripForm component to centralize changeset/form handling logic
  • min, max for end_date field logic
  • money library and currencies select
  • for drafts dates are unknown by default
  • for finished trips dates are always known
  • translations
  • better error messages

Resources

https://www.phoenixframework.org/blog/phoenix-1.7-final-released
https://hexdocs.pm/phoenix_live_view/form-bindings.html
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date

Trip view: transfers

domain model thoughts

  • What is a transfer?
    • Transfer is a leg of some itinerary
    • Is itinerary a thing for hamster travel?
      • Yes, it is a combination of legs for a given day
      • Itinerary and leg are planning concepts
    • What is a leg? It is a combination of connection, date and price and comment
  • What is connection?
    • Connection is an aggregate
    • It encapsulates info about a way to get from city to city

Avatars

Cloudinary is an option
Imgproxy is another option
Using CDN like cloudflare

Trip view: hotels

Domain model thoughts

  • Hotels
    • Aggregate
  • Accommodation
    • Part of planning aggregate

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.