Tagged articles
1387 articles
Page 1 of 14
SuanNi
SuanNi
May 6, 2026 · Artificial Intelligence

Deploy RecBole on a GPU Cloud to Learn Recommendation Algorithms

This guide explains how to launch the RecBole recommendation system image on the SumW GPU cloud, covering its key features, required setup steps, dependency installation tips, and a one‑line command to run a baseline model on an MLU accelerator.

GPU cloudMLUPyTorch
0 likes · 4 min read
Deploy RecBole on a GPU Cloud to Learn Recommendation Algorithms
Linux Tech Enthusiast
Linux Tech Enthusiast
May 5, 2026 · Fundamentals

100‑Slide PPT That Fully Explains Common Linux Commands

This article shares a 100‑page slide deck that systematically introduces and explains the most frequently used Linux commands, helping readers quickly grasp essential command‑line operations; it covers navigation, file manipulation, process control, permission management, networking utilities, and scripting basics, each illustrated with concise examples and usage tips.

LinuxPPTShell
0 likes · 1 min read
100‑Slide PPT That Fully Explains Common Linux Commands
Lisa Notes
Lisa Notes
Apr 23, 2026 · Fundamentals

Python Basics: Dictionaries – Access, Iterate, Merge, and Set Operations

This tutorial walks through essential Python data structures, showing how to retrieve a dictionary's length, keys, values, and items, iterate using four different patterns, merge dictionaries with update, and then introduces sets—covering creation, properties, and common operations such as add, update, pop, remove, discard, clear, and iteration—with concrete code examples and their outputs.

Data StructuresPythonSet
0 likes · 6 min read
Python Basics: Dictionaries – Access, Iterate, Merge, and Set Operations
Su San Talks Tech
Su San Talks Tech
Apr 20, 2026 · Artificial Intelligence

Boost Your Coding Efficiency with Claude Code: A Step‑by‑Step Guide

This article introduces Claude Code, an agentic command‑line AI coding assistant, explains its core features, walks through installation via Node.js, demonstrates a full Markdown editor project using Vue3, and details built‑in commands that streamline development tasks.

AI coding assistantClaude CodeTutorial
0 likes · 8 min read
Boost Your Coding Efficiency with Claude Code: A Step‑by‑Step Guide
Lisa Notes
Lisa Notes
Apr 17, 2026 · Fundamentals

Mastering Java’s this Keyword: A Beginner’s Guide from Scratch

This tutorial explains how the Java this keyword references the current object, showing its use for accessing shadowed member variables and invoking other constructors through clear code examples such as Point and Rectangle classes.

Object-OrientedTutorialconstructor chaining
0 likes · 6 min read
Mastering Java’s this Keyword: A Beginner’s Guide from Scratch
Liangxu Linux
Liangxu Linux
Apr 13, 2026 · Fundamentals

Master Linux Network Programming: From Echo Server to Mini HTTP Server

This guide walks beginners through progressive Linux network programming projects—starting with an Echo server, advancing to a concurrent chatroom, and culminating in a simple HTTP server—to solidify core concepts like TCP handshakes, socket I/O, and protocol handling.

LinuxNetwork programmingSocket
0 likes · 4 min read
Master Linux Network Programming: From Echo Server to Mini HTTP Server
Lisa Notes
Lisa Notes
Mar 29, 2026 · Fundamentals

Python String Formatting: % Placeholders vs f‑Strings Explained

This tutorial walks through Python's two main string formatting techniques—classic % placeholders and modern f‑strings—detailing specifiers like %d, %f, %s, %.2f, and providing concrete code examples that show how each method formats name, age, and salary variables.

PythonTutorialf-strings
0 likes · 3 min read
Python String Formatting: % Placeholders vs f‑Strings Explained
Lisa Notes
Lisa Notes
Mar 24, 2026 · Fundamentals

Python String Manipulation: strip, split, and join with Examples

This tutorial demonstrates how to use Python's strip, lstrip, rstrip, split, and join functions to remove characters, divide strings, and concatenate elements, providing code snippets and the corresponding output for each operation.

