Tag

project-setup

0 views collected around this technical thread.

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.

PoetryPythonVirtual Environment
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.

JavaSpringBootTech Stack
0 likes · 9 min read
How to Kickstart a New Java Mall Project: From Tech Stack to Framework Setup
Ops Development Stories
Ops Development Stories
Aug 3, 2022 · Fundamentals

Master Python Project Management with PDM: Installation, Commands, and Tips

This guide introduces PDM (Python Development Master), covering its installation via pipx, project initialization, common commands, environment handling, version switching, script aliases, migration from other tools, and PyCharm integration for streamlined Python development.

PyCharmPythoncli-tools
0 likes · 11 min read
Master Python Project Management with PDM: Installation, Commands, and Tips
Top Architect
Top Architect
Jul 8, 2022 · Backend Development

Full-Featured Food Delivery System (Spring Boot + Vue) – Project Overview and Quick Start

This article presents a complete food delivery system project built with Spring Boot and Vue.js, detailing its technology stack, modules, database setup, and step‑by‑step instructions for launching both the admin backend and mobile client, along with resource download links.

Food DeliveryMongoDBMySQL
0 likes · 4 min read
Full-Featured Food Delivery System (Spring Boot + Vue) – Project Overview and Quick Start
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.

JavaMicroservicesSpring
0 likes · 5 min read
Initializing the PassJava Project and Adding Microservices