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

Cody Jenson

@codercodyjenson

355 Points 7 Followers

11 Posts

0 Answers

User has not added any information in their about section.

Midjourney V5 and ChatGPT 4

Within the last couple weeks there have been some amazing new releases in the AI world including a new version of Midjourney and a new version of ChatGPT. These upgrades are pretty incredibl...

How to output the raw SQL query in Laravel

Laravel does a lot of magic behind the scenes when fetching data from the database. Luckily there are some really easy ways to get the raw SQL query so that you can understand everything tha...

Using the Filament Table Builder

Tables are a common way to display data in your application. If you are building your application using [Laravel](https://laravel.com) you can take advantage of the [Filament Table builder](...

Can AI help you write better tutorials

Technology has been evolving exponentially over the past few decades and artificial intelligence (AI) is no exception. AI has become a powerful tool for anyone involved in programming, espec...

What is a Javascript Proxy?

In computing, a proxy is an intermediary between two devices that provides security, administrative control, and/or caching services. A Javascript proxy is used to create a proxy object for...

AlpineJS - the new kid on the block

Alpine is one of the newest frameworks to hit the block, and in this article, I want to explain why I think this excellent javascript library has some serious potential 💪 [tailwindcss]...

TailwindCSS Ignore Typography

TailwindCSS has an excellent typography plugin that allows you to stylize a set of elements by applying a simple class `.prose` to the parent container. The [Typography plugin](https://tail...

Top Javascript Frameworks for 2023

Javascript is extremely popular, and there are many frameworks that can make your life easier. In this post, I want to share the top four **Javascript Frameworks** that will continue to be p...

Securing Data in Your Laravel API

Writing an API in Laravel is extremely easy 👌 It's just as easy returning a **response** in **json** format. Let me dig into a few examples 👇 to show you the best way to secure your data...

Intro to PixiJS

PixiJS is an open source html5 game and animation framework for creating visual interfaces. It has been used on a lot of popular game and interactive websites. It's pretty cool to see the th...

Simple Nodejs Local Server

When building a website, application, or game you may need to setup a local server. You can easily setup a local server using the NodeJS `http-server` package ([https://www.npmjs.com/package...