JOINPythonString Manipulation
0 likes · 3 min read
Python String Manipulation: strip, split, and join with Examples
Qborfy AI
Qborfy AI
Mar 17, 2026 · Operations

Install OpenClaw in Minutes: One‑Click Script, npm, and Cloud Options

This step‑by‑step guide shows how to install OpenClaw using five different methods—including the beginner‑friendly one‑click script, npm, macOS client, and cloud deployments on Tencent Cloud and Alibaba Cloud—covers prerequisite checks, API key configuration, service startup, and verification, and provides troubleshooting tips and advanced configuration options.

InstallationOpenClawTutorial
0 likes · 30 min read
Install OpenClaw in Minutes: One‑Click Script, npm, and Cloud Options
Lisa Notes
Lisa Notes
Mar 14, 2026 · Fundamentals

Mastering Common Nested if Statements in Python

This tutorial explains Python's nested if syntax, shows how single, double, and multi‑branch conditions can be combined, and walks through a practical ticket‑checking example that demonstrates input handling, conditional nesting, and the resulting output.

Control FlowPythonTutorial
0 likes · 3 min read
Mastering Common Nested if Statements in Python
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Mar 13, 2026 · Artificial Intelligence

How to Deploy OpenClaw AI Agent on Alibaba Cloud PAI‑DSW with One Click

This guide walks you through installing the OpenClaw AI agent framework on Alibaba Cloud's PAI‑DSW platform, covering why to choose PAI‑DSW, step‑by‑step deployment commands, model service configuration, accessing the Web UI, and real‑world use cases such as daily Q&A, file search, GPU monitoring, and automated experiment logging.

Alibaba CloudOpenClawPAI-DSW
0 likes · 11 min read
How to Deploy OpenClaw AI Agent on Alibaba Cloud PAI‑DSW with One Click
AI Software Product Manager
AI Software Product Manager
Mar 10, 2026 · Artificial Intelligence

How to Install and Configure OpenClaw AI Bot with Feishu Integration

This guide walks you through checking Node.js version, installing OpenClaw via script or npm, configuring personal mode, selecting a model provider and API key, setting up Feishu app credentials and permissions, managing versions, pairing the bot, and using common OpenClaw command‑line tools for operation and troubleshooting.

AI chatbotConfigurationFeishu
0 likes · 10 min read
How to Install and Configure OpenClaw AI Bot with Feishu Integration
Su San Talks Tech
Su San Talks Tech
Mar 9, 2026 · Backend Development

How to Connect OpenClaw with Enterprise WeChat in 3 Simple Steps

This guide walks you through installing the OpenClaw plugin, creating a WeChat Work robot, linking it to OpenClaw, and testing the connection, enabling AI assistants to operate within Enterprise WeChat without requiring public IPs or complex callbacks.

IntegrationOpenClawTutorial
0 likes · 5 min read
How to Connect OpenClaw with Enterprise WeChat in 3 Simple Steps
Lisa Notes
Lisa Notes
Mar 9, 2026 · Fundamentals

Learn Python from Scratch: Using if and if‑else Statements

This tutorial explains Python's three program structures, then details the syntax and execution flow of single‑branch if statements and double‑branch if‑else statements with concrete code examples and their corresponding outputs.

Control FlowPythonTutorial
0 likes · 4 min read
Learn Python from Scratch: Using if and if‑else Statements
Model Perspective
Model Perspective
Mar 8, 2026 · Artificial Intelligence

Deploy OpenClaw AI Agent on Your Server and Connect It to Feishu

This guide walks you through preparing the environment, installing OpenClaw, configuring its onboarding, creating a Feishu custom app, setting up event subscriptions and permissions, and finally pairing the AI agent so it can respond to Feishu messages.

AI AgentFeishuIntegration
0 likes · 15 min read
Deploy OpenClaw AI Agent on Your Server and Connect It to Feishu
Old Meng AI Explorer
Old Meng AI Explorer
Feb 28, 2026 · Artificial Intelligence

Unlock Claude Development: 15+ Real-World Examples to Jumpstart Your AI Projects

