liandk
Author

liandk

Seasoned Java and mobile developer with years of experience, specializing in mini‑programs, public accounts, and full‑stack front‑end development. In the AI era, I continuously learn to broaden my knowledge and evolve. I revived a public account I started a decade ago during a dessert‑startup venture, using code as a vessel and knowledge as a companion. I share personal projects, technical articles, programming tips, and growth insights—let’s improve together and set sail.

64
Articles
0
Likes
7
Views
0
Comments
Recent Articles

Latest from liandk

64 recent articles
liandk
liandk
Jun 8, 2026 · Fundamentals

Create a dev Branch from Local main and Push It to Remote with Git

This guide walks through the step‑by‑step Git commands needed to ensure your local repository is up‑to‑date, create a new dev branch from the main/master branch, push it to the remote, set the upstream tracking, and verify the result in common development scenarios.

Gitbranchdev
0 likes · 4 min read
Create a dev Branch from Local main and Push It to Remote with Git
liandk
liandk
Jun 4, 2026 · Fundamentals

How to Merge a Feature Branch PR into the dev Branch Without Conflicts

This guide walks through a zero‑conflict workflow for merging a feature branch into the dev branch, covering local finalization, pulling the latest dev, merging locally, pushing the feature branch, and creating a GitHub pull request with the correct base and compare settings.

Gitdev-branchfeature-branch
0 likes · 2 min read
How to Merge a Feature Branch PR into the dev Branch Without Conflicts
liandk
liandk
Jun 3, 2026 · Fundamentals

Resolve Git File Conflicts in One Simple Step

This guide walks you through opening the conflicted file, removing Git conflict markers, choosing between keeping the local version or the remote version, and finalizing the fix with three Git commands, ensuring the error is eliminated.

Gitcommand-lineconflict resolution
0 likes · 3 min read
Resolve Git File Conflicts in One Simple Step
liandk
liandk
Jun 2, 2026 · Fundamentals

Git Fetch vs Pull: What’s the Real Difference and How to Avoid Code Chaos

Many Git beginners rely on git pull, leading to unexpected merge conflicts and overwritten local changes, while most don’t understand that git fetch only downloads updates without merging; this article explains the core distinction, provides a clear analogy, and offers a safe step‑by‑step workflow.

Gitcode conflictgit fetch
0 likes · 4 min read
Git Fetch vs Pull: What’s the Real Difference and How to Avoid Code Chaos
liandk
liandk
Jun 2, 2026 · Frontend Development

Beginner’s Guide: Named Export vs Default Export for getToken in JS/TS

The article explains why having both a named export and a default export for getToken in a JavaScript/TypeScript module is not a conflict, detailing their distinct syntax, import styles, appropriate use cases, and providing complete code examples for each approach.

FrontendJavaScriptTypeScript
0 likes · 5 min read
Beginner’s Guide: Named Export vs Default Export for getToken in JS/TS
liandk
liandk
Jun 1, 2026 · Fundamentals

How to Upload an Existing Project to GitHub Without Ever Getting Conflicts

This guide walks you through two practical workflows—one for a local project that hasn't been linked to GitHub and another for an already‑connected repository—showing step‑by‑step commands that ensure you always pull the latest changes before committing and pushing, so conflicts never occur.

GitGitHubcli tutorial
0 likes · 3 min read
How to Upload an Existing Project to GitHub Without Ever Getting Conflicts
liandk
liandk
May 23, 2026 · Artificial Intelligence

Claude Terminal Command Cheat Sheet – Minimal Copy‑Paste Version

This guide provides a concise, copy‑ready reference for installing Claude, launching it in various modes, managing sessions, optimizing context, handling project memory, switching models, exporting results, monitoring cost, using work modes, and applying handy shortcuts for efficient AI‑assisted coding.

AI assistantClaudeInstallation
0 likes · 5 min read
Claude Terminal Command Cheat Sheet – Minimal Copy‑Paste Version
liandk
liandk
May 19, 2026 · Frontend Development

Full Vue 3 + Element Plus Component: Layout, Table, Pagination, Forms, Dialogs, Breadcrumbs, Skeleton, Upload & Tree Menu

This article provides a complete Vue 3 single‑file component using Element Plus that demonstrates a unified layout container with breadcrumbs, a searchable table, pagination, form validation, dialogs, file upload, and a tree‑style menu, all ready to copy and use without configuration.

Element PlusForm ValidationLayout
0 likes · 11 min read
Full Vue 3 + Element Plus Component: Layout, Table, Pagination, Forms, Dialogs, Breadcrumbs, Skeleton, Upload & Tree Menu
liandk
liandk
May 17, 2026 · Fundamentals

Advanced Python Regex & Error Debugging: Extract Complex Data in 5 Minutes

This article extends basic regex knowledge with three advanced techniques, demonstrates how to troubleshoot module‑mirror, URL‑format, and content‑limit errors across nine sample documents, and provides ready‑to‑copy Python code for precise data extraction while avoiding common pitfalls.

PythonRegexURL validation
0 likes · 14 min read
Advanced Python Regex & Error Debugging: Extract Complex Data in 5 Minutes
liandk
liandk
May 13, 2026 · Artificial Intelligence

Run Claude Code with DeepSeek V4 Pro in 5 Minutes – Zero‑Setup Guide

This guide walks you through installing Node.js, obtaining a DeepSeek API key, installing Claude Code via npm, PowerShell or curl, configuring the settings file for the deepseek‑v4‑pro model, verifying the connection, troubleshooting common issues, and optionally setting up the desktop client, all usable from within China.

AI codingCLIClaude Code
0 likes · 5 min read
Run Claude Code with DeepSeek V4 Pro in 5 Minutes – Zero‑Setup Guide