Tagged articles
13 articles
Page 1 of 1
o-ai.tech
o-ai.tech
Mar 20, 2026 · Fundamentals

Essential Guide to Writing CLAUDE.md for Claude Code

This article explains what CLAUDE.md is, why it matters, how to quickly create and trim it, the four mandatory sections, file locations, structuring tricks, and maintenance practices so you can keep project conventions and commands consistently across Claude sessions.

AutomationCLAUDE.mdClaude
0 likes · 4 min read
Essential Guide to Writing CLAUDE.md for Claude Code
Top Architect
Top Architect
Feb 21, 2026 · Backend Development

Boost Your Maven Multi‑Module Setup with a One‑Click Generation Plugin

This article introduces a Maven aggregation Quickstart plugin for IntelliJ IDEA that automates the creation of multi‑module Java projects, explains its core features, provides step‑by‑step installation and usage instructions, shows how to customize templates, and offers troubleshooting tips along with the source repository.

AutomationIntelliJJava
0 likes · 11 min read
Boost Your Maven Multi‑Module Setup with a One‑Click Generation Plugin
Code Mala Tang
Code Mala Tang
Mar 29, 2025 · Fundamentals

Master Python Project Setup: From Git Init to uv Automation

This guide walks you through building a Python project from scratch, covering Git initialization, virtual environment creation, version management with pyenv, dependency handling with Poetry and the all‑in‑one tool uv, plus commands for installing, adding packages, running tests, and formatting code.

PoetryPythonproject setup
0 likes · 7 min read
Master Python Project Setup: From Git Init to uv Automation
macrozheng
macrozheng
Jun 7, 2023 · Backend Development

How to Kickstart a New Java Mall Project: From Tech Stack to Framework Setup

This guide walks newcomers through taking over a brand‑new Java mall project, covering the full development workflow, selecting a modern backend tech stack, building the framework step‑by‑step, and accessing a comprehensive video tutorial series for hands‑on learning.

JavaSpringBootproject setup
0 likes · 9 min read
How to Kickstart a New Java Mall Project: From Tech Stack to Framework Setup
Top Architect
Top Architect
Nov 10, 2020 · Frontend Development

Comprehensive Guide to Setting Up Electron, Exploring Its Source Structure, and Building Sample Desktop Applications

This article provides a step‑by‑step tutorial on installing Node, vue‑cli, and Electron, explains the Electron source and project directory layouts, describes the main and renderer processes, and showcases two complete Electron‑Vue sample applications with full command‑line instructions.

Desktop ApplicationElectronJavaScript
0 likes · 12 min read
Comprehensive Guide to Setting Up Electron, Exploring Its Source Structure, and Building Sample Desktop Applications
Top Architect
Top Architect
Jul 9, 2020 · Frontend Development

Electron Development Guide: Environment Setup, Project Structure, and Sample Applications

This article provides a comprehensive tutorial on building cross‑platform desktop applications with Electron, covering environment preparation, installation of Node, Vue‑CLI and Electron, project creation, directory structures, main‑renderer architecture, and practical examples such as a cloud music player and a QQ music client.

Desktop ApplicationElectronNode.js
0 likes · 12 min read
Electron Development Guide: Environment Setup, Project Structure, and Sample Applications
Wukong Talks Architecture
Wukong Talks Architecture
Apr 9, 2020 · Backend Development

Initializing the PassJava Project and Adding Microservices

This tutorial walks through creating an empty GitHub repository, importing it, adding a content service and additional microservices, configuring the Maven parent pom, setting up a root Maven configuration and .gitignore, and finally committing the code for the PassJava Java microservice suite.

GitJavaMicroservices
0 likes · 5 min read
Initializing the PassJava Project and Adding Microservices
Programmer DD
Programmer DD
Jul 30, 2019 · Backend Development

Master Maven: Why It’s Essential and How to Build Your First Java Project

This guide explains why Maven is a must‑have Java build tool, walks through its installation, project structure, core commands, repository handling, dependency scopes, lifecycle phases, Eclipse integration, and advanced features, providing clear code examples and configuration snippets.

Build ToolJavadependency management
0 likes · 17 min read
Master Maven: Why It’s Essential and How to Build Your First Java Project
Liangxu Linux
Liangxu Linux
Jun 3, 2018 · Fundamentals

Installing and Mastering SourceInsight on Linux: A Step‑by‑Step Guide

This guide shows Linux developers how to obtain SourceInsight, install it, explore its interface, create new projects, and use essential navigation features such as full‑project search, context preview, and relation windows, enabling efficient code browsing and management.

Code navigationSourceInsightcode editor
0 likes · 7 min read
Installing and Mastering SourceInsight on Linux: A Step‑by‑Step Guide