Click to skip to the main content.
Back to Blog

Blog Categories

Development View all

title

Rails Development with Docker Without Losing AutoReloading and AutoLoading

One of the most annoying things for me is working on a Rails project using Docker for development that is improperly configured, losing the automatic reloading of application constants and modules, forcing you to restart the Rails server each time you make a change.
Read in 6 minutes
title

How To Add Structured Data (JSON-LD) to Hugo

Prevent Hugo from adding backslashes to the URLs in your structured data.
Read in 1 minutes

Consulting View all

title

Why do I not sign NDAs?

As a consultant and developer, I’m often asked to sign NDAs (Non-Disclosure Agreements). Here are my top 5 reasons I will not and my 6 criteria for signing one.
Read in 5 minutes
title

How Much Does It Cost to Build a Web Application

Many factors can affect the price of building and maintaining a customer web application. There are also a few ways you can help mitigate costs. Just be careful; there are tradeoffs, and some decisions can be costly down the road, jeopardizing the success of your web application.
Read in 9 minutes
title

What is a Minimal Viable Product?

A Minimal Viable Product (MVP) has enough core features to test your business idea and attract early adopters to validate the idea, not the product.
Read in 2 minutes
title

How Do I Know My Digital Marketing Campaign Is Working?

Talking to other business owners who have hired digital marketing agencies, I have found a common theme of frustration on spending thousands and getting little results. So I want to share what I’ve learned and the one question I ask now to vet the agency.
Read in 6 minutes

Dev Ops View all

title

Using NGINX as a Reverse Proxy to Protect Cloud Storage Resources

Protect secure resources on a cloud storage service by integrating your current app and NGINX.
Read in 6 minutes
title

Using Env Variables in NGINX Configuration

How do you set up an NGINX server configuration to use a single config file for a multi-environment setup without having different config files for each environment?
Read in 2 minutes