AI for Web Devs: AI Image Generation
In this post we create a Dialog component with Qwik before I share my strategy for dealing with the nuances of AI image generation with OpenAI.
In this post we create a Dialog component with Qwik before I share my strategy for dealing with the nuances of AI image generation with OpenAI.
Prompt engineering lets you modify AI behavior without changing application code. This post covers tools and techniques for prompt engineering.
Just some thoughts on life
Good things to understand when building AI applications: artificial neural networks, LLMs, parameters, embeddings, GPTs, and hallucinations.
Adding HTTP streaming to AI applications can improve perceived performance. This post covers the server side and client side requirements.
Make API request to OpenAI with fetch and Qwik forms, protect API keys with Qwik actions, and hide secrets with environment variables.
In this blog post, we start bootstrapping a web development project using Qwik and get things ready to incorporate AI tooling from OpenAI.
In this article, we implement several of the OWASP recommendations for file upload security. We also dive into malware scanning solutions.
This post covers what CDNs are, how they work, and why you need one. I also show you how to connect Akamai CDN to Object Storage.
Learn how to upload files directly to S3-compatible Object Storage from your Node application to improve availability and reduce costs.