Coding

232 articles

I Built a Vibe-Check Tool — AI Code Scoring Gone Wrong

I Built a Vibe-Check Tool — AI Code Scoring Gone Wrong

I built a vibe-check tool to score AI-generated code. After testing it, I was shocked by its findings: a 0/100 score on a fully AI-built codebase. Here's why.

By Kevin Liu6 min read
Helping My Dog Vibe Code Games: A Fun Dev Project

Helping My Dog Vibe Code Games: A Fun Dev Project

Learn to develop interactive code games for your dog using React and Next.js. Enhance your skills while bonding with your pet!

By Kevin Liu4 min read
Loading Smarter: SVG vs. Raster Loaders in Web Design

Loading Smarter: SVG vs. Raster Loaders in Web Design

Dive into the nuances of SVG and raster images in modern web design. Learn their capabilities and best practices for smarter loading.

By Kevin Liu4 min read
Exploring the Future of CSS: The :near() Pseudo-Class

Exploring the Future of CSS: The :near() Pseudo-Class

Explore the proposed :near() pseudo-class in CSS, its potential applications, and how to prepare for its arrival in web development.

By Kevin Liu4 min read
Exploring :near() Pseudo-Class: A New Frontier in CSS

Exploring :near() Pseudo-Class: A New Frontier in CSS

Explore the potential of the :near() pseudo-class in CSS, enhancing interactivity and user experience in web applications.

By Kevin Liu3 min read
Building a Privacy-First Emotion Analytics Pipeline in Healthcare

Building a Privacy-First Emotion Analytics Pipeline in Healthcare

Explore the engineering challenges of building a privacy-first emotion analytics pipeline for healthcare data, focusing on privacy, explainability, and governance.

By Kevin Liu5 min read
Run AI Locally: Turn Your Android Phone into a LLM Server

Run AI Locally: Turn Your Android Phone into a LLM Server

Discover how to transform your old Android phone into a local LLM server, enabling offline AI without reliance on cloud services.

By Kevin Liu4 min read
Reduce Cloud Storage Costs: Save Big with Lifecycle Policies

Reduce Cloud Storage Costs: Save Big with Lifecycle Policies

Is your cloud storage filled with untouched data? Learn how to cut costs by implementing lifecycle policies with Terraform, saving up to 94%!

By Kevin Liu7 min read
Sayiir: A Durable Workflow Engine in Rust with Python & Node.js Bindings

Sayiir: A Durable Workflow Engine in Rust with Python & Node.js Bindings

Explore Sayiir, a lightweight workflow engine built in Rust with seamless Python and Node.js bindings, designed to simplify complex process orchestration.

By Kevin Liu4 min read
I Built an AI Pipeline for Books: The Architecture Explained

I Built an AI Pipeline for Books: The Architecture Explained

Explore our AI book generation pipeline, structured like a compiler. Discover insights from generating over 50,000 books and how to improve your writing.

By Kevin Liu4 min read
Mastering API Error Handling Testing Before Production

Mastering API Error Handling Testing Before Production

Discover the importance of testing API error handling before production. Learn chaos testing techniques to ensure your application handles errors gracefully.

By Kevin Liu5 min read
Mastering React Router: Loaders, Actions, and Forms

Mastering React Router: Loaders, Actions, and Forms

Learn how to use React Router's Loaders and Actions to streamline data fetching and form submissions, enhancing your React applications' performance.

By Kevin Liu6 min read