Cody Jenson

@codercodyjenson

345 Points 7 Followers

11 Posts

0 Answers

User has not added any information in their about section.

Cody Jenson · 1 year ago

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...
4

Cody Jenson · 1 year ago

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...
2

Cody Jenson · 1 year ago

Using the Filament Table Builder

Tables are a common way to display data in your application. If you are building your application using Laravel you can take advantage of the Filament Table builder to add data tables to you...
5

Cody Jenson · 1 year ago

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...
5

Cody Jenson · 1 year ago

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...
3

Cody Jenson · 1 year ago

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]...
3

Cody Jenson · 1 year ago

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 can make a boring...
2

Cody Jenson · 1 year ago

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 popul...
2

Cody Jenson · 1 year ago

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 when retu...
3

Cody Jenson · 1 year ago

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...
2

Cody Jenson · 1 year ago

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/ht...
2

Loading More Content