Join us

Blog Search

53 results matching your request:

How to Build a Successful Tech Product with Minimum Marketing Budget

There comes the time in the life of a software development provider when the company management decides to launch their own product. A newbie in the sphere would definitely agree that having a strong dev team and a number of established software development processes are sufficient for taking the new business idea to the next level.

Last updated April 19, 2023 7 min read
Read more

How we saved $650 on Mixpanel monthly

We got acquainted with Mixpanel as a data analytics tool after trying out the Bitcoin Code App pretty long time ago and integrated it for few our clients. During last months we started active usage of Mixpanel integration on Railsware Labs products, like Smart Checklist add-on for JIRA, Mailtrap.io and even at railsware.com website to…

Last updated May 10, 2022 3 min read
Read more

Flexbox as a solution for browser reflow optimization

While we’ve been developing one of our products (Mailtrap), we needed to create 2 column page layout with inner blocks stretching down to the whole height of browser window with sticky footer and header. The page layout looks like this:This layout has several nesting levels which makes it more complicated to implement with pure CSS. Dynamic…

Last updated August 12, 2021 5 min read
Read more

API with Ruby on Rails: useful tricks

This article is about gotchas you should be aware of while building your API with Ruby on Rails. Controller tricks: API on Metal Sooner or later each Rails developer come to a point when he wants to build his first API.Among the first things you have to take care of are your controllers.If you want…

Last updated February 14, 2025 4 min read
Read more