AI for Web Devs: Prompt Engineering
Prompt engineering lets you modify AI behavior without changing application code. This post covers tools and techniques for prompt engineering.
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.
Learn about the low-level concepts for dealing with multipart/form-data in Node.js and how to save file uploads to disk with a high-level solution.