We Make Web Applications

We Take Care Of

Clients Trusting Us

Testimonials

Projects In Production

StableL0x0p
StableL0x0p (Lebrijo)

Our Web Development Agency. This app is used to manage our clients projects besed on Agile and Ka...

RepeBox
RepeBox (Lebrijo)

Songs repertory management from composing to live projections.

ConnectEsp
ConnectEsp (Dobrin Vasilev)

Email Marketing Application to manage Campaigns for masive SMTP sendings

Remotely
Remotely (Soho Media ltd)

Find a remote job you love, research the fastest-growing remote companies, and hire experienced r...

Lobster
Lobster (Lobster)

Public affairs team management App

Patrimore
Patrimore (Upsale Group)

Finnancial assesment company

View our 30 published Projects

From our Blog

Upgrade Ruby and Rails
We have to keep our software updated for security and compatibility reasons. Our Rails systems are managed with RVM, so we can easilly ubgrade ruby...
Updating Chromedriver when system chrome is updated
I use Capybara for testing, with chrome extension. From time to time Ubuntu asks to update chrome to a newest version. This breaks compatibilty wit...
Initializing a Ruby Hash
Researching in the Hash ruby class, I needed to initialize values to 0. It is really easy, passing default value to construnctor:store = Hash.new(0...
New class Data for structs
Ruby 3.2 came with a new class Data to defile structs:Measure = Data.define(:amount, :unit) # Positional arguments constructor is provided distanc...
Capybara wait and timeout options
I usually use Rspec with Capybara, in order to create feature tests. These test views with a real browser. And sometimes we have triggering timeout...
Rubymine (Intellij) cannot launch because 'process 2' already running
When I want to startup my intellij on Ubuntu I get an error: "IDE Already Running", Cannot connect to already running IDE instance. CannotActivateE...