The article introduces the open‑source Claude Quickstarts repository, which provides over 15 ready‑to‑run examples—including multimodal image Q&A, function calling, and batch document analysis—along with step‑by‑step setup instructions, code snippets, and best‑practice notes to help developers quickly build Claude‑powered applications.

ClaudeFunction CallingGitHub
0 likes · 11 min read
Unlock Claude Development: 15+ Real-World Examples to Jumpstart Your AI Projects
Sohu Tech Products
Sohu Tech Products
Feb 25, 2026 · Artificial Intelligence

How to Replicate the Spring Festival Robot Dance: A Complete Video‑to‑Robot Motion Guide

This tutorial walks you through building a full video‑to‑robot motion pipeline—from installing the necessary repositories and environments, configuring GMR and PromptHMR, running command‑line tools, launching a multilingual Web UI, to exporting multi‑person trajectories and MuJoCo simulations—while highlighting common pitfalls and advanced considerations.

Embodied AIGitHubRobotics
0 likes · 15 min read
How to Replicate the Spring Festival Robot Dance: A Complete Video‑to‑Robot Motion Guide
BirdNest Tech Talk
BirdNest Tech Talk
Feb 22, 2026 · Mobile Development

Deploy OpenClaw on Android via Termux and ADB – A Step‑by‑Step Guide

This guide walks through installing Termux, Ubuntu, and OpenClaw on a Xiaomi Android phone, configuring developer options, connecting via ADB, installing the burner‑phone skill, capturing screenshots, and attempting click actions, while highlighting limitations when click debugging is unavailable.

ADBAndroidMobile Automation
0 likes · 5 min read
Deploy OpenClaw on Android via Termux and ADB – A Step‑by‑Step Guide
Lisa Notes
Lisa Notes
Feb 21, 2026 · Fundamentals

How to Convert Various Python Data Types to Integers

This tutorial explains why type conversion is needed in Python, describes the int(), str(), float() and bool() functions with their parameters, and provides a concrete example showing how to turn user input from a string into an integer for arithmetic.

PythonTutorialbool
0 likes · 4 min read
How to Convert Various Python Data Types to Integers
Lisa Notes
Lisa Notes
Feb 20, 2026 · Fundamentals

Master Python's input() Function: A Beginner’s Guide

This tutorial explains how Python's input() function works, covering its syntax, behavior, and return type, and provides concrete examples such as prompting for a password and age, illustrating how user input is captured and displayed in Python 3.

BeginnerPythonTutorial
0 likes · 4 min read
Master Python's input() Function: A Beginner’s Guide
Lisa Notes
Lisa Notes
Feb 17, 2026 · Fundamentals

Python Print Function: A Beginner’s Guide to Output

This article introduces Python's print() function, explaining its purpose of displaying program results and detailing each parameter—self, *args, sep, end, and file—so beginners can understand how to control output formatting and destinations.

PythonTutorialbasics
0 likes · 3 min read
Python Print Function: A Beginner’s Guide to Output
PMTalk Product Manager Community
PMTalk Product Manager Community
Feb 16, 2026 · Artificial Intelligence

7 Easy Ways to Use Seedance 2.0 for One‑Click Warm Chinese New Year Videos

This guide shows how ByteDance's multimodal AI video generator Seedance 2.0 can create up to 15‑second, music‑enhanced Spring Festival greeting videos, offering seven platform‑specific entry methods, ready‑made prompts for different styles, and practical tips to avoid common pitfalls.

AI video generationChinese New YearMultimodal AI
0 likes · 8 min read
7 Easy Ways to Use Seedance 2.0 for One‑Click Warm Chinese New Year Videos
Deepin Linux
Deepin Linux
Feb 9, 2026 · Fundamentals

Master Essential Linux Commands: A Beginner’s Hands‑On Guide

This comprehensive guide walks Linux newcomers through core command‑line fundamentals, covering command syntax, built‑in and external utilities, file and directory management, permission handling, process monitoring, networking tools, compression, package management, and advanced techniques like piping, find, grep, awk, and sed, with practical examples and tips for effective learning.

BashLinuxShell
0 likes · 38 min read
Master Essential Linux Commands: A Beginner’s Hands‑On Guide
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Jan 29, 2026 · Operations

