grep -r "Tutorials" /news · homesearch
grep -rli "Tutorials" /news

Tutorials

Full-text search across 1884 articles. Combine with topic and date filters; results sorted by relevance.

results 1884 page 16/95
00:00
2026-06-01
superml.org
large-language-models

Chain-of-Thought Prompting: Make LLMs Reason Step by Step

A tutorial on chain-of-thought prompting explains how to make large language models reason step by step, covering techniques like query rewriting, hypothetical document embeddings, and self-reflective retrieval. The guid…

00:00
2026-06-01
superml.org
ai-agents

Capstone: Build a Research and Report Agent

A tutorial on building a research and report agent using techniques like query rewriting, hypothetical document embeddings, and self-reflective retrieval was published. The guide covers evaluation, safety measures, and i…

00:00
2026-06-01
superml.org
large-language-models

Advanced RAG: HyDE, Query Expansion, and Self-RAG

An error page was displayed instead of the intended article on Advanced RAG techniques including HyDE, Query Expansion, and Self-RAG. The page offers navigation to tutorials or the homepage, and lists related topics such…

15:30
2026-05-27
dev.to
large-language-models

LLM Prompt Caching: The Complete 2026 Guide

Prompt caching can reduce LLM input costs by 50–90% and improve time-to-first-token by 3–10× without quality loss, according to a 2026 developer guide. The optimization stems directly from Transformer attention mechanics…

07:53
2026-05-23
dev.to
developer-tools

How To Build an Image Cropper in Browser (Simple Steps)

The article provides a tutorial for building a client-side image cropper using vanilla HTML5, CSS3, and JavaScript, leveraging the Cropper.js library for image manipulation. It emphasizes processing images entirely in th…

22:48
2026-05-22
dev.to
developer-tools

9 in 10 Docker Compose files skip the basic security flags

According to the article, a security audit of 6,444 public Docker Compose files found that approximately 90% of them are missing three basic security flags: `read_only: true`, `cap_drop: [ALL]`, and `no-new-privileges`. …

22:00
2026-05-22
dev.to
developer-tools

Building a semantic search API in Go with Meilisearch

This article provides a tutorial on building a semantic search API in Go using the Fiber web framework and Meilisearch, a typo-tolerant search engine. The architecture includes filter support, configurable typo tolerance…

21:04
2026-05-22
dev.to
developer-tools

I Built KubeCrash: Learn Kubernetes by Diagnosing Real Incidents

**Summary:** KubeCrash is a browser-based Kubernetes learning platform designed to teach operational thinking through realistic incident diagnosis, rather than passive tutorials. It features CKA-aligned lessons, advanced…

22:55
2026-05-21
dev.to
artificial-intelligence

AI Basics You MUST Understand Before Building AI Agent

Developers should understand foundational AI concepts like LLMs, tokens, context windows, embeddings, RAG, and APIs before building AI agents. It describes how LLMs predict text by splitting input into tokens, use contex…

15:58
2026-05-21
dev.to
artificial-intelligence

Build an AI-Powered Developer Portal with Backstage and .NET

Technical guide for platform engineers and .NET developers on building an AI-powered Internal Developer Portal (IDP) using Backstage. The tutorial explains how to create a .NET CLI tool that scans source code and uses a …

21:00
2026-05-20
dev.to
artificial-intelligence

5 Chinese AI tools with 100K+ stars that the West is ignoring

Five Chinese open-source AI tools—WeKnora, FastGPT, MaxKB, DB-GPT, and RAGFlow—each with over 100,000 GitHub stars, that have minimal English-language community support despite being production-ready and commercially lic…

00:14
2026-05-20
dev.to
developer-tools

We're hiring a DevOps Content Engineer – Remote LATAM

A company building an AI-driven "agentic OS" for DevOps is hiring a remote DevOps Content Engineer based in Latin America. The role requires 3–5 years of DevOps/SRE experience and involves creating technical content like…

13:30
2025-09-08
joshwcomeau.com
developer-tools

Color Shifting in CSS

The article explains how to create color-shifting effects in CSS for particle animations, starting with random RGB colors before switching to HSL for better control over hue, saturation, and lightness. The author discove…

12:57
2026-07-31
promptcube3.com
large-language-models

LangChain + Ollama: Run a Local LLM Without the Cloud Bill

LangChain 0.2.5 and Ollama 0.1.29 enable running local large language models like llama3.1:8b on a laptop without cloud costs, as demonstrated in a tutorial for developers. The setup uses the langchain-ollama package's C…

← prev page 16 / 95 next →