MeowKitty Programming
Author

MeowKitty Programming

Focused on sharing Java backend development, practical techniques, architecture design, and AI technology applications. Provides easy-to-understand tutorials, solid code snippets, project experience, and tool recommendations to help programmers learn efficiently, implement quickly, and grow continuously.

64
Articles
0
Likes
463
Views
0
Comments
Recent Articles

Latest from MeowKitty Programming

64 recent articles
MeowKitty Programming
MeowKitty Programming
Aug 19, 2026 · Backend Development

DeepSeek Is Raising Prices: Java Developers Must Recalculate AI Costs

The article analyzes DeepSeek's upcoming price hike, explains why Java projects can no longer treat large‑model calls as cheap infrastructure, outlines three common pitfalls, and provides concrete engineering steps—cost tracking, model routing, budgeting, and testing—to keep AI services affordable and reliable.

AI pricingDeepSeekJava
0 likes · 7 min read
DeepSeek Is Raising Prices: Java Developers Must Recalculate AI Costs
MeowKitty Programming
MeowKitty Programming
Aug 18, 2026 · Backend Development

When AI Writes Whole Projects, What Jobs Remain for Java Backend Developers?

After an AI mistakenly removed three reflection‑based Spring beans from a 5,000‑line service, the author reflects on how AI‑driven code generation is reshaping Java backend roles—from writing code to focusing on architecture, requirements, and AI‑orchestrated testing—highlighting recent survey data and upcoming Spring AI 2.0 features.

AI code generationAutomationJava
0 likes · 5 min read
When AI Writes Whole Projects, What Jobs Remain for Java Backend Developers?
MeowKitty Programming
MeowKitty Programming
May 31, 2026 · Fundamentals

Stop Asking AI to Just Write Code: 5 Essential Tasks for Developers

The article explains how developers can leverage AI beyond code generation by using it to understand legacy projects, break down requirements, generate test cases, perform pre‑submission self‑checks, and create concise documentation, ultimately improving development quality and reducing cognitive load.

AIcode-reviewdeveloper workflow
0 likes · 7 min read
Stop Asking AI to Just Write Code: 5 Essential Tasks for Developers
MeowKitty Programming
MeowKitty Programming
May 12, 2026 · Backend Development

Why AI Prompt Tricks Matter Less Than a Structured Java Development Workflow

The article outlines a step‑by‑step AI‑assisted workflow for Java backend developers, emphasizing early requirement translation, using AI to map existing code, breaking implementation into tiny, well‑scoped tasks, generating risk‑focused tests, and performing a reverse review before submitting a PR, all while keeping human verification at each stage.

AIBackendJava
0 likes · 8 min read
Why AI Prompt Tricks Matter Less Than a Structured Java Development Workflow
MeowKitty Programming
MeowKitty Programming
May 10, 2026 · Backend Development

Why Java Developers Should Stop Treating Null as a Minor Issue – JSpecify Turns NPEs into Enforceable Contracts

The article explains how Java developers have become numb to NullPointerExceptions, why AI‑assisted coding makes undocumented null assumptions riskier, and how JSpecify's nullability annotations—adopted by Spring 7—provide explicit contracts that improve code safety and tooling support.

AI code generationJSpecifyJava
0 likes · 7 min read
Why Java Developers Should Stop Treating Null as a Minor Issue – JSpecify Turns NPEs into Enforceable Contracts