Master Enterprise Monitoring with Zabbix: A Complete 7‑Chapter Guide

This guide provides a comprehensive, 7‑chapter, 159‑page tutorial on Zabbix, covering its architecture, planning, deployment, basic monitoring concepts, proxy setup, real‑world case studies, notification mechanisms, and automation techniques, enabling beginners to build and operate their own enterprise‑grade monitoring system.

NotificationProxyTutorial
0 likes · 4 min read
Master Enterprise Monitoring with Zabbix: A Complete 7‑Chapter Guide
Tencent Cloud Developer
Tencent Cloud Developer
Jan 27, 2026 · Cloud Computing

Deploy Clawdbot on Tencent Cloud Lighthouse in Minutes – Step‑by‑Step Guide

This tutorial walks you through deploying the AI‑powered Clawdbot agent on Tencent Cloud Lighthouse, covering server creation, SSH access, one‑click template installation, interactive onboarding configuration, model and Discord integration, gateway startup, pairing, and verification to achieve a continuously running personal AI assistant.

AI AgentClawdbotLighthouse
0 likes · 15 min read
Deploy Clawdbot on Tencent Cloud Lighthouse in Minutes – Step‑by‑Step Guide
Tencent Tech
Tencent Tech
Jan 9, 2026 · Frontend Development

Build an AI‑Powered WeChat Mini Program Using Free CloudBase Resources

This step‑by‑step guide shows WeChat Mini Program developers how to register, join the AI Mini Program Growth Plan, claim free CloudBase cloud and AI token resources, connect CloudBase via CodeBuddy, configure project templates, develop AI‑driven features, and debug the app with the WeChat Developer Tools.

CodeBuddyMini ProgramTutorial
0 likes · 7 min read
Build an AI‑Powered WeChat Mini Program Using Free CloudBase Resources
Tencent Technical Engineering
Tencent Technical Engineering
Dec 29, 2025 · Artificial Intelligence

Automate PPT Creation with CodeBuddy AI Skills: A Hands‑On Guide

This article walks through the common pain points of manual PPT preparation and shows how CodeBuddy’s document‑skills PPTX skill can automate slide generation, editing, and templating through step‑by‑step installation, configuration, and practical examples, including code snippets and visual results.

CodeBuddyPPT automationTutorial
0 likes · 36 min read
Automate PPT Creation with CodeBuddy AI Skills: A Hands‑On Guide
Old Meng AI Explorer
Old Meng AI Explorer
Dec 29, 2025 · Artificial Intelligence

Run 100B LLMs on a Laptop: How BitNet’s 1‑bit Quantization Makes It Possible

BitNet’s 1‑bit quantization shrinks model size and compute needs by tenfold, enabling ordinary CPUs and low‑power ARM devices to run 2B‑100B language models locally with acceptable speed, low power consumption, and near‑original quality, while providing simple installation and optional GPU acceleration.

BitNetCPU inferenceLLM quantization
0 likes · 10 min read
Run 100B LLMs on a Laptop: How BitNet’s 1‑bit Quantization Makes It Possible
php Courses
php Courses
Dec 22, 2025 · Backend Development

How to Retrieve the Current Working Directory in PHP with getcwd()

This guide explains the PHP getcwd() function, shows two practical code examples—one using getcwd() directly and another after changing directories with chdir()—and highlights important considerations such as server‑side paths and handling false returns.

FilesystemPHPTutorial
0 likes · 3 min read
How to Retrieve the Current Working Directory in PHP with getcwd()
php Courses
php Courses
Dec 12, 2025 · Backend Development

Build Your First Dynamic PHP Website in 6 Simple Steps

This guide walks you through setting up a PHP development environment, learning core PHP syntax, connecting to MySQL, handling HTML forms, assembling a minimal message‑board site, and exploring advanced topics like PDO, templating, OOP, and AJAX for richer web applications.

TutorialWeb Developmentdynamic website
0 likes · 7 min read
Build Your First Dynamic PHP Website in 6 Simple Steps
Raymond Ops
Raymond Ops
Dec 5, 2025 · Operations

