Programming / Web Development

What’s the Difference Between Sync, Async, Callbacks, and Promises? — Separating “How to Wait” from “How to Receive Results”

Rather than treating synchronous, asynchronous, Callbacks, Promises, async/await, and VBA's DoEvents as the same concept, we organize them by separating "how to wait" from "how to receive results."
Generative AI

Part 4: Eyecatch Mass-Production Workflow Using Character Sheets – Aligning Article Images with the Same Papanda

We organize the operational flow for mass-producing blog eyecatches by using the papanda925 Character Sheet v1 as the master reference, keeping the facial features, body type, and color scheme fixed while changing only the background, props, and poses.
Prompt & LLM Utilization

Making LLM Responses Easier to Verify: Comparing Output Formats by Changing a Single Parameter

We test a method to make LLM responses easier for humans to verify by using the same meeting notes while changing only the output format.
Prompt & LLM Utilization

Making LLM Responses Easier to Verify: Comparing Outputs by Changing a Single Format Setting

Using the same dummy meeting minutes, we compare how easy it is to review LLM responses before and after specifying the output format.
Prompt & LLM Utilization

Making LLM Responses Easier to Verify: Comparing Outputs with "Evidence" and "Unknown"

By changing just one part of the prompt with the same input, we compare how easy it is to verify responses that explicitly state the evidence and points of uncertainty.
Prompt & LLM Utilization

Do not simply sudo AI-generated commands: A 5-step checklist to read before execution

We outline how to check the scope of changes, permissions, destructive options, and rollback methods before executing AI-generated commands.
Google Cloud

What is a Google Cloud Project? Why is it required when using APIs?

This guide introduces Google Cloud Projects, which appear as soon as you start using Google APIs, from the perspective of beginners covering API enablement, authentication, permissions, billing, and environment separation.
Google Cloud

What is the difference between OAuth 2.0 and Service Accounts? Organizing Google API Authentication

This article clarifies OAuth 2.0 and Service Accounts, which are often confused in Google APIs, by looking at the difference between processes authorized by humans and operations run by applications themselves.
Google Cloud

What is the AdSense Management API? Organizing how earnings reports are automatically retrieved

We explain the positioning of the AdSense Management API v2, OAuth 2.0, report retrieval, and secure automation using beginner-friendly diagrams and practical examples.
Google Cloud

What is Gemini? Organizing How to Use Google's AI Assistant for Work

We explain Gemini as Google's AI assistant, breaking down the differences between general use, Workspace integration, and the developer-focused Gemini API.