Owen Conti

Hi, I'm Owen!

I build applications for the web, with a focus on rapid iteration.

My Tech Stack
1function backend() {
2 return ['laravel', 'php', 'hybridly', 'postgres', 'redis'];
3}
4function frontend() {
5 return ['tailwindcss', 'vuejs', 'reactjs'];
6}
7function services() {
8 return ['aws', 'cloudflare', 'docker', 'github', 'git'];
9}

My content on the web

Recent articles

How To Fix Query Execution Was Interrupted With AWS RDS

Posted on under Devops by Owen Conti.

"Query execution was interrupted" can sometimes be solved by increasing the storage size of your database.

Productive Alfred workflows for developers

Posted on under Tips by Owen Conti.

I've recently started using Alfred again as my global command palette on my machine. In this article, I'll go over a list of some of the workflows I use on a daily basis, and how they work.

How To Copy Heroku Postgres Database Across Environments

Posted on under Devops by Owen Conti.

Here's a one line command you can use to copy a Heroku Postgres database backup to a database in another environment.

How I use Calenderio to block time and reconcile my calendars

Posted on under Tips by Owen Conti.

Calenderio saves me time every day by automatically syncing my events and reconciling my calendars for me.

How to use Persistent Layouts with Inertia and Vue 3 Setup Script Syntax

Posted on under Vue by Owen Conti.

Here's a quick way you can support persistent layouts with Vue 3's setup script syntax.