Synchronous communication - circuit breaker and fallback
Explains the circuit breaker pattern in software communication, comparing it to electrical circuits and demonstrating its use with Hystrix and Resilience4j libraries.
Explains the circuit breaker pattern in software communication, comparing it to electrical circuits and demonstrating its use with Hystrix and Resilience4j libraries.
Explores representing a state machine as a simple string, detailing the parsing logic and rules needed for conversion.
Explores why network requests can sometimes be faster than retrieving cached resources, analyzing browser performance data and the Firefox RCWN feature.
A tutorial on setting up Fluent Bit as a DaemonSet to forward application and system logs from a Kubernetes cluster to Elasticsearch.
A cloud consultant reflects on his first year as an independent content creator, discussing the challenges and rewards of leaving a stable IT job.
A developer changes a Django model relationship from ForeignKey to ManyToManyField and fixes the resulting test errors.
A developer shares insights and lessons learned from speaking at tech conferences, including idea generation and personal experiences.
DEV platform improves comment subscription visibility, making it easier to follow discussions on posts.
A tutorial on creating custom wavy header designs in React Native apps using the react-native-svg library for scalable vector graphics.
A developer details their migration from WordPress to Hugo, a static site generator, for a faster, more secure, and Markdown-friendly blog.
A developer troubleshoots a Terraform error about a missing 'region' argument, revealing an implicit provider creation issue.
A comparison of Bash, Zsh, and Fish shells, highlighting their features, ease of use, and the author's personal recommendation.
A guide detailing three methods for moving a Django model between apps, covering migration operations and CLI commands.
A developer shares technical notes and POKE commands from the ZX Spectrum +3 manual, including mode switching and hardware hacks.
A final verdict on the best source control systems for game development, comparing Git, Perforce, PlasticSCM, and Subversion.
A software engineer argues that tech workers are morally complicit in their employers' harmful actions and have an obligation to leave unethical companies.
Analysis of Microsoft's research paper on real-world Azure Functions usage, covering trigger types, app structures, and invocation patterns.
A technical guide on how to sort blog pages by their last modified date using the Hugo static site generator.
How to use the free version of Microsoft Teams to share files with a community, including creating anonymous view-only links via SharePoint.
A tutorial on implementing auto-save and data recovery for forms in Blazor applications using local storage to prevent data loss.