14 articles

📰 Dev.to · AK DevCraft

Articles from Dev.to · AK DevCraft · 14 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9011) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog
Do you know how to stream Kubernetes log from multiple pods concurrently?
Dev.to · AK DevCraft 1mo 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 1mo 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 4mo 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 6mo 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 8mo 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 9mo 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...