JavaScript Variables — let, const, var, Scope, and Hoisting
JavaScript Variables — let, const, var, Scope, and Hoisting
A modern, ES6+ first guide to declaring variables in JavaScript — when to use const, when to use let, why var still exists, and how scope, hoisting, and the temporal dead zone actually work.
How to Use Prompts with OpenManus
How to Use Prompts with OpenManus
Practical prompt patterns for OpenManus — from web research and code generation to file operations and multi-step agent workflows.
A Concise History of JavaScript — From LiveScript to ES2024
How JavaScript went from a 10-day prototype in 1995 to the modern, standardised ECMAScript language powering the web, Node.js, and edge runtimes in 2024.
OpenManus for Local LLMs
OpenManus for Local LLMs
Install and configure OpenManus on Ubuntu — an open-source AI agent framework that connects to local LLMs via Ollama for automated task execution.
Open WebUI - A Browser Interface for Ollama Local LLMs
Open WebUI - A Browser Interface for Ollama Local LLMs
Install and configure Open WebUI on Ubuntu 24.04 — a ChatGPT-like browser interface for Ollama with document upload, multi-model support, and RAG.
How to Install Ollama and Run Local LLMs on Linux
How to Install Ollama and Run Local LLMs on Linux
Step-by-step guide to installing Ollama on Ubuntu 24.04, pulling open-source models, and running them locally on your own hardware for privacy.