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.

62
Articles
0
Likes
137
Views
0
Comments
Recent Articles

Latest from MeowKitty Programming

62 recent articles
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.

AIDocumentationPrompt Engineering
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
MeowKitty Programming
MeowKitty Programming
May 5, 2026 · Backend Development

Codex Is More Than Autocomplete—Java Developers Learn to Delegate Tasks to AI

The article argues that Java developers should treat OpenAI's Codex as a coding agent capable of handling well‑defined engineering tasks—such as codebase navigation, targeted refactoring, test generation, and pre‑review checks—by clearly specifying boundaries, goals, and verification steps rather than merely asking it to write snippets.

AI Coding AgentCodexJava
0 likes · 8 min read
Codex Is More Than Autocomplete—Java Developers Learn to Delegate Tasks to AI