Advanced Search
Search Results
4 total results found
The Simple Documentation Framework Every Repo Needs
There’s a quiet truth most engineers learn the hard way.People don’t judge your work only by the code. They judge it by whether they can understand it without pinging you on Teams or pulling you into calls late at night. Documentation isn’t optional polish. I...
How to Use This Platform (BookStack)
We’ve deployed BookStack as our central documentation system. Its value is simple: it forces structure, so information stays findable instead of drifting into random pages and tribal memory. BookStack follows a fixed hierarchy. If you understand this, you can...
SQL Agent using LangGraph
Overview This article describes a table-scoped SQL agent: given a table name, its column metadata, and a user question, it generates BigQuery SQL, validates it, executes it, and returns the most relevant rows plus a total record count. Table selection (figur...