Howdy, Welcome to My Blog
Written by Tony Lea - 3 minute read
As of Tailwind 1.7, you can create gradients without a single line of CSS 🎨. In this tutorial, I'll show you how easy it is to add gradients to your designs using Tailwind. Each gradient will typically have a few colors. It will have a start color an...
Written by Tony Lea - 2 minute read
Digital Ocean will soon be releasing a cool new Application Platform that will allow you to build, deploy, manage, and scale apps easier than ever before! If you already thought deploying apps with Digital Ocean was easy, you're in for a treat. A cou...
Written by Tony Lea - 3 minute read
Creating a slider with Tailwind and a little bit of javascript is actually very simple and that's what we'll be cover in this tutorial. First, we'll create the HTML and CSS for our slider, and then we will add the slider functionality with a little b...
Written by Tony Lea - 2 minute read
Tailwind transitions classes gives you the ability to animate elements with very little effort. The only problem is that you can't implement animations using the transition classes alone. In this tutorial, you will learn how we can solve this with so...
Written by Tony Lea - 3 minute read
Notice: This article will work with Alpine v2, if you are using V3 you can checkout this new article on Setting Alpine Data Outside of the Component or you may choose to use the new Alpine Store functionality 😉 I've been becoming a huge fan of Alpi...
Written by Tony Lea - 2 minute read
Tailwind 1.7 has been released with some really cool new features. Here are some of the cool things you should probably know about the latest version. Gradients I love a good gradient, and now inside of Tailwind 1.7 you can easily add some badass gra...
Written by Tony Lea - 3 minute read
There are so many great reasons to create a developer blog. If you're a developer and you do not have your own blog, you should be sure to check out the DevDojo Blogging Platform. In this article, I'll let you in on the top 9 reasons you'll want to c...
Written by Tony Lea - 4 minute read
TailwindCSS is the bees knees and creating simple elements with Tailwind is really easy. In this quick tutorial, I want to show you how to create a quick progress bar like the following: Adding TailwindCSS Let's start things off with adding the CDN ...
Written by Tony Lea - 2 minute read
Nowadays, creating a blog is easy. But, with all the different options available, you might go crazy by just doing the research. Should you choose WordPress and tweak the theme to get it the way you like, or a static site generator with no admin inte...
Written by Tony Lea - 1 minute read
Tailwind CSS version 1.6 was released last week. This new version does not introduce any new breaking changes, and it gives us some awesome animation utility classes. Animation Classes There are four default animations with the ability to create more...