Owen Conti

Using CSS Transitions with TailwindCSS v1.2

Posted on under TailwindCSS by Owen Conti.

TailwindCSS 1.2 adds the ability to apply CSS transitions right out of the box!

Escaping Antlers Output in Statamic via the `noparse` Tag

Posted on under Statamic by Owen Conti.

By default, when you output content from a field into a template, Statamic will attempt to run that content through the Antlers templating language.

React Error Boundaries

Posted on under React by Owen Conti.

React error boundaries allow you to prevent your React application from completely crashing in the event of an error in your code.

Laravel Dusk Error: "Chrome version must be between 70 and 73"

Posted on under Laravel by Owen Conti.

When using Laravel Dusk, you have to ensure you're using the correct Chrome Driver version based on the version of Chrome installed on the machine.

Setting Up PHP CodeSniffer for a Laravel Application

Posted on under Laravel by Owen Conti.

Here's how you can quickly get started with linting your PHP code using the CodeSniffer library.

How to Fix "cannot update unmounted component" Warning with React Hooks

Posted on under React by Owen Conti.

Learn how to properly unmount React components when using React Hooks.

GitHub Actions Workflow File for a Laravel Application

Posted on under Laravel by Owen Conti.

The following workflow script can be used as a starting point for building and testing a Laravel application with GitHub Actions.

Signing AWS CloudFront Requests with Laravel

Posted on under Laravel by Owen Conti.

If you upload files to AWS S3 via your Laravel application, but want to restrict access to those files, you can do so using signed requests.

"Nothing was returned from render." ReactJS Error

Posted on under React by Owen Conti.

Let's take a look at how you can fix this common error in React.

My Experience with Netlify Dev After a Couple of Hours of Using It

Posted on under Devops by Owen Conti.

Here's my review of Netlify Dev after a few hours of using it.

5 Keyboard Shortcuts to Navigate Your Code Faster

Posted on under Tips by Owen Conti.

Here are 5 keyboard shortcuts you can implement in any IDE to help navigate your code faster.

How to Handle Multiple Events with a Single Listener in Laravel

Posted on under Laravel by Owen Conti.

Laravel provides a simple way to declare event listeners out of the box via the EventServiceProvider class.

"Rendered fewer hooks than expected." ReactJS error

Posted on under React by Owen Conti.

Learn how to fix the "Rendered fewer hooks than expected." error with React Hooks.

"Hooks can only be called inside the body of a function component" ReactJS Error

Posted on under React by Owen Conti.

Let's review the rules of React Hooks, and how you can fix the "Hooks can only be called inside the body of a function component." error.

Laravel Request Logger Snippet

Posted on under Laravel by Owen Conti.

Here's a quick snippet to get HTTP request logging setup quickly in Laravel.

Improving the Performance of your Laravel Queue

Posted on under Laravel by Owen Conti.

Learn how to fix a potential performance problem when serializing models for Laravel jobs.

Laravel Forge Fails to Provision Servers on AWS

Posted on under Laravel by Owen Conti.

There's a common problem when using Laravel Forge to provision servers on AWS.

Deploying a Statamic Site to Netlify Using the Static Site Generator

Posted on under Statamic by Owen Conti.

With Statamic v3, you can generate static sites which means you can deploy to services such as Netlify, AWS S3, Now, etc.

There's No Such Thing as "Weird" in Programming

Posted on under Thoughts by Owen Conti.

Here's one of the first tips I'd give to beginner programmers.