Generative-Driven Development (GenDD) is our structured approach to building with AI. The one that helps us ship faster, solve harder problems, and avoid falling into the trap of vibe coding. We’re sharing our process over a series of articles so your team can skip the trial and error we’ve gone through to perfect it. In […] The post The AI Developer Tools Powering Generative-Driven Development (GenDD) appeared first on HatchWorks AI.| HatchWorks AI
An Intelly Brain Candy Brief The biggest challenge in working with with legacy code is understanding what it does. The original developers may be long gone, and with them any institutional knowledge about the code and application. Sometimes responsibility for maintaining the code is outsourced to consultants, or offshore services companies. Documentation may be scarce, […]| Intellyx – The Digital Transformation Experts – Analysts
The popular “Modern Embedded Programming” video course now contains a segment devoted to state machines. If you really want to understand state machines, this is your ultimate resource! Video playlist “State Machines” What are State Machines? These lessons start a new segment about STATE MACHINES. The lesson starts with the biggest challenge of event-driven programming, […]| Modern Embedded Software | Quantum Leaps
Welcome to the second part of our series on Codeium Windsurf. If you haven't yet, check out Part 1 to get detailed insights into what Windsurf is and the features it brings to your coding environment. In this section, we'll explore how you can leverage Codeium Windsurf's features to accelerate your coding projects using real code examples.| Keyhole Software
Windsurf Series Introduction This is Part 1 of a 2-part blog series. In Part 1, you’ll learn: How to go from 10x to 100x productivity using the AI-assisted coding tool Windsurf What Windsurf is and how it enhances your IDE with Retrieval-Augmented Generation (RAG) Best practices for using features like Autocomplete, Supercomplete, Chat, Command, and Cascade How context-aware code generation can save time and reduce errors Tips to get the most out of Windsurf without falling into common pitf...| Keyhole Software
This post shows how to generate and plot graphs of various extensions of the hand game Rock-Paper-Scissors. LLMs are used to simplify the graph generation.| Raku for Prediction
We propose a Software Product Line approach for expressing and generating combinations of LLMs, e.g. using a Mixture of Experts technique| Modeling Languages
jOOQ's code generator generates powerful stubs to type safely call stored procedures on all supported RDBMS, as if the procedure were a local method| Java, SQL and jOOQ.
Using jOOQ's code generator, it is very easy to call a stored function accepting a table-valued parameter in SQL Server from your Java application.| Java, SQL and jOOQ.