SYSadra Yahyapourinblog.imsadra.dev·May 6 · 8 min readI Put My Hackathon-Winning App Through an AI QA Test — The Results Surprised Me!A few years back, I took part in the HashnodeXPlanetScale hackathon. Our task was to develop services using the SQL databases provided by PlanetScale. I created PasteMe, a sleek open-source pastebin t10
SYSadra Yahyapourinblog.imsadra.dev·Nov 27, 2024 · 5 min readNotio - Hashnode Post-Publication LLM ToolkitAs someone who manages various communities with different languages, personalities, and audiences, I've always wanted them all to benefit my Hashnode blogs, but I haven't been successful. Some readers found my articles boring, while others thought th...13FDM
SYSadra Yahyapourinblog.imsadra.dev·Nov 23, 2024 · 4 min readI Switched to Hashnode DocsA few months ago, Hashnode launched a new app called "Docs", and I decided to move the documentation of one of my open-source projects to Hashnode. https://pyaction.imsadra.me/docs Working with it is as simple as writing blogs on Hashnode but in an...12IF
SYSadra Yahyapourinblog.imsadra.dev·Nov 3, 2024 · 5 min readGeneric Typing in PythonSince Python introduced the ability to add generic types to functions, the language has become much more type-friendly and encourages you to follow this convention for more maintainable code. Obviously, this will lead to a better development experien...13EHSMD
SYSadra Yahyapourinblog.imsadra.dev·Oct 11, 2024 · 3 min readDisplay Your Package Download Rate on GitHubIn this quick tutorial, I’ll show you a GitHub action that lets you add a small, cool-looking chart badge that shows your Python packages' download rate over the past weeks. This method is completely free and open-source. https://github.com/lnxpy/pyp...00