PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

jeblister

@jeblister

711 Points 2 Followers

12 Posts

0 Answers

I'm currently a Web Developer building cool stuff with Astro, SvelteKit, Nextjs and Laravel. I post articles/videos here on Devdojo and code on GitHub.

Track of Page Views Using Supabase on a Sveltekit project

To keep track of page views on a SvelteKit project using Supabase, the following steps can be taken based on the information provided in the sources: ## 1. Set up a database hosted by Supab...

Exploring Data Fetching in SvelteKit's latest version

In this article, we'll examine how to fetch data in SvelteKit's latest version, including methods to fix any issues caused by the breaking changes. We'll discuss the fundamentals to help you...

Create a Custom Card Audio Player Component with Alpinejs and Tailwindcss

In this tutorial, we will show you how to create a custom audio player using Tailwindcss and **[Alpine.js](https://github.com/alpinejs/alpine).** I kept the backstory to 3 short paragraphs....

How to develop and test Laravel package in isolation?

![composer](https://bahiaxip.com/image/post/main/XnitqAbQ1JQQJbziNOS4qMNn5ktu9eSWDQZ7tT6T.jpg) In this post, I go over how to create a php package/library project with Composer and test it...

How to build a Searching Macro in Laravel

## What is a Macro in Laravel ? [Macro](https://laravel.com/docs/8.x/responses#response-macros) is a powerful feature of the Laravel framework. Laravel Macros allow you to add custom funct...

How to use  CSS Variables  for your Themes with TailwindCSS

In this article, we will create a custom utility classes for your Theme colors using CSS variables and Tailwindcss. ## 1. Define your variables ```bash // On your main css file :root { --...

Email verification using Jetstream and mailtrap

Laravel Jetstream includes login, registration, email verification... When a new user clicks on the **Sign up** button of an app, he or she usually gets a confirmation email with an activat...