Read this blog post and find 10 incredible tips that you probably didn’t know and can help you with workflows and local development.
May 10, 2023
BranchGPT: The AI-Powered Solution to Branch NamesGenerate a branch name that follows your personal convention with BranchGPT. Blurt out what you're working on, and let AI do the rest. It's perhaps more fun than practical, but isn't that true for many things "AI" these days?
May 3, 2023
The Hitchhiking Contributor’s Guide to Onboarding Docs in CI/CDAll kidding aside, why don’t we continuously integrate our repo's onboarding workflows? It's obvious and easy. Here's a GitHub Action to do the heavy-lifting.
April 25, 2023
Comparing the Best Node.js Version Managers: nvm, Volta, and asdfIn this blog post, we'll compare and contrast three popular Node.js version managers: nvm, volta, and asdf, to help you choose the right one for your development environment.
April 18, 2023
Visually explore OpenAI's Image APIs without coding custom UIWe know chatGPT is cool, but have you heard about DALL-E yet? Learn about AI image editing in this flexible Runme notebook that's easy to share.
March 28, 2023
ReadmeOps: Integration Testing Markdown Docs in CI/CDLearn how to leverage Runme v1 to test your docs in CI/CD and all the cool new features you can utilize to deliver seamless developer experience.
March 2, 2023
How Runme Makes Project Documentation Interactive and AccessibleThe Stateful team has collaborated with the WebdriverIO project to help improve their documentation by making the examples more interactive and accessible using Runme.
February 15, 2023
Runnable Tutorial Straight From Your Blog PostAs a developer, you may often find yourself writing and reading technical blog posts, GitHub project READMEs, Stack Overflow answers and Developer documentation. Have you ever wished you could click a link on any of them to launch and run the commands in VS Code? Check this out!
December 19, 2022
Runme - Road to Testable DocumentationTreat docs like code! Runme’s grand vision is to provide a flexible toolkit to deliver testable docs. Learn about the v1.0 roadmap and how Runme is planning to achieve documentation testability.
October 19, 2022
Run your README.md in VS CodeRun your README.md as an interactive notebook. Zero changes required to the underlying markdown.
August 3, 2022
Run README.md in your terminalEasily run your README commands from the CLI using the rdme tool. Check it out.
August 1, 2022
Credential Management: What It Is, Best Practices, and ToolsI'll walk you through the subject of credential management, what it is, and why it's essential to guarantee a robust level of security.
March 29, 2022
The GitHub Action You Need to Publish VS Code ExtensionsIn this blog post we’d like to share how Stateful releases its Marquee extension to the VS Code Marketplace and OpenVSX Registry through GitHub Actions.
March 11, 2022
Five Things Not to Do When Building Your SaaS CLIIf you decide to make a command line tool for your SaaS, great! Here’s a list of things not to do!