Click any tag below to further narrow down your results
Links
The article discusses the author's experience with AI tools in programming, emphasizing skepticism about their hype while exploring practical use cases. It critiques the notion of "vibe coding" and advocates for understanding AI's role without losing sight of core development goals. The author shares insights on effective workflows and the importance of hands-on learning.
This article explains how to use AWS Lambda durable functions for building multi-step applications and AI workflows. It describes features like automatic retries, state management, and execution suspension, allowing developers to handle complex scenarios efficiently. It also provides a sample order processing workflow demonstrating these capabilities.
Durable Execution (DE) engines allow for the persistence of multi-step workflows, enabling them to resume from the last successful step after interruptions. This article explores the development of a simple DE engine called Persistasaurus in Java, which utilizes SQLite for logging execution state and highlights key implementation choices.
GitHub Copilot aims to enhance collaboration and productivity among developers by introducing agentic workflows that allow for more intuitive coding experiences. The vision emphasizes a shift from traditional pair programming to a more interactive, peer-based approach, leveraging AI to support developers in real-time. This evolution aims to create a more engaging and efficient software development process.