Optimizing Technical Docs for LLMs
Practical tips for writing technical documentation that is optimized for LLM question-answering tools, improving developer experience.
Practical tips for writing technical documentation that is optimized for LLM question-answering tools, improving developer experience.
A tutorial on creating custom VS Code snippets to automate repetitive coding tasks and speed up development workflow.
A developer explores and compares syntax highlighting solutions for their Eleventy blog, focusing on Torchlight's features and limitations.
A guide to configuring Maven to compile and test Java code snippets referenced by Javadoc's new @snippet tag, ensuring examples stay up-to-date.
JDK 18 introduces a new Javadoc feature to embed compiled and tested code snippets, ensuring documentation examples stay up-to-date.
Explains JEP 413 for Java 18, enabling executable, testable code snippets in JavaDoc from external files like src/test/java.
Explains JEP 413 for Java 18, enabling executable, testable code snippets in JavaDoc from external files like test directories.
Two methods for adding syntax-highlighted code to Apple Keynote slides, including using VS Code's copy feature and a web tool.
Developer contributes Bicep code snippets for deploying Windows Virtual Desktop (WVD) resources on Azure, showcasing the new feature in a video.
A developer shares their top VS Code extensions for improving productivity when writing and managing Cypress test suites.
A collection of clever and practical JavaScript one-liners for tasks like date manipulation, random ID generation, and array shuffling.
A guide on how using code snippets in your IDE or text editor can significantly boost a developer's productivity by automating repetitive typing tasks.
A guide to editing and building a Jekyll static site, including adding posts and using code snippets.
A collection of useful one or two-line JavaScript snippets for common tasks like cloning arrays/objects, getting unique values, and flattening arrays.
A guide to creating custom RStudio code snippets for quickly embedding tweets in blogdown posts using Hugo shortcodes.
A challenging JavaScript quiz focusing on ES6 features like classes, generators, and template strings to test developers' understanding.
Tips and tools for improving iOS development workflow, including code snippets, compiler attributes, and build automation.
Developer introduces Smipple, a new service for saving, organizing, and sharing code snippets, built on Google App Engine.
A programmer warns about the risks of copying unverified code snippets from the web and shares a personal example with a C# WinForms solution.