Tony Lea

Howdy, Welcome to My Blog

January 18, 2022

Introduction to Javascript Proxy

Written by Tony Lea - 3 minute read

What is a Javascript Proxy? Glad you asked because in this quick tutorial I'm going to teach you what they are and how to use them. But first, a quick definition. A Javascript Proxy is simply an object that listens for changes. Using a proxy you can ...

December 30, 2021

Ignoring Specific Elements in VS Code Beautify

Written by Tony Lea - 2 minute read

The Beautify VSCode plug-in is amazing for formatting and cleaning code. With a quick call to the plugin-in we can transform nasty looking HTML into a beautifully structured format 💅 The only thing that I hate is when it breaks up specific elements ...

October 27, 2021

Creating Modals in Laravel Livewire

Written by Tony Lea - 2 minute read

In this tutorial I will show you how to create simple modals in Laravel Livewire. We are going to make use of an awesome package called LivewireUI Modal. This package allows you to create some re-usable, extendable, and super sleek looking modals in ...

October 23, 2021

Setting Alpine Data Outside of the Component

Written by Tony Lea - 2 minute read

Using the new AlpineJS event system in version 3.0 we can easily set data from outside the component by using custom events. I had previously written an article where I showed you how to get and set data outside of the AlpineJS component scope using ...

October 18, 2021

TailwindCSS Scroll Snap Utilities

Written by Tony Lea - 2 minute read

When TailwindCSS v3 is released, we will have some awesome new utility classes to include in our pages. One of which is the the scroll-snap utilities. This will allow you to easily add simple scroll snapping to elements when a user scrolls the page. ...

October 8, 2021

Getting Started with Three JS

Written by Tony Lea - 5 minute read

ThreeJS is one of the most popular libraries for displaying 3D content on a webpage. You can see a lot of examples of the cool stuff you can create, by checking out their homepage. In this quick tutorial, I'll show you how to get started using and lo...

October 4, 2021

Tailwind V3 Alpha Release 🎉

Written by Tony Lea - 2 minute read

Last week, TailwindCSS version 3.0 alpha-release was announced with some really cool features and updates! {% giphy https://giphy.com/embed/oF5oUYTOhvFnO %} In this quick post I'll highlight some of those awesome new features. Just-in-Time, all the t...

September 20, 2021

Laravel Scopes

Written by Tony Lea - 2 minute read

Laravel scopes can come in really handy when you need to query data multiple times. It will also make your queries easier to read and manage. If you are unfamiliar with Laravel Scopes. This is the tutorial for you 😉. What are scopes There are two typ...

August 27, 2021

MarkdownX Editor 🎉

Written by Tony Lea - 3 minute read

Our MarkdownX editor is officially live and available on the DevDojo. It's also available for you to use in your TallStack applications 🍻. If this is your first time hearing about the MarkdownX Editor, continue reading to learn more about how it can ...

August 4, 2021

Include HTML inside of HTML

Written by Tony Lea - 2 minute read

I was searching for a simple solution that would allow me to include an HTML partial inside of another HTML file without a server-side language or the need for a javascript build process. When I searched the inter-webs for an easy solution, I stumble...

1 2 3 4 5 6 7 8 9 10 ... 19 20