Sadra Yahyapourblog.imsadra.me·Nov 27, 2024Notio - 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...36 likes·253 readsHackathonsModusHack
Sadra Yahyapourblog.imsadra.me·Nov 23, 2024I 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...31 likes·89 readsHashnode
Sadra Yahyapourblog.imsadra.me·Oct 11, 2024Display 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...1 like·32 readsGitHub
Sadra Yahyapourblog.imsadra.me·Jul 30, 2024Boosting Sighted Accessibility: Building a Python GitHub ActionIt's been a couple of months since I created PyActon, an open-source tool that allows you to create GitHub Actions using Python. With this tool, you can install and use any Python package or library within your CI/CD pipelines. The implementation de...67 readssighted
Sadra Yahyapourblog.imsadra.me·May 11, 2024PyAction - Create GitHub Actions Using Python!GitHub Actions was introduced in 2018. Since then, GitHub Marketplace has witnessed numerous brilliant ideas that have impacted the Continuous Integration and Delivery world. As GitHub says.. Actions are individual tasks that you can combine to crea...8 likes·131 readspyaction