blog.imsadra.devNotio - 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...Nov 27, 2024·5 min read
blog.imsadra.devI 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...Nov 23, 2024·4 min read
blog.imsadra.devGeneric 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...Nov 3, 2024·5 min read
blog.imsadra.devDisplay 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...Oct 11, 2024·3 min read
blog.imsadra.devHow I Made It to the 2nd Product of the Day on Product HuntMonths ago, I participated in a Hashnode hackathon where I had to build a project powered by MindsDB. I ended up submitting a project named "Hey!". It's an open-source CLI tool that allows users to interact with ChatGPT through their terminals and CM...Aug 31, 2024·8 min read