New Jekyll Plugin for Link Attributes

New Jekyll Plugin for Link Attributes

Our website uses Jekyll, a static site framework. I chose Jekyll to help us manage a large amount of content. Managing all of our site content in a code repository means we can manipulate all sorts of things with a little bit of code. One thing I’ve wanted to do is...
Why We Use Ruby on Rails for Web Apps

Why We Use Ruby on Rails for Web Apps

New clients often ask why we use Ruby on Rails to build web apps. Unless they know a Rails developer, they probably haven’t heard of it. And Rails developers usually have very strong opinions about Rails. Oftentimes clients’ questions about Ruby on Rails are thinly...
Securing Sensitive API Calls with Nginx

Securing Sensitive API Calls with Nginx

A common web application architecture relies on a client-facing app that interacts with an API server. For example, you may build a React app that interacts with an API. We’ve worked on a number of projects where we interact with a third-party API that we do not...
How to Monetize Your App

How to Monetize Your App

Once you have an app idea, you’ll want to consider how to monetize your app. Choosing a monetization strategy will help you decide on a budget and validate your idea with your target market. Here are ways you can monetize your app: Paid apps Subscriptions In-app...
Critic: Flutter Friendly Bug Reporting

Critic: Flutter Friendly Bug Reporting

What is Critic? Critic is a platform developed by Inventiv Tools that allows for programmatic bug and feedback reporting from your mobile application. It is a system that allows product owners to receive instant feedback through a user friendly web portal. For...