Tagged articles
14 articles
Page 1 of 1
Data Party THU
Data Party THU
Apr 23, 2026 · Artificial Intelligence

The Complete 2026 Agentic AI Engineer Roadmap: A Systematic Learning Path

This guide presents a step‑by‑step roadmap for becoming an Agentic AI engineer in 2026, covering Python fundamentals, LLM concepts, framework selection, advanced memory management, tool integration, production deployment, and interview preparation with concrete examples and best‑practice recommendations.

Agentic AILLMLangGraph
0 likes · 10 min read
The Complete 2026 Agentic AI Engineer Roadmap: A Systematic Learning Path
CodeTrend
CodeTrend
Apr 21, 2026 · Artificial Intelligence

AI Agents for Beginners: A Zero‑Prerequisite Course Overview

This article breaks down Microsoft’s open‑source AI‑Agent learning repository, explaining core concepts, five design patterns, production deployment considerations, and emerging protocols, while offering practical engineering guidance for building reliable multi‑agent systems from scratch.

AI agentsAgentic RAGMetacognition
0 likes · 10 min read
AI Agents for Beginners: A Zero‑Prerequisite Course Overview
DeepHub IMBA
DeepHub IMBA
Mar 27, 2026 · Artificial Intelligence

AI Agent Architecture: Chain‑of‑Thought, ReAct, and Tool Calls

From a simple black‑box view where an agent receives a user request and returns an answer, the article breaks down modern AI agent designs—detailing the pure Chain‑of‑Thought reasoning loop, the ReAct reasoning‑acting cycle, tool integration, iteration tuning, and how to choose the optimal architecture for production.

AI agentsChain-of-ThoughtLLM architecture
0 likes · 9 min read
AI Agent Architecture: Chain‑of‑Thought, ReAct, and Tool Calls
AI Waka
AI Waka
Mar 26, 2026 · Artificial Intelligence

Building Production‑Ready AI Agents with NVIDIA Nemotron: A Full‑Stack Guide

This guide explains how to assemble NVIDIA's Nemotron Speech, RAG, and Safety models into a low‑latency, secure production AI agent stack, covering performance benchmarks, multimodal retrieval, safety data sets, integration code, and deployment options for cloud, on‑premise, and edge environments.

Content SafetyEdge ComputingMultimodal Retrieval
0 likes · 9 min read
Building Production‑Ready AI Agents with NVIDIA Nemotron: A Full‑Stack Guide
Fun with Large Models
Fun with Large Models
Mar 15, 2026 · Artificial Intelligence

A Complete Guide to 2026’s Hottest Tech Concept: Agent Engineering

The article explains Agent Engineering—a systematic approach that turns nondeterministic large‑language‑model agents into reliable production‑grade applications through an iterative build‑test‑deploy‑observe‑improve loop, combining product, engineering, and data‑science thinking to address unpredictability and achieve continuous growth.

AI AgentData‑Driven OptimizationIterative Development
0 likes · 12 min read
A Complete Guide to 2026’s Hottest Tech Concept: Agent Engineering
Ray's Galactic Tech
Ray's Galactic Tech
Jan 17, 2026 · Operations

Mastering Enterprise Docker Compose: From Development to Production

This comprehensive guide walks you through Docker Compose fundamentals, file structure, advanced V2 syntax, security best practices, multi‑environment profiles, common commands, performance tuning, Kubernetes hand‑off, and a full set of enterprise‑grade recommendations for reliable production deployments.

DevOpsDocker Composebest practices
0 likes · 24 min read
Mastering Enterprise Docker Compose: From Development to Production
Efficient Ops
Efficient Ops
Oct 21, 2025 · Operations

Deploy n8n with Docker: Fast Setup, Production Config, and Database Guide

This guide explains what n8n is, compares it with Coze and Dify, and provides step‑by‑step instructions for quick installation via npx or Docker, detailed multi‑stage Dockerfile, production environment settings, database, SSL, Redis, monitoring, and backup strategies for reliable workflow automation.

n8npostgresqlproduction deployment
0 likes · 8 min read
Deploy n8n with Docker: Fast Setup, Production Config, and Database Guide
Code Mala Tang
Code Mala Tang
Jul 12, 2025 · Backend Development

Master FastAPI Static Files: Best Practices, Project Structure & Production Tips

Learn how to efficiently serve static assets like CSS, JavaScript, and images in FastAPI applications by installing necessary dependencies, organizing a scalable project structure, mounting static directories, rendering templates with Jinja2, and configuring production-ready setups with Nginx or CDN, while avoiding common pitfalls.

FastAPIJinja2Static files
0 likes · 6 min read
Master FastAPI Static Files: Best Practices, Project Structure & Production Tips
MaGe Linux Operations
MaGe Linux Operations
Jul 6, 2025 · Operations

Master Kafka Production: High‑Availability Cluster Deployment & Ops Best Practices

This comprehensive guide walks operations engineers through designing, deploying, and managing a high‑availability Kafka production cluster, covering automated ZooKeeper and Kafka installation scripts, performance tuning for producers and consumers, monitoring with Prometheus and Grafana, and automated health checks and recovery procedures.

high availabilityproduction deployment
0 likes · 28 min read
Master Kafka Production: High‑Availability Cluster Deployment & Ops Best Practices
Linux Ops Smart Journey
Linux Ops Smart Journey
Jul 18, 2024 · Operations

How to Install and Secure Docker in Production Environments

Learn step-by-step how to prepare your Linux server, download and install Docker 20.10.24 manually, configure daemon settings, set up systemd service, start and verify the engine, and apply essential security and optimization practices for reliable production deployments.

ContainerDockerLinux
0 likes · 5 min read
How to Install and Secure Docker in Production Environments
Architecture Digest
Architecture Digest
Apr 24, 2022 · Operations

Comprehensive Checklist for Deploying Web Services on Kubernetes in Production

This article presents a detailed checklist covering general information, application requirements, security and compliance, CI/CD practices, Kubernetes configuration, monitoring, testing, and 24/7 service team readiness to ensure reliable production deployment of HTTP‑based web services on Kubernetes.

Kubernetesci/cdproduction deployment
0 likes · 10 min read
Comprehensive Checklist for Deploying Web Services on Kubernetes in Production
DevOps Cloud Academy
DevOps Cloud Academy
Jul 29, 2021 · Operations

Ensuring the CI/CD Pipeline Is the Sole Path to Production

The article emphasizes that a CI/CD pipeline must be the exclusive route for deploying immutable artifacts to production, warning against direct local deployments, highlighting risks of lost traceability, and urging strict network-level controls to ensure only the pipeline can release code.

DevOpsOperationsPipeline
0 likes · 4 min read
Ensuring the CI/CD Pipeline Is the Sole Path to Production
Java Backend Technology
Java Backend Technology
May 23, 2019 · Backend Development

How to Deploy Tomcat in Production: Directory Separation, Soft Links & Scripts

This guide explains how to deploy Tomcat in a production environment by separating Tomcat and web‑app directories, using symbolic links for version upgrades, configuring CATALINA_HOME and CATALINA_BASE, and providing a custom startup script to achieve isolated configurations for multiple web applications.

Directory SeparationSoft LinksTomcat
0 likes · 8 min read
How to Deploy Tomcat in Production: Directory Separation, Soft Links & Scripts