Master Linux Routing in 3 Days: Proven Ops Secrets from a 10‑Year Veteran

This comprehensive guide walks you through Linux routing fundamentals, static and dynamic route configuration, advanced policy routing, troubleshooting tools, performance tuning, security hardening, and best‑practice case studies, enabling you to become a network specialist in just a few days.

LinuxSysadminTutorial
0 likes · 24 min read
Master Linux Routing in 3 Days: Proven Ops Secrets from a 10‑Year Veteran
php Courses
php Courses
Nov 21, 2025 · Backend Development

How to Safely Download and Set Up PHP Project Zip Packages

This guide explains where to find trustworthy PHP project zip files—such as from official sites, GitHub, or open‑source communities—then walks through the step‑by‑step download process, extraction, and essential post‑download checks like file integrity, installation instructions, server deployment, and PHP version compatibility.

DownloadTutorialsetup
0 likes · 4 min read
How to Safely Download and Set Up PHP Project Zip Packages
php Courses
php Courses
Nov 21, 2025 · Backend Development

Master PHP’s reset() Function: Retrieve First Elements and Traverse Arrays

This guide explains PHP's reset() function, showing its syntax, how it returns the first array element or false for empty arrays, and demonstrates practical examples for fetching the first element, iterating through arrays, and combining it with end() to obtain both first and last values.

ArrayTutorialfunctions
0 likes · 4 min read
Master PHP’s reset() Function: Retrieve First Elements and Traverse Arrays
php Courses
php Courses
Nov 17, 2025 · Backend Development

Master PHP’s array_multisort: Sort Multiple Arrays Efficiently

This guide explains the syntax, parameters, and practical usage of PHP’s array_multisort() function, showing how to sort several related arrays simultaneously with a concrete example that orders names and ages based on descending numeric scores.

BackendPHPSorting
0 likes · 4 min read
Master PHP’s array_multisort: Sort Multiple Arrays Efficiently
php Courses
php Courses
Nov 17, 2025 · Backend Development

Mastering PHP’s array_merge: Combine Arrays Like a Pro

This article explains PHP's powerful array_merge() function, shows its syntax, and provides three clear examples—merging two indexed arrays, merging multiple arrays, and merging associative arrays—while illustrating the resulting output and key‑overriding behavior for practical data handling.

BackendPHPTutorial
0 likes · 4 min read
Mastering PHP’s array_merge: Combine Arrays Like a Pro
Code Mala Tang
Code Mala Tang
Nov 16, 2025 · Fundamentals

Master Python Sets: Creation, Operations, and Quick Reference Guide

This guide explains Python sets—unordered, mutable collections of unique hashable items—covering their key characteristics, creation methods, set comprehensions, core API for adding, removing, and testing membership, as well as set algebra operations, practical examples, limitations, and a quick reference table.

CollectionData StructuresTutorial
0 likes · 7 min read
Master Python Sets: Creation, Operations, and Quick Reference Guide
Java Web Project
Java Web Project
Nov 14, 2025 · Backend Development

How to Build a Spring Boot Starter for Multi‑Cloud Object Storage (OSS)

This step‑by‑step guide explains why Amazon S3 is chosen as a universal protocol, walks through creating a Spring Boot project, defining configuration properties, implementing an OSS template, auto‑configuring beans, packaging the starter, and testing it against services like MinIO, Alibaba OSS, and Tencent COS.

Amazon S3OSSSpring Boot
0 likes · 15 min read
How to Build a Spring Boot Starter for Multi‑Cloud Object Storage (OSS)
php Courses
php Courses
Nov 11, 2025 · Backend Development

Mastering PHP’s feof(): Detect End‑of‑File Efficiently

This article explains PHP’s built‑in feof() function, detailing its syntax, parameters, return values, and provides a complete code example that reads a file line‑by‑line, checks for end‑of‑file, and demonstrates proper use of fopen(), fgets(), feof() and fclose() to manage resources.

PHPTutorialfeof
0 likes · 4 min read
Mastering PHP’s feof(): Detect End‑of‑File Efficiently
HyperAI Super Neural
HyperAI Super Neural
Nov 11, 2025 · Artificial Intelligence

