Jordan Baron
Coded by Jordan

Coded by Jordan

Follow
Follow
homePortfoliobadges

Put Yourself on the Blockchain: Creating an NFT on Solana

May 3, 20228 min read

Everybody is talking about NFTs these days. Non-fungible tokens, or NFTs for short, are pieces of data that live on the blockchain that can be used to...

Put Yourself on the Blockchain: Creating an NFT on Solana

Deploying a Vite app with GitHub Actions

Mar 25, 20223 min read

Push your changes and have GitHub Actions deploy your app for you. ยท GitHub Actions provides an easy way to integrate CD (Continuous Deployment) into...

Deploying a Vite app with GitHub Actions

How to Use Tailwind (and JIT) with SvelteKit

Nov 9, 20212 min read

Tailwind is my favorite CSS framework, and I've recently been using Svelte (with SvelteKit), which is becoming my favorite frontend framework. So how...

How to Use Tailwind (and JIT) with SvelteKit

Using AOS to Animate Elements When Scrolled To

Oct 3, 20212 min read

Today I will be teaching you how to animate elements when scrolled to using my own library, AOS. Not to be confused with AOS by Michael Snik....

Using AOS to Animate Elements When Scrolled To