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 Remove a Stripped Allen Bolt

Posted on under Life by Owen Conti.

Stripped Allen bolts can be a real pain to remove. Here's how I used a torx bit to remove a stripped Allen bolt.

Local Laravel Development With HTTPS

Posted on under Laravel by Owen Conti.

Setting up HTTPS for your local Laravel development environment is easier than you may think.

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.