Live data from Hacker News

Viewing profile — ArturT

ArturT

HN member
Joined
Wed, Apr 24, 2013, 7:15 PM UTC
HN karma
88
Public activity
56 items

About ArturT

No profile information was provided.

Recent public activity

  1. comment
    Comment #33664235

    I've created a knapsack ruby gem for CI parallelisation that has over 122 million downloads. Primarily due to the fact, Gitlab is using it. I spin off https://knapsackpro.com from …

  2. comment
    Comment #25874624

    I posted my add-on in Heroku Marketplace over a year ago https://elements.heroku.com/addons/knapsack-pro and did not see much organic leads from the marketplace itself. Anyone usin…

  3. story
  4. comment
    Comment #23227821

    Sidekiq Pro version was inspiration for me to create a pro version for my Ruby gem called knapsack that automatically splits tests in parallel on CI nodes/jobs. With the knapsack_p…

  5. comment
    Comment #22272735

    Maybe because of running Rails on Heroku is simpler than with Docker.

  6. story
  7. comment
    Comment #21633875

    If you have no tests at all I would start with simple E2E tests to ensure your critical parts of app are working like sign up page and billing. You can add later other important se…

  8. comment
    Comment #21614861

    knapsack_pro gem uses Knapsack Pro API which is paid. See more at https://knapsackpro.com It works similarly like tools for exceptions tracking, i.e https://www.honeybadger.io is p…

  9. comment
    Comment #21606879

    I started with writing open source Ruby gem https://github.com/ArturT/knapsack for running tests in parallel on CI and later I gave a talk on local meetup event for Ruby developers…

  10. comment
    Comment #21604477

    End-to-end tests tend to take a lot of time when project grows. Some tricks like recording API calls with Puffing Billy can help save some time but still majority time is spend in …

  11. comment
    Comment #20061094

    For annoying flaky features tests, I use rspec-retry gem to repeat the test a few times before marking it as failed. It helped for integration tests with external sandbox API. I no…

  12. story
  13. comment
    Comment #19052905

    Back in 2014 I work on a project where we had ~15min test suite running on CI and this was painful so I started working on open source solution knapsack for CI parallelisation for …

  14. story
  15. comment
    Comment #18983834

    I work on knapsack gem to split tests across parallel CI nodes. To do optimal balancing I developed a dynamic test suite split with Queue approach. Here is example for Travis CI ht…

  16. story
  17. story
  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #15570405

    Setup deployment takes some time so I prepared blog post and an example Phoenix app how to do it with edeliver, distillery and Ansible playbooks http://blog.lunarlogic.io/phoenix-a…

  23. comment
    Comment #15303518

    It's easy to lose yourself as a developer in problem-solving mode instead of looking at the big picture of a project. It's great to have people around you that reminds you the code…

  24. story
  25. story