How Deepseek-OCR Achieves SOTA Using Ultra‑Low Visual Token Counts

Deepseek-OCR leverages a visual‑compression approach, combining DeepEncoder and the DeepSeek3B‑MoE‑A570M decoder, to represent document text with far fewer visual tokens, achieving up to 97% OCR accuracy and surpassing GOT‑OCR2.0 and MinerU2.0 on OmniDocBench, while the article offers a one‑click deployment tutorial.

DeepEncoderLLMOCR
0 likes · 6 min read
How Deepseek-OCR Achieves SOTA Using Ultra‑Low Visual Token Counts
DevOps Coach
DevOps Coach
Nov 9, 2025 · Fundamentals

Master Git Basics: From git init to Advanced Branch Management

This step‑by‑step guide walks developers through essential Git commands—from initializing a repository and checking status to staging, committing, branching, merging, stashing, and pushing changes—providing clear examples and code snippets for everyday version‑control workflows.

GitTutorialVersion Control
0 likes · 10 min read
Master Git Basics: From git init to Advanced Branch Management
php Courses
php Courses
Nov 7, 2025 · Backend Development

Build a Simple PHP Web Crawler on Linux: Step-by-Step Guide

This article explains how to create a basic PHP web crawler on a Linux system, covering prerequisite installations, script development with cURL and DOMDocument, execution commands, and sample output, while emphasizing legal and ethical considerations for web scraping.

DOMDocumentLinuxPHP
0 likes · 4 min read
Build a Simple PHP Web Crawler on Linux: Step-by-Step Guide
Raymond Ops
Raymond Ops
Nov 1, 2025 · Cloud Computing

Step-by-Step Guide to Deploying OpenStack on VMware: From Single Node to Dual Node

This comprehensive tutorial walks you through configuring VMware NAT networking, setting up Linux network interfaces, customizing yum repositories, installing OpenStack components on both single‑node and dual‑node (controller + compute) setups, and managing Keystone, Nova, and Neutron services with practical command examples.

LinuxOpenStackTutorial
0 likes · 30 min read
Step-by-Step Guide to Deploying OpenStack on VMware: From Single Node to Dual Node
Python Programming Learning Circle
Python Programming Learning Circle
Oct 30, 2025 · Game Development

Build a Simple Alien Shooter Game with Python and Pygame – Step‑by‑Step Tutorial

This tutorial walks you through creating a basic alien‑invader shooter using Python's Pygame library, covering essential game libraries, class design for Game, Alien, Hero, Generator, and Rocket, collision detection, win/lose logic, and provides the complete source code with explanations.

Alien ShooterCode ExampleGame Development
0 likes · 10 min read
Build a Simple Alien Shooter Game with Python and Pygame – Step‑by‑Step Tutorial
Data STUDIO
Data STUDIO
Oct 30, 2025 · Databases

Master MongoDB with Python: Complete Guide to CRUD Operations

This tutorial walks through installing MongoDB and PyMongo, establishing a connection, selecting databases and collections, and demonstrates how to insert, query, count, sort, skip, limit, update, and delete documents using both legacy and modern PyMongo methods, complete with code examples and operator references.

CRUDMongoDBTutorial
0 likes · 14 min read
Master MongoDB with Python: Complete Guide to CRUD Operations
Su San Talks Tech
Su San Talks Tech
Oct 24, 2025 · Backend Development

Master Java 8‑24: Essential Features, Code Samples & Modern Practices

This comprehensive guide walks through Java versions from 8 to 24, highlighting key language enhancements, new APIs, performance improvements, and practical code examples, while also covering modern features such as records, sealed classes, virtual threads, and stream gatherers for developers seeking up‑to‑date Java expertise.

Tutorialfeaturesjava
0 likes · 48 min read
Master Java 8‑24: Essential Features, Code Samples & Modern Practices
Open Source Tech Hub
Open Source Tech Hub
Oct 23, 2025 · Information Security

How to Embed and Extract Blind Watermarks in Images with Python

This guide explains the concept of blind watermarking for image copyright protection, shows how to install the blind-watermark Python package, and provides step‑by‑step code examples for embedding and extracting both text and image watermarks while preserving the original visual appearance.

PythonTutorialblind_watermark
0 likes · 4 min read
How to Embed and Extract Blind Watermarks in Images with Python
HyperAI Super Neural
HyperAI Super Neural
Oct 23, 2025 · Artificial Intelligence

Hands‑On Tutorial: HuMo‑1.7B Multimodal Video Generation Framework for Unified Text‑Image‑Audio Creation

The article introduces HuMo‑1.7B, a multimodal video generation framework that jointly processes text, reference images, and audio, achieves SOTA performance on several sub‑tasks, and provides a step‑by‑step tutorial for running the model on the HyperAI platform with detailed resource and parameter guidance.

AI diffusion modelHuMoHyperAI
0 likes · 6 min read
Hands‑On Tutorial: HuMo‑1.7B Multimodal Video Generation Framework for Unified Text‑Image‑Audio Creation
Code Mala Tang
Code Mala Tang
Oct 14, 2025 · Fundamentals

Master Python 3.10's Structural Pattern Matching: From Basics to Advanced

This article introduces Python 3.10's powerful structural pattern matching, showing how the new match/case syntax replaces complex if/elif/else chains, supports pattern deconstruction, guards, type checks, and works with sequences, dictionaries, and objects to write clearer, safer, and more expressive code.

GuardsPythonStructural Matching
0 likes · 13 min read
Master Python 3.10's Structural Pattern Matching: From Basics to Advanced
Raymond Ops
Raymond Ops
Oct 1, 2025 · Fundamentals

Master Typora: Install, Activate, Theme & Image Bed Setup in One Guide

This comprehensive guide walks you through Typora’s key features, step‑by‑step installation, activation, theme customization, local image handling, and configuring popular image‑hosting services like PicGo, SM.MS, Tencent COS, and Alibaba OSS, plus essential keyboard shortcuts for efficient markdown editing.

Image HostingInstallationTutorial
0 likes · 22 min read
Master Typora: Install, Activate, Theme & Image Bed Setup in One Guide
php Courses
php Courses
Sep 29, 2025 · Backend Development

Build a Simple PHP MVC Framework from Scratch – Step‑by‑Step Guide

This tutorial walks you through creating a basic PHP MVC framework, covering the MVC pattern concepts, required prerequisites, project setup with Composer, directory structure, core components like routing and controllers, view rendering, model creation, and testing the application.

ComposerMVCPHP
0 likes · 8 min read
Build a Simple PHP MVC Framework from Scratch – Step‑by‑Step Guide
php Courses
php Courses
Sep 29, 2025 · Backend Development

Build a Simple PHP Router from Scratch: Step‑by‑Step Guide

This tutorial walks you through creating a lightweight PHP router—from understanding routing fundamentals and setting up project structure to writing the core Router class, configuring URL rewriting, defining routes with parameters, testing, and exploring extensions—empowering you to grasp framework internals and handle HTTP requests without a full‑stack framework.

HTTPPHPRouter
0 likes · 11 min read
Build a Simple PHP Router from Scratch: Step‑by‑Step Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 28, 2025 · Fundamentals

10 Fun Linux Commands Every IT Enthusiast Should Try

This guide introduces ten entertaining Linux commands, explains how to install each with apt‑get, and shows sample outputs—including rev, asciiview, sl, aafire, cmatrix, factor, oneko, boxes, xeyes, and pv—so readers can explore playful terminal utilities on their own systems.

ASCII artTutorialcommand-line
0 likes · 5 min read
10 Fun Linux Commands Every IT Enthusiast Should Try
php Courses
php Courses
Sep 26, 2025 · Backend Development

Master PHP’s fread(): Read Files Efficiently with Code Examples

This article explains PHP’s fread() function, its syntax, parameters, return values, and provides a complete example showing how to open a file, read its contents, output them, and properly close the handle, including optional offset usage.

BackendPHPTutorial
0 likes · 4 min read
Master PHP’s fread(): Read Files Efficiently with Code Examples
BirdNest Tech Talk
BirdNest Tech Talk
Sep 25, 2025 · Artificial Intelligence

How to Install and Configure LangChain for LLM Development

This guide walks you through installing the LangChain library, adding model‑specific packages, verifying the setup with a Python script, configuring API keys via environment variables or a .env file, and preparing to use OpenAI‑compatible models such as DeepSeek or Qwen.

API keysEnvironmentInstallation
0 likes · 8 min read
How to Install and Configure LangChain for LLM Development
Python Programming Learning Circle
Python Programming Learning Circle
Sep 24, 2025 · Fundamentals

Master Python Decorators: From Basics to Advanced Patterns

This comprehensive guide walks you through Python decorators, covering basic function decorators, parameterized decorators, class-based decorators, decorator factories, real-world applications such as routing, permission checks, and caching, and concludes with best practices, pitfalls, and a roadmap for deeper learning.

AdvancedTutorialcode
0 likes · 11 min read
Master Python Decorators: From Basics to Advanced Patterns
php Courses
php Courses
Sep 19, 2025 · Backend Development

Master PHP’s rename() Function: Rename Files & Directories Easily

This article explains how to use PHP's rename() function to rename files and directories, covering its syntax, parameters, return values, practical code examples for both files and folders, and important permission considerations.

Tutorialfile managementrename
0 likes · 3 min read
Master PHP’s rename() Function: Rename Files & Directories Easily
Alibaba Cloud Native
Alibaba Cloud Native
Sep 17, 2025 · Cloud Native

Deploy Dify AI Platform on Alibaba Cloud SAE in Two Simple Steps

This guide explains how to quickly deploy the open‑source Dify AI platform on Alibaba Cloud's Serverless Application Engine, covering the challenges of private deployment, the benefits of SAE's one‑click solution, and detailed step‑by‑step configuration to achieve a production‑grade AI service.

AI deploymentAlibaba CloudDify
0 likes · 5 min read
Deploy Dify AI Platform on Alibaba Cloud SAE in Two Simple Steps
Raymond Ops
Raymond Ops
Sep 16, 2025 · Fundamentals

Master Git Basics: From Repository Creation to IDEA Integration

This guide walks you through creating a remote GitHub repository, cloning it locally, using essential push/pull commands, and integrating Git operations within IntelliJ IDEA, providing clear step‑by‑step instructions and command examples for effective version control.

IDEATutorialcommand-line
0 likes · 5 min read
Master Git Basics: From Repository Creation to IDEA Integration
php Courses
php Courses
Sep 12, 2025 · Backend Development

Master PHP’s implode(): Combine Arrays into Strings Efficiently

This article explains how PHP's implode() function joins array elements into a string, covering basic usage with separators, handling of nested arrays, and the special case of omitting the separator, all illustrated with clear code examples.

ArrayStringTutorial
0 likes · 4 min read
Master PHP’s implode(): Combine Arrays into Strings Efficiently
Data Party THU
Data Party THU
Sep 3, 2025 · Artificial Intelligence

Exploring Multimodal Generative AI: A Tsinghua Tutorial at IJCAI 2025

This article introduces a 1.5‑hour tutorial presented by Tsinghua researchers at IJCAI 2025, covering the latest advances in multimodal generative AI, including multimodal large language models, diffusion models, post‑training generalization techniques, and unified understanding‑generation frameworks.

Diffusion ModelsGenerative ModelsIJCAI 2025
0 likes · 5 min read
Exploring Multimodal Generative AI: A Tsinghua Tutorial at IJCAI 2025
Python Programming Learning Circle
Python Programming Learning Circle
Sep 2, 2025 · Fundamentals

10 Essential Python Libraries Every Developer Should Master

This article introduces ten highly useful Python libraries—youtube‑dl, Pillow, BeautifulSoup, pdfplumber, pyperclip, pydub, requests, pyautogui, Scrapy, openpyxl, and MoviePy—detailing their purpose, installation commands, and concise example code to help developers quickly apply them in real projects.

Code ExamplesDevelopmentPython
0 likes · 9 min read
10 Essential Python Libraries Every Developer Should Master