Tagged articles
5 articles
Page 1 of 1
Frontend AI Walk
Frontend AI Walk
Jan 14, 2026 · Artificial Intelligence

Advanced Prompting: A Practical Guide to Breaking Linear Thinking with Tree of Thoughts (ToT)

The article explains how Tree of Thoughts (ToT) lets AI explore multiple solution branches, compares it with Chain of Thought (CoT), details its four core components, outlines pros and cons, shows when to use it, and provides concrete templates and examples—including a login‑system design, novel plot branching, and the newer AoT and GoT variants.

AI reasoningAoTCoT
0 likes · 13 min read
Advanced Prompting: A Practical Guide to Breaking Linear Thinking with Tree of Thoughts (ToT)
CSS Magic
CSS Magic
Dec 26, 2023 · Backend Development

Capturing Node.js HTTPS Requests with Charles: A Step‑by‑Step Guide

The article walks through the author's investigation of why a Node.js CLI tool using Got fails to route HTTPS requests through Charles, compares direct proxy versus reverse‑proxy strategies, and provides a step‑by‑step implementation using https‑proxy‑agent and Got with certificate verification disabled, enabling successful request capture.

CharlesGoTHTTPS proxy
0 likes · 6 min read
Capturing Node.js HTTPS Requests with Charles: A Step‑by‑Step Guide