
Cody Jenson
@codercodyjenson
User has not added any information in their about section.


Midjourney V5 and ChatGPT 4
Written by Cody Jenson
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...


Using the Filament Table Builder
Written by Cody Jenson
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](...


What is a Javascript Proxy?
Written by Cody Jenson
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
Written by Cody Jenson
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
Written by Cody Jenson
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
Written by Cody Jenson
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
Written by Cody Jenson
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
Written by Cody Jenson
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
Written by Cody Jenson
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...