✕ Clear all filters
20 articles

📰 Dev.to · AK DevCraft

20 articles · Updated every 3 hours · View all reads

All Articles 75,787Blog Posts 102,388Tech Tutorials 18,503Research Papers 16,016News 13,171 ⚡ AI Lessons
Subagents: The Building Block of Agentic AI
Dev.to · AK DevCraft 1mo ago
Subagents: The Building Block of Agentic AI
Problem to Solve Most developers' first encounter with AI is a single prompt, a single...
“Skills” in Claude Aren’t About Prompts — They’re About Context Design
Dev.to · AK DevCraft 1mo ago
“Skills” in Claude Aren’t About Prompts — They’re About Context Design
Introduction When I first came across “Skills” in Claude Code, it looked like just another...
Trying MCP for the First Time — What Stood Out
Dev.to · AK DevCraft 2mo ago
Trying MCP for the First Time — What Stood Out
Introduction I spent some time exploring the Model Context Protocol (MCP). Not a deep...
Git Commands Workflow
Dev.to · AK DevCraft 2mo ago
Git Commands Workflow
⚡ Git Commands Workflow When I started using Git, I tried to learn as many commands as...
JMeter vs Gatling: Comparison for Modern Performance Testing
Dev.to · AK DevCraft 2mo ago
JMeter vs Gatling: Comparison for Modern Performance Testing
Introduction Performance testing has been around for a long time. And if you’ve worked in...
☁️ Private Cloud vs Public Cloud — still one of the most misunderstood topics in cloud computing.
Many discussions focus only on cost or control, but the real differences go deeper
Dev.to · AK DevCraft 2mo ago
☁️ Private Cloud vs Public Cloud — still one of the most misunderstood topics in cloud computing. Many discussions focus only on cost or control, but the real differences go deeper
Private vs Public Cloud: Key Differences, Architecture, and...
Do you know how to stream Kubernetes log from multiple pods concurrently?
Dev.to · AK DevCraft 3mo ago
Do you know how to stream Kubernetes log from multiple pods concurrently?
Streaming Kubernetes logs of more than one pod concurrently ...
How Poor Git Branching Practices Quietly Damage Software Quality
Dev.to · AK DevCraft 3mo ago
How Poor Git Branching Practices Quietly Damage Software Quality
Your QA Didn’t Miss It — Your Branching Strategy Did A production bug that never appeared...
Spring Boot API Performance Automation Testing: Shift-Left With Gatling
Dev.to · AK DevCraft 6mo ago
Spring Boot API Performance Automation Testing: Shift-Left With Gatling
Introduction Performance testing often comes too late in the Software Development...
Spring RestClient Defaults Don’t Scale in Production: Improve API Performance
Dev.to · AK DevCraft 7mo ago
Spring RestClient Defaults Don’t Scale in Production: Improve API Performance
🚨 Problem Introduction Imagine you’re building a SpringBoot Order API that calls three...
Retry and Circuit Breaker in Spring Boot: When Resilience Backfires
Dev.to · AK DevCraft 10mo ago
Retry and Circuit Breaker in Spring Boot: When Resilience Backfires
Introduction Using resilience patterns like @Retryable and @CircuitBreaker are often seen...
SSR Explained: When to Choose Server-Side Rendering for React/Vue/Next/Nuxt
Dev.to · AK DevCraft 11mo ago
SSR Explained: When to Choose Server-Side Rendering for React/Vue/Next/Nuxt
Introduction Modern frontend tooling gives us so many options: Server-Side Rendering...
@nuxt/test-utils - The First-Class Citizen for Nuxt Unit Testing
Dev.to · AK DevCraft 1y ago
@nuxt/test-utils - The First-Class Citizen for Nuxt Unit Testing
Introduction When it comes to unit testing in a Nuxt3-based application, several libraries...
Mocking GraphQL APIs for Fast Development and Testing - Build in Minutes
Dev.to · AK DevCraft 1y ago
Mocking GraphQL APIs for Fast Development and Testing - Build in Minutes
Introduction Using a mock server for backend APIs streamlines frontend development by...
Engineering Team Working Agreement: Build High-Performing Software Teams
Dev.to · AK DevCraft 2y ago
Engineering Team Working Agreement: Build High-Performing Software Teams
Team Agreement is a Team constitution, so draft it carefully and follow it religiously ...
Types of RESTful API versioning: How to decide on next API version strategy
Dev.to · AK DevCraft 4y ago
Types of RESTful API versioning: How to decide on next API version strategy
API versioning is the most debatable and inconclusive topic on the internet